Comparing version 3.0.3 to 3.0.4
@@ -0,1 +1,8 @@ | ||
3.0.4 / 2016-11-13 | ||
================== | ||
* deps: base64-url@1.3.3 | ||
* deps: uid-safe@2.1.3 | ||
- deps: base64-url@1.3.3 | ||
3.0.3 / 2016-05-26 | ||
@@ -2,0 +9,0 @@ ================== |
{ | ||
"name": "csrf", | ||
"description": "primary logic behind csrf tokens", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)", | ||
@@ -12,14 +12,14 @@ "contributors": [ | ||
"dependencies": { | ||
"base64-url": "1.2.2", | ||
"base64-url": "1.3.3", | ||
"rndm": "1.2.0", | ||
"tsscmp": "1.0.5", | ||
"uid-safe": "2.1.1" | ||
"uid-safe": "2.1.3" | ||
}, | ||
"devDependencies": { | ||
"bluebird": "3.4.0", | ||
"eslint": "2.10.2", | ||
"eslint-config-standard": "5.3.1", | ||
"eslint-plugin-promise": "1.3.0", | ||
"eslint-plugin-standard": "1.3.2", | ||
"istanbul": "0.4.3", | ||
"bluebird": "3.4.6", | ||
"eslint": "3.10.0", | ||
"eslint-config-standard": "6.2.1", | ||
"eslint-plugin-promise": "3.3.2", | ||
"eslint-plugin-standard": "2.0.1", | ||
"istanbul": "0.4.5", | ||
"mocha": "2.5.3" | ||
@@ -37,3 +37,3 @@ }, | ||
"scripts": { | ||
"lint": "eslint **/*.js", | ||
"lint": "eslint .", | ||
"test": "mocha --trace-deprecation --reporter spec --bail --check-leaks test/", | ||
@@ -40,0 +40,0 @@ "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --trace-deprecation --reporter dot --check-leaks test/", |
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
10607
+ Addedbase64-url@1.3.3(transitive)
+ Addeduid-safe@2.1.3(transitive)
- Removedbase64-url@1.2.2(transitive)
- Removeduid-safe@2.1.1(transitive)
Updatedbase64-url@1.3.3
Updateduid-safe@2.1.3