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

abl-constants

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abl-constants - npm Package Compare versions

Comparing version 0.3.11 to 0.3.12

2

package.json
{
"name": "abl-constants",
"version": "0.3.11",
"version": "0.3.12",
"license": "MIT",

@@ -5,0 +5,0 @@ "title": "ABL - constants",

@@ -70,4 +70,14 @@ "use strict";

name: "adjustment",
type: "fee",
type: "adjustment",
amount: 30 * 100
},
coupon: {
name: "100OFF",
type: "coupon",
amount: -30 * 100
},
discount: {
name: "flat",
type: "discount",
amount: -30 * 100
}

@@ -74,0 +84,0 @@ };

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