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.2 to 1.8.3

6

HISTORY.md

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

1.8.3 / 2015-06-10
==================
* deps: cookie@0.1.3
- Slight optimizations
1.8.2 / 2015-05-09

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

14

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

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

"dependencies": {
"cookie": "0.1.2",
"cookie": "0.1.3",
"cookie-signature": "1.0.6",

@@ -19,9 +19,9 @@ "csrf": "~3.0.0",

"devDependencies": {
"body-parser": "~1.12.3",
"body-parser": "~1.12.4",
"connect": "3",
"cookie-parser": "~1.3.4",
"cookie-parser": "~1.3.5",
"cookie-session": "~1.1.0",
"istanbul": "0.3.9",
"mocha": "~2.2.4",
"supertest": "~0.15.0"
"istanbul": "0.3.15",
"mocha": "2.2.5",
"supertest": "1.0.1"
},

@@ -28,0 +28,0 @@ "engines": {

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