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

@leancloud/platform-adapters-alipay

Package Overview
Dependencies
Maintainers
4
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@leancloud/platform-adapters-alipay - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

lib/index.cjs.js

14

package.json
{
"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"
}
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