New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ali-oss

Package Overview
Dependencies
Maintainers
4
Versions
128
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ali-oss - npm Package Compare versions

Comparing version 4.10.2 to 4.11.0

lib/browser.js

6

History.md
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 @@ ==================

35

package.json
{
"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": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc