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

alipay-sdk

Package Overview
Dependencies
Maintainers
1
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 1.0.1 to 1.0.2

2

lib/alipay.js

@@ -73,3 +73,3 @@ 'use strict';

const sig = crypto.createSign('RSA-SHA1');
sig.update(payload);
sig.update(new Buffer('' + payload));
return sig.sign(this.config.private_key, 'base64');

@@ -76,0 +76,0 @@ }

{
"name": "alipay-sdk",
"version": "1.0.1",
"version": "1.0.2",
"description": "",
"main": "index.js",
"scripts": {
"pub": "npm version patch && git push origin && git push origin --tag",
"pub": "npm version patch && git push origin && git push origin --tag && npm publish && tnpm sync",
"test": "node node_modules/.bin/_mocha test",

@@ -9,0 +9,0 @@ "cov": "node --harmony node_modules/.bin/istanbul cover node_modules/.bin/_mocha test"

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