Skip to content
Snippets Groups Projects
Commit da4a65a7 authored by Sigmund, Dominik's avatar Sigmund, Dominik
Browse files

Merge branch 'develop' into 'main'

fix index.d

See merge request !5
parents fdf120f1 86b701f6
Branches main
Tags 2.3.1
1 merge request!5fix index.d
Pipeline #8291 passed
......@@ -3,6 +3,6 @@ export as namespace Security;
export = Security;
declare class Security {
constructor();
constructor(config?: any);
setHeaders(): void;
}
{
"name": "@libs/security",
"version": "2.3.0",
"version": "2.3.1",
"description": "Sets Headers to a very save style in express-apps. may be overriden by config",
"main": "index.js",
"scripts": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment