New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

alipay-sdk

Package Overview
Dependencies
Maintainers
6
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.0.7 to 3.0.8

1

lib/alipay.js

@@ -178,2 +178,3 @@ "use strict";

}).join('&');
console.log('>>>>>> signContent: ', signContent);
const verifier = crypto.createVerify(util_1.ALIPAY_ALGORITHM_MAPPING[signType]);

@@ -180,0 +181,0 @@ return verifier.update(signContent, 'utf8').verify(this.config.alipayPublicKey, signStr, 'base64');

4

package.json
{
"name": "alipay-sdk",
"version": "3.0.7",
"version": "3.0.8",
"description": "蚂蚁金服开放平台 node sdk",

@@ -10,3 +10,3 @@ "main": "lib/alipay.js",

"lint:no-fix": "tslint -p ./tsconfig.json",
"test": "npm run tsc && npm run lint && mocha",
"test": "mocha",
"ci": "npm run tsc && npm run lint:no-fix && nyc mocha -t 6000"

@@ -13,0 +13,0 @@ },

@@ -46,3 +46,2 @@ # Alipay SDK

- [页面类接口调用](https://www.yuque.com/chenqiu/alipay-node-sdk/page_api)
- [AES 加密](https://www.yuque.com/chenqiu/alipay-node-sdk/aes)
- [通知验签](https://www.yuque.com/chenqiu/alipay-node-sdk/msg_verify)

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