New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@figuredev/payments-sdk

Package Overview
Dependencies
Maintainers
6
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@figuredev/payments-sdk - npm Package Compare versions

Comparing version 0.26.0 to 0.26.1

5

lib/types.d.ts

@@ -66,3 +66,6 @@ import { Maybe } from "fgr-lib-backend/lib/types";

ConnectionToGatewayTimedout = "ConnectionToGatewayTimedout",
Cancelled = "Cancelled"
Cancelled = "Cancelled",
Timeout = "Timeout",
PaymentGatewayOffline = "PaymentGatewayOffline",
MissingConfiguration = "MissingConfiguration"
}

@@ -69,0 +72,0 @@ export declare type PaymentRequestSaveDTO = {

3

lib/types.js

@@ -54,2 +54,5 @@ "use strict";

PaymentDeclineCode["Cancelled"] = "Cancelled";
PaymentDeclineCode["Timeout"] = "Timeout";
PaymentDeclineCode["PaymentGatewayOffline"] = "PaymentGatewayOffline";
PaymentDeclineCode["MissingConfiguration"] = "MissingConfiguration";
})(PaymentDeclineCode = exports.PaymentDeclineCode || (exports.PaymentDeclineCode = {}));

@@ -56,0 +59,0 @@ var PaymentResponseStatusDTO;

{
"name": "@figuredev/payments-sdk",
"version": "0.26.0",
"version": "0.26.1",
"license": "ISC",

@@ -5,0 +5,0 @@ "files": [

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