Socket
Socket
Sign inDemoInstall

csurf

Package Overview
Dependencies
Maintainers
6
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

csurf - npm Package Compare versions

Comparing version 1.8.0 to 1.8.1

6

HISTORY.md

@@ -0,1 +1,7 @@

1.8.1 / 2015-05-03
==================
* deps: csrf@~2.0.7
- Fix compatibility with `crypto.DEFAULT_ENCODING` global changes
1.8.0 / 2015-04-07

@@ -2,0 +8,0 @@ ==================

10

package.json
{
"name": "csurf",
"description": "CSRF token middleware",
"version": "1.8.0",
"version": "1.8.1",
"author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",

@@ -14,12 +14,12 @@ "contributors": [

"cookie-signature": "1.0.6",
"csrf": "~2.0.6",
"csrf": "~2.0.7",
"http-errors": "~1.3.1"
},
"devDependencies": {
"body-parser": "~1.12.2",
"body-parser": "~1.12.3",
"connect": "3",
"cookie-parser": "~1.3.4",
"cookie-session": "~1.1.0",
"istanbul": "0.3.5",
"mocha": "~2.2.1",
"istanbul": "0.3.9",
"mocha": "~2.2.4",
"supertest": "~0.15.0"

@@ -26,0 +26,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