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.4 to 1.0.5

3

lib/alipay.js

@@ -48,6 +48,7 @@ 'use strict';

return new Promise((resolve, reject) => {
config.urllib.request(config.getway, {
config.urllib.request(config.getway + '?charset=UTF-8', {
data: params,
dataType: 'json',
timeout: config.timeout,
method: 'POST',
})

@@ -54,0 +55,0 @@ .then(ret => {

{
"name": "alipay-sdk",
"version": "1.0.4",
"version": "1.0.5",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

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