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

@exodus/models

Package Overview
Dependencies
Maintainers
0
Versions
133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@exodus/models - npm Package Compare versions

Comparing version 11.15.0 to 11.16.0

6

lib/fiat-order/constants.js

@@ -17,3 +17,4 @@ "use strict";

failed: 'failed',
in_progress: 'in-progress'
in_progress: 'in-progress',
initiated: 'initiated'
};

@@ -59,3 +60,4 @@ exports.ORDER_STATUS = ORDER_STATUS;

[ORDER_STATUS.failed]: [PAYPAL_ORDER_STATUS.failed],
[ORDER_STATUS.in_progress]: [PAYPAL_ORDER_STATUS.initiated, PAYPAL_ORDER_STATUS.pending]
[ORDER_STATUS.in_progress]: [PAYPAL_ORDER_STATUS.pending],
[ORDER_STATUS.initiated]: [PAYPAL_ORDER_STATUS.initiated]
};

@@ -62,0 +64,0 @@ exports.ORDER_STATUS_TO_PAYPAL_STATUS = ORDER_STATUS_TO_PAYPAL_STATUS;

{
"name": "@exodus/models",
"version": "11.15.0",
"version": "11.16.0",
"description": "Exodus models",

@@ -41,3 +41,3 @@ "main": "lib/index.js",

},
"gitHead": "5a011bf7427f195e5dc6047ea104702a34edefb2"
"gitHead": "84eede2af2ce72cff7f815a85ec2a59806bbefdb"
}
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