Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ali-oss

Package Overview
Dependencies
Maintainers
3
Versions
127
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.1.0 to 4.1.2

12

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

32

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