Socket
Socket
Sign inDemoInstall

csurf

Package Overview
Dependencies
Maintainers
1
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 0.1.1 to 0.1.2

2

index.js

@@ -26,3 +26,3 @@ var crypto = require('crypto')

crypto.randomBytes(24, function (err, buf) {
crypto.pseudoRandomBytes(24, function (err, buf) {
if (err)

@@ -29,0 +29,0 @@ return next(err)

{
"name": "csurf",
"description": "CSRF middleware",
"version": "0.1.1",
"version": "0.1.2",
"author": {

@@ -6,0 +6,0 @@ "name": "Jonathan Ong",

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