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 1.9.0 to 2.0.0-beta.0

.idea/codeStyles/codeStyleConfig.xml

12

package.json
{
"name": "youzanyun-sdk-nodejs",
"version": "1.9.0",
"version": "2.0.0-beta.0",
"description": "有赞云 nodejs sdk",
"main": "index.js",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src -d lib",
"prepublish": "npm run build"
},

@@ -22,4 +24,6 @@ "repository": {

"devDependencies": {
"prettier": "2.3.2"
"@babel/cli": "^7.16.8",
"@babel/core": "^7.16.10",
"@babel/preset-env": "^7.16.10"
}
}

@@ -8,3 +8,3 @@ process.env.OPENSDK_CLIENTID = '434bff5f1b502f9668';

const sdk = require('./index');
const sdk = require('./lib');

@@ -11,0 +11,0 @@ const http_main_handler = async () => {

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