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.0.0 to 1.1.0

2

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

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

@@ -66,3 +66,3 @@ var _ = require("underscore");

method = arguments[0];
args = arguments[1];
args = _.extend(args, arguments[1]);
callback = arguments[2];

@@ -72,3 +72,3 @@ } else if (arguments.length == 4) {

config = arguments[1] || {};
args = arguments[2];
args = _.extend(args, arguments[2]);
callback = arguments[3];

@@ -119,3 +119,3 @@ }

method = arguments[0];
args = arguments[1];
args = _.extend(args, arguments[1]);
callback = arguments[2];

@@ -125,3 +125,3 @@ } else if (arguments.length == 4) {

config = arguments[1] || {};
args = arguments[2];
args = _.extend(args, arguments[2]);
callback = arguments[3];

@@ -168,2 +168,3 @@ }

args.app_key = config.app_key;
if(config.session){

@@ -170,0 +171,0 @@ args.session = config.session;

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