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

taobao-openapi

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

taobao-openapi - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

2

package.json
{
"name": "taobao-openapi",
"version": "1.1.0",
"version": "1.2.0",
"description": "api client for taobao open platform",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -95,2 +95,9 @@ var _ = require("underscore");

}
try {
body = JSON.parse(body);
}catch (err) {
if(err) {
return callback(err);
}
}
callback(null, body);

@@ -143,2 +150,9 @@ });

}
try {
body = JSON.parse(body);
}catch (err) {
if(err) {
return callback(err);
}
}
callback(null, body);

@@ -145,0 +159,0 @@ });

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