helmet-csp
Advanced tools
Comparing version 2.9.2 to 2.9.3
# Changelog | ||
## 2.9.3 - 2019-09-30 | ||
### Fixed | ||
- Published a missing TypeScript type definition file. See [#90](https://github.com/helmetjs/csp/issues/90) | ||
## 2.9.2 - 2019-09-20 | ||
@@ -4,0 +8,0 @@ ### Fixed |
@@ -9,3 +9,3 @@ { | ||
"description": "Content Security Policy middleware.", | ||
"version": "2.9.2", | ||
"version": "2.9.3", | ||
"license": "MIT", | ||
@@ -42,3 +42,4 @@ "keywords": [ | ||
"dist/index.d.ts", | ||
"dist/lib/**/*.js" | ||
"dist/lib/**/*.js", | ||
"dist/lib/types.d.ts" | ||
], | ||
@@ -64,4 +65,4 @@ "scripts": { | ||
"@types/supertest": "^2.0.7", | ||
"@typescript-eslint/eslint-plugin": "^2.3.0", | ||
"@typescript-eslint/parser": "^2.3.0", | ||
"@typescript-eslint/eslint-plugin": "^2.3.2", | ||
"@typescript-eslint/parser": "^2.3.2", | ||
"connect": "^3.7.0", | ||
@@ -68,0 +69,0 @@ "content-security-policy-parser": "^0.3.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36231
24
656