async-lock
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -0,1 +1,6 @@ | ||
1.1.3 / 2018-06-08 | ||
================== | ||
* Fix for #14 tarball has wrong permissions | ||
* Updates to dev dependencies | ||
1.1.2 / 2018-02-28 | ||
@@ -2,0 +7,0 @@ ================== |
{ | ||
"name": "async-lock", | ||
"description": "Lock on asynchronous code", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"author": { | ||
@@ -35,16 +35,16 @@ "name": "Rogier Schouten", | ||
"devDependencies": { | ||
"bluebird": "~3.5.0", | ||
"grunt": "^1.0.1", | ||
"grunt-cli": "~1.2.0", | ||
"grunt-contrib-clean": "~1.1.0", | ||
"grunt-contrib-jshint": "~1.1.0", | ||
"grunt-contrib-watch": "~1.0.0", | ||
"grunt-env": "~0.4.4", | ||
"grunt-mocha-test": "~0.13.2", | ||
"load-grunt-tasks": "~3.5.2", | ||
"lodash": "~4.17.2", | ||
"mocha": "^3.2.0", | ||
"q": "~1.5.0", | ||
"should": "~11.2.1" | ||
"bluebird": "^3.5.1", | ||
"grunt": "^1.0.3", | ||
"grunt-cli": "^1.2.0", | ||
"grunt-contrib-clean": "^1.1.0", | ||
"grunt-contrib-jshint": "^1.1.0", | ||
"grunt-contrib-watch": "^1.1.0", | ||
"grunt-env": "^0.4.4", | ||
"grunt-mocha-test": "^0.13.3", | ||
"load-grunt-tasks": "^4.0.0", | ||
"lodash": "^4.17.10", | ||
"mocha": "^5.2.0", | ||
"q": "^1.5.1", | ||
"should": "^13.2.1" | ||
} | ||
} |
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
14600