Huge News!Announcing our $40M Series B led by Abstract Ventures.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.4 to 3.0.5

3

lib/alipay.js

@@ -307,5 +307,4 @@ "use strict";

const signArgs = Object.assign({}, postData);
// 除去sign、sign_type 皆是待验签的参数。
// 除去sign 皆是待验签的参数。
delete signArgs.sign;
delete signArgs.sign_type;
const decodeSign = Object.keys(signArgs).sort().filter(val => val).map((key) => {

@@ -312,0 +311,0 @@ let value = signArgs[key];

{
"name": "alipay-sdk",
"version": "3.0.4",
"version": "3.0.5",
"description": "蚂蚁金服开放平台 node sdk",

@@ -5,0 +5,0 @@ "main": "lib/alipay.js",

@@ -8,6 +8,6 @@ # Alipay SDK

[npm-url]: https://www.npmjs.com/package/alipay-sdk
[travis-image]: https://img.shields.io/travis/ali-sdk/alipay-sdk/master.svg?style=flat-square
[travis-url]: https://travis-ci.org/ali-sdk/alipay-sdk.svg?branch=master
[cov-image]: http://codecov.io/github/ali-sdk/alipay-sdk/coverage.svg?branch=master
[cov-url]: http://codecov.io/github/ali-sdk/alipay-sdk?branch=master
[travis-image]: https://img.shields.io/travis/alipay/alipay-sdk/master.svg?style=flat-square
[travis-url]: https://travis-ci.org/alipay/alipay-sdk.svg?branch=master
[cov-image]: http://codecov.io/github/alipay/alipay-sdk/coverage.svg?branch=master
[cov-url]: http://codecov.io/github/alipay/alipay-sdk?branch=master

@@ -14,0 +14,0 @@

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