Comparing version 4.0.6 to 4.0.7
{ | ||
"name": "gateblu", | ||
"version": "4.0.6", | ||
"version": "4.0.7", | ||
"description": "Gateblu core library", | ||
@@ -20,6 +20,6 @@ "main": "index.js", | ||
"dependencies": { | ||
"async": "^0.9.0", | ||
"async": "^1.0.0", | ||
"coffee-script": "^1.9.2", | ||
"debug": "^2.1.0", | ||
"lodash": "^2.4.1", | ||
"lodash": "^3.9.3", | ||
"meshblu": "^1.21.0" | ||
@@ -29,3 +29,3 @@ }, | ||
"chai": "^1.10.0", | ||
"codeclimate-test-reporter": "0.0.4", | ||
"codeclimate-test-reporter": "^0.0.4", | ||
"istanbul": "^0.3.5", | ||
@@ -38,4 +38,6 @@ "mocha": "^2.1.0", | ||
"browserify": { | ||
"transform": ["coffeeify"] | ||
"transform": [ | ||
"coffeeify" | ||
] | ||
} | ||
} |
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
22485
+ Addedasync@1.5.2(transitive)
- Removedasync@0.9.2(transitive)
- Removedlodash@2.4.2(transitive)
Updatedasync@^1.0.0
Updatedlodash@^3.9.3