youzanyun-sdk-nodejs
Advanced tools
Comparing version 1.9.0 to 2.0.0-beta.0
{ | ||
"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 () => { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34079
28
959
3
3
9
4