Comparing version 4.10.2 to 4.11.0
4.11.0 / 2017-10-25 | ||
================== | ||
**features** | ||
* [[`c50cc9e`](http://github.com/ali-sdk/ali-oss/commit/c50cc9e83166f56c24455f84c72106e00e0bed13)] - feat: handle browser compatibility alone (饶培泽 <<peizerao@gmail.com>>) | ||
4.10.2 / 2017-10-20 | ||
@@ -3,0 +9,0 @@ ================== |
{ | ||
"name": "ali-oss", | ||
"version": "4.10.2", | ||
"version": "4.11.0", | ||
"description": "aliyun oss(object storage service) node client", | ||
"main": "lib/client.js", | ||
"files": [ | ||
"lib" | ||
"lib", | ||
"shims" | ||
], | ||
"browser": { | ||
"lib/client.js": "./lib/browser.js", | ||
"mime": "./shims/mime.js", | ||
"urllib": "./shims/xhr.js", | ||
"utility": "./shims/utility.js", | ||
"fs": false, | ||
"child_process": false | ||
}, | ||
"scripts": { | ||
@@ -14,2 +23,4 @@ "test": "mocha -t 60000 -r thunk-mocha -r should test/*.test.js", | ||
"autod": "autod", | ||
"build-test": "node browser-build.js > test/browser/build/aliyun-oss-sdk.js && node task/browser-test-build.js > test/browser/build/tests.js", | ||
"browser-test": "npm run build-test && karma start", | ||
"build-dist": "node browser-build.js > dist/aliyun-oss-sdk.js && MINIFY=1 node browser-build.js > dist/aliyun-oss-sdk.min.js", | ||
@@ -48,3 +59,3 @@ "publish-to-cdn": "node publish.js" | ||
"babel-plugin-transform-runtime": "^6.8.0", | ||
"babel-preset-es2015": "^6.3.13", | ||
"babel-preset-es2015": "^6.24.1", | ||
"babel-runtime": "^6.6.1", | ||
@@ -55,15 +66,25 @@ "babelify": "^7.3.0", | ||
"bluebird": "^3.1.5", | ||
"browserify": "^13.0.1", | ||
"browserify": "^13.3.0", | ||
"co-fs": "^1.2.0", | ||
"co-mocha": "^1.2.1", | ||
"crypto-browserify": "^1.0.9", | ||
"crypto-js": "^3.1.9-1", | ||
"filereader": "^0.10.3", | ||
"git-pre-hooks": "^1.2.0", | ||
"istanbul": "^0.4.3", | ||
"karma": "^1.7.1", | ||
"karma-browserify": "^5.1.1", | ||
"karma-chrome-launcher": "^2.2.0", | ||
"karma-firefox-launcher": "^1.0.1", | ||
"karma-mocha": "^1.3.0", | ||
"mm": "^2.0.0", | ||
"mocha": "^3.0.0", | ||
"mocha": "^3.5.3", | ||
"platform": "^1.3.4", | ||
"promise-polyfill": "^6.0.2", | ||
"should": "^11.0.0", | ||
"sinon": "^1.17.6", | ||
"sinon": "^1.17.7", | ||
"stream-equal": "^1.1.0", | ||
"thunk-mocha": "^1.0.3", | ||
"uglify-js": "^2.7.1" | ||
"uglify-js": "^2.8.29", | ||
"watchify": "^3.9.0" | ||
}, | ||
@@ -70,0 +91,0 @@ "dependencies": { |
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
259822
23
4738
32
5
2