Comparing version 0.1.1 to 0.1.2
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3975