Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

helmet-csp

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

helmet-csp - npm Package Compare versions

Comparing version 2.9.2 to 2.9.3

dist/lib/types.d.ts

4

CHANGELOG.md
# 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

package.json

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc