Comparing version 2.1.2 to 2.1.3
@@ -0,1 +1,6 @@ | ||
2.1.3 / 2016-10-30 | ||
================== | ||
* deps: base64-url@1.3.3 | ||
2.1.2 / 2016-08-15 | ||
@@ -2,0 +7,0 @@ ================== |
{ | ||
"name": "uid-safe", | ||
"description": "URL and cookie safe UIDs", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"contributors": [ | ||
@@ -12,12 +12,12 @@ "Douglas Christopher Wilson <doug@somethingdoug.com>", | ||
"dependencies": { | ||
"base64-url": "1.3.2", | ||
"base64-url": "1.3.3", | ||
"random-bytes": "~1.0.0" | ||
}, | ||
"devDependencies": { | ||
"bluebird": "3.4.1", | ||
"eslint": "2.13.1", | ||
"eslint-config-standard": "5.3.5", | ||
"eslint-plugin-promise": "2.0.1", | ||
"eslint-plugin-standard": "2.0.0", | ||
"istanbul": "0.4.4", | ||
"bluebird": "3.4.6", | ||
"eslint": "3.9.0", | ||
"eslint-config-standard": "6.2.1", | ||
"eslint-plugin-promise": "3.3.0", | ||
"eslint-plugin-standard": "2.0.1", | ||
"istanbul": "0.4.5", | ||
"mocha": "2.5.3" | ||
@@ -35,3 +35,3 @@ }, | ||
"scripts": { | ||
"lint": "eslint **/*.js", | ||
"lint": "eslint .", | ||
"test": "mocha --trace-deprecation --reporter spec --bail --check-leaks test/", | ||
@@ -38,0 +38,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
7073
+ Addedbase64-url@1.3.3(transitive)
- Removedbase64-url@1.3.2(transitive)
Updatedbase64-url@1.3.3