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

alipay-meteor-easy

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alipay-meteor-easy - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

6

lib/alipay_core.function.js

@@ -119,3 +119,2 @@ /**

method:'POST',
cert:fs.readFileSync(cacert_url),
headers:{

@@ -127,2 +126,4 @@ 'Content-Type':'application/x-www-form-urlencoded',

if(cacert_url){ options.cert = fs.readFileSync(cacert_url); }
var req = https.request(options, function(res) {

@@ -159,5 +160,6 @@ var responseText='';

method:'GET',
cert:fs.readFileSync(cacert_url)
};
if(cacert_url){ options.cert = fs.readFileSync(cacert_url); }
var req = https.request(options, function(res) {

@@ -164,0 +166,0 @@ var responseText='';

@@ -5,3 +5,3 @@ {

"author": "dengdonglin",
"version": "0.1.0",
"version": "0.1.1",
"repository": {

@@ -8,0 +8,0 @@ "type": "git",

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