Comparing version 3.0.0 to 3.0.1
3.0.0 / 2015-09-30 | ||
3.0.1 / 2015-09-30 | ||
================== | ||
* deps: urllib@2.5.0 | ||
3.0.0 / 2015-09-30 | ||
================== | ||
* refactor: change signatureUrl to normal function | ||
@@ -6,0 +11,0 @@ * feat: add available checking |
{ | ||
"name": "ali-oss", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "aliyun oss(open storage service) node client", | ||
@@ -13,3 +13,3 @@ "main": "lib/client.js", | ||
"jshint": "jshint .", | ||
"autod": "autod -w --prefix '~' -D mocha,autod,should,thunk-mocha,istanbul" | ||
"autod": "autod -w --prefix '~' --devprefix '^' -D mocha,autod,should,thunk-mocha,istanbul" | ||
}, | ||
@@ -33,9 +33,9 @@ "repository": { | ||
"devDependencies": { | ||
"autod": "2", | ||
"co-fs": "1", | ||
"istanbul": "*", | ||
"mm": "1", | ||
"mocha": "2", | ||
"should": "7", | ||
"thunk-mocha": "0" | ||
"autod": "^2.1.3", | ||
"co-fs": "^1.2.0", | ||
"istanbul": "^0.3.21", | ||
"mm": "^1.3.5", | ||
"mocha": "^2.3.3", | ||
"should": "^7.1.0", | ||
"thunk-mocha": "^0.1.1" | ||
}, | ||
@@ -57,3 +57,3 @@ "dependencies": { | ||
"sdk-base": "~1.0.1", | ||
"urllib": "~2.4.0", | ||
"urllib": "~2.5.0", | ||
"utility": "~1.4.0", | ||
@@ -60,0 +60,0 @@ "xml2js": "~0.4.12" |
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
99139
+ Addedurllib@2.5.0(transitive)
- Removedurllib@2.4.0(transitive)
Updatedurllib@~2.5.0