Comparing version 4.1.0 to 4.1.2
4.1.2 / 2016-01-27 | ||
================== | ||
* update dist | ||
4.1.1 / 2016-01-27 | ||
================== | ||
* deps: update dependencies | ||
* update dist | ||
* add build-dist script | ||
4.1.0 / 2016-01-26 | ||
@@ -3,0 +15,0 @@ ================== |
{ | ||
"name": "ali-oss", | ||
"version": "4.1.0", | ||
"version": "4.1.2", | ||
"description": "aliyun oss(open storage service) node client", | ||
@@ -13,4 +13,9 @@ "main": "lib/client.js", | ||
"jshint": "jshint .", | ||
"autod": "autod -w --prefix '~' --devprefix '^' -D mocha,autod,should,thunk-mocha,istanbul" | ||
"autod": "autod", | ||
"build-dist": "browserify browser.js -t babelify -s OSS > dist/aliyun-oss-sdk.js && uglifyjs dist/aliyun-oss-sdk.js -c > dist/aliyun-oss-sdk.min.js" | ||
}, | ||
"git-pre-hooks": { | ||
"pre-release": "npm run build-dist", | ||
"post-release": "npm publish" | ||
}, | ||
"repository": { | ||
@@ -37,9 +42,16 @@ "type": "git", | ||
"autod": "^2.4.2", | ||
"babel-polyfill": "^6.3.14", | ||
"babel-preset-es2015": "^6.3.13", | ||
"babelify": "^7.2.0", | ||
"bluebird": "^3.1.5", | ||
"browserify": "^13.0.0", | ||
"co-fs": "^1.2.0", | ||
"istanbul": "^0.4.1", | ||
"filereader": "^0.10.3", | ||
"git-pre-hooks": "^1.2.0", | ||
"istanbul": "^0.4.2", | ||
"mm": "^1.3.5", | ||
"mocha": "^2.3.4", | ||
"should": "^7.1.0", | ||
"thunk-mocha": "^1.0.1", | ||
"filereader": "^0.10.3" | ||
"mocha": "^2.4.2", | ||
"should": "^8.2.0", | ||
"thunk-mocha": "^1.0.2", | ||
"uglifyjs": "^2.4.10" | ||
}, | ||
@@ -53,3 +65,3 @@ "dependencies": { | ||
"debug": "~2.2.0", | ||
"destroy": "~1.0.3", | ||
"destroy": "~1.0.4", | ||
"end-or-error": "~1.0.1", | ||
@@ -62,6 +74,6 @@ "get-ready": "~1.0.0", | ||
"sdk-base": "~1.1.0", | ||
"urllib": "~2.6.0", | ||
"urllib": "~2.7.0", | ||
"utility": "~1.6.0", | ||
"xml2js": "~0.4.12" | ||
"xml2js": "~0.4.16" | ||
} | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
121435
15
1
+ Addedany-promise@1.1.0(transitive)
+ Addeddefault-user-agent@1.0.0(transitive)
+ Addedminimist@1.2.8(transitive)
+ Addedos-name@1.0.3(transitive)
+ Addedosx-release@1.1.0(transitive)
+ Addedsemver@5.7.2(transitive)
+ Addedurllib@2.7.3(transitive)
+ Addedwin-release@1.1.1(transitive)
- Removeddefault-user-agent@0.0.1(transitive)
- Removednative-or-bluebird@1.2.0(transitive)
- Removedurllib@2.6.0(transitive)
Updateddestroy@~1.0.4
Updatedurllib@~2.7.0
Updatedxml2js@~0.4.16