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

@smartpay/sdk-node

Package Overview
Dependencies
Maintainers
3
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smartpay/sdk-node - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

build/esm/index.js

@@ -378,2 +378,3 @@ // src/smartpay.ts

const { currency } = orderData;
console.log(orderData, orderData.amount == null);
if (orderData.amount == null) {

@@ -391,2 +392,3 @@ orderData.amount = orderData.lineItemData.reduce((sum, item) => {

}
console.log(orderData, orderData.amount == null);
return payload;

@@ -393,0 +395,0 @@ };

2

package.json

@@ -7,3 +7,3 @@ {

},
"version": "0.0.1",
"version": "0.0.2",
"description": "Smartpay SDK NodeJS",

@@ -10,0 +10,0 @@ "main": "./build/cjs/index.cjs",

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