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.2.1 to 4.2.2

7

History.md
4.2.2 / 2016-04-12
==================
* Rework browser build to reduce dist size (#94)
* chore(package): update babel-plugin-transform-runtime to version 6.7.5
* test: add update exists object headers test case
4.2.1 / 2016-04-07

@@ -3,0 +10,0 @@ ==================

11

package.json
{
"name": "ali-oss",
"version": "4.2.1",
"version": "4.2.2",
"description": "aliyun oss(open storage service) node client",

@@ -14,3 +14,3 @@ "main": "lib/client.js",

"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",
"build-dist": "node browser-build.js > dist/aliyun-oss-sdk.js && MINIFY=1 node browser-build.js > dist/aliyun-oss-sdk.min.js",
"publish-to-cdn": "node publish.js"

@@ -45,5 +45,6 @@ },

"devDependencies": {
"aliasify": "^1.9.0",
"autod": "^2.4.2",
"babel-runtime": "^6.6.1",
"babel-plugin-transform-runtime": "^6.6.0",
"babel-plugin-transform-runtime": "^6.7.5",
"babel-preset-es2015": "^6.3.13",

@@ -54,2 +55,3 @@ "babelify": "^7.2.0",

"co-fs": "^1.2.0",
"crypto-browserify": "^1.0.9",
"filereader": "^0.10.3",

@@ -61,4 +63,3 @@ "git-pre-hooks": "^1.2.0",

"should": "^8.2.0",
"thunk-mocha": "^1.0.2",
"uglifyjs": "^2.4.10"
"thunk-mocha": "^1.0.2"
},

@@ -65,0 +66,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