@leancloud/platform-adapters-alipay
Advanced tools
Comparing version 1.2.0 to 1.3.0
{ | ||
"name": "@leancloud/platform-adapters-alipay", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "Platform adapters for Alipay Miniapp", | ||
@@ -11,3 +11,4 @@ "keywords": [ | ||
"license": "MIT", | ||
"main": "lib/index.js", | ||
"main": "lib/index.cjs.js", | ||
"module": "lib/index.es.js", | ||
"types": "lib/index.d.ts", | ||
@@ -30,3 +31,3 @@ "directories": { | ||
"clean": "rm -rf ./lib", | ||
"compile": "tsc -p tsconfig.build.json", | ||
"compile": "rollup -c", | ||
"prepublishOnly": "npm run build" | ||
@@ -36,6 +37,7 @@ }, | ||
"@leancloud/adapter-types": "^4.0.0", | ||
"@leancloud/adapter-utils": "^1.1.0", | ||
"base64-arraybuffer": "^0.2.0" | ||
"@leancloud/adapter-utils": "^1.2.0", | ||
"base64-arraybuffer": "^0.2.0", | ||
"event-target-shim": "^5.0.1" | ||
}, | ||
"gitHead": "f9d9cda3cc00bba8636b1b2736207ddc6c38880f" | ||
"gitHead": "0434a837b741e755cf24a79773fdd7ebb9052233" | ||
} |
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
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
74527
634
4
12
2
+ Addedevent-target-shim@^5.0.1
+ Addedevent-target-shim@5.0.1(transitive)