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
1
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 0.0.1 to 0.0.2

build/client.js

8

lib/client.js

@@ -342,3 +342,9 @@ /*!

function* requestError(res) {
var message = res.data.toString();
if (res.status === 404) {
var err = new Error('resource not found');
err.status = 404;
return err;
}
var message = String(res.data);
debug('request response error data: %s', message);

@@ -345,0 +351,0 @@

5

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

@@ -32,3 +32,4 @@ "main": "index.js",

"mocha": "*",
"should": "*"
"should": "*",
"istanbul-harmony": "*"
},

@@ -35,0 +36,0 @@ "dependencies": {

@@ -82,3 +82,3 @@ ali-oss

if you do not use node v0.11+ or do not use `node --harmony`.
this module will use [regenerator](/facebook/regenerator) to convert to es5 style.
this module will use [regenerator](https://github.com/facebook/regenerator) to convert to es5 style.
so you only need to use co wrap the generator function into callback style:

@@ -85,0 +85,0 @@

Sorry, the diff of this file is not supported yet

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