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

youzanyun-sdk-nodejs

Package Overview
Dependencies
Maintainers
3
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

youzanyun-sdk-nodejs - npm Package Compare versions

Comparing version 2.0.0-beta.2 to 2.0.0-beta.3

8

lib/api-client.js

@@ -45,6 +45,4 @@ "use strict";

const packageJson = require('../package.json');
const packageJson = require('./package.json');
const HttpClient = require('./http-client');
class ApiClient {

@@ -68,5 +66,3 @@ constructor({

clientSecret: CLIENT_SECRET,
httpClient: new HttpClient({
enableProxy: false
})
httpClient
});

@@ -73,0 +69,0 @@ }

{
"name": "youzanyun-sdk-nodejs",
"version": "2.0.0-beta.2",
"version": "2.0.0-beta.3",
"description": "有赞云 nodejs sdk",

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

@@ -29,4 +29,3 @@ /**

const { NEED_PREVENT_BREAKDOWN, OPEN_HOST } = require('./config');
const packageJson = require('../package.json');
const HttpClient = require('./http-client');
const packageJson = require('./package.json');

@@ -43,5 +42,3 @@ class ApiClient {

clientSecret: CLIENT_SECRET,
httpClient: new HttpClient({
enableProxy: false,
}),
httpClient,
});

@@ -48,0 +45,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