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.6.5 to 1.6.6

7

HISTORY.md

@@ -0,1 +1,8 @@

1.6.6 / 2015-01-31
==================
* deps: csrf@~2.0.5
- deps: base64-url@1.2.0
- deps: uid-safe@~1.0.3
1.6.5 / 2015-01-08

@@ -2,0 +9,0 @@ ==================

6

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

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

"cookie-signature": "1.0.5",
"csrf": "~2.0.4",
"csrf": "~2.0.5",
"http-errors": "~1.2.8"
},
"devDependencies": {
"body-parser": "~1.10.0",
"body-parser": "~1.11.0",
"connect": "3",

@@ -21,0 +21,0 @@ "cookie-parser": "~1.3.3",

@@ -14,2 +14,5 @@ # csurf

If you have questions on how this module is implemented, please read
[Understanding CSRF](https://github.com/pillarjs/understanding-csrf).
### Install

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