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.0.7 to 0.0.8

6

index.js

@@ -1,4 +0,4 @@

var notify = require('./lib/alipay_notify.class').AlipayNotify;
var submit = require('./lib/alipay_submit.class').AlipaySubmit;
var alipay = [notify, submit];
var alipay = {};
alipay.notify = require('./lib/alipay_notify.class');
alipay.submit = require('./lib/alipay_submit.class');
module.exports = alipay;

@@ -145,2 +145,2 @@ /**

exports.AlipayNotify = AlipayNotify;
module.exports = AlipayNotify;

@@ -171,2 +171,2 @@ /**

exports.AlipaySubmit = AlipaySubmit;
module.exports = AlipaySubmit;

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

"author": "dengdonglin",
"version": "0.0.7",
"version": "0.0.8",
"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