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.5.0 to 0.5.1

3

build/cjs/types.d.ts

@@ -251,2 +251,3 @@ export interface LooseObject {

currency?: string;
reference?: string;
description?: string;

@@ -260,3 +261,5 @@ metadata?: MetaData;

reason?: RefundReason;
reference?: string;
description?: string;
metadata?: MetaData;
};

@@ -263,0 +266,0 @@ export declare type OrdersCollection = {

2

build/esm/index.js

@@ -496,3 +496,3 @@ var __defProp = Object.defineProperty;

"dev-lang": "nodejs",
"sdk-version": "0.4.0"
"sdk-version": "0.5.1"
};

@@ -499,0 +499,0 @@ const req = this.request(`/checkout-sessions?${qs.stringify(params)}`, {

@@ -251,2 +251,3 @@ export interface LooseObject {

currency?: string;
reference?: string;
description?: string;

@@ -260,3 +261,5 @@ metadata?: MetaData;

reason?: RefundReason;
reference?: string;
description?: string;
metadata?: MetaData;
};

@@ -263,0 +266,0 @@ export declare type OrdersCollection = {

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

},
"version": "0.5.0",
"version": "0.5.1",
"description": "Smartpay SDK NodeJS",

@@ -27,2 +27,3 @@ "main": "./build/cjs/index.cjs",

"build": "yarn build:esm && yarn build:cjs",
"prepublish": "npm run build",
"pretest": "yarn build",

@@ -29,0 +30,0 @@ "test:unit": "tape test/unit.js",

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