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

alipay-sdk

Package Overview
Dependencies
Maintainers
3
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alipay-sdk - npm Package Compare versions

Comparing version 3.4.0 to 3.5.0

7

CHANGELOG.md
# Changelog
## [3.5.0](https://github.com/alipay/alipay-sdk-nodejs-all/compare/v3.4.0...v3.5.0) (2023-08-19)
### Features
* 支持直接 require sdk ([#110](https://github.com/alipay/alipay-sdk-nodejs-all/issues/110)) ([b7acb4b](https://github.com/alipay/alipay-sdk-nodejs-all/commit/b7acb4bd3e5f0d73d0b3aa4936a3833d23f86f0c))
## [3.4.0](https://github.com/alipay/alipay-sdk-nodejs-all/compare/v3.3.1...v3.4.0) (2023-05-16)

@@ -4,0 +11,0 @@

3

lib/alipay.js

@@ -437,3 +437,6 @@ "use strict";

}
// support require on cjs: `const AlipaySdk = require('alipay-sdk')`
exports = module.exports = AlipaySdk;
Object.defineProperty(exports, '__esModule', { value: true });
exports.default = AlipaySdk;
//# sourceMappingURL=alipay.js.map

7

package.json
{
"name": "alipay-sdk",
"version": "3.4.0",
"description": "蚂蚁金服开放平台 node sdk",
"version": "3.5.0",
"description": "支付宝开放平台 Node.js SDK",
"main": "lib/alipay.js",

@@ -10,2 +10,3 @@ "scripts": {

"tsc:watch": "tsc -w",
"clean": "tsc -b --clean",
"dev": "tsc -w",

@@ -15,3 +16,3 @@ "lint": "eslint .",

"ci": "npm run tsc && nyc mocha -t 6000",
"prepublishOnly": "npm run tsc && npm run test"
"prepublishOnly": "npm run clean && npm run tsc"
},

@@ -18,0 +19,0 @@ "author": "dersoncheng",

Sorry, the diff of this file is not supported yet

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