New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.5 to 0.3.6

2

package.json
{
"name": "abl-constants",
"version": "0.3.5",
"version": "0.3.6",
"license": "MIT",

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

@@ -8,2 +8,2 @@ "use strict";

export const reEmail = /(?:[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*|"(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?|\[(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?|[a-z0-9-]*[a-z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])/;
export const reAdminEmail = /.*@adventurebucketlist.com/;
export const reAdminEmail = /.*@adventurebucketlist.com$/;

@@ -99,1 +99,36 @@ "use strict";

};
// https://support.stripe.com/questions/which-zero-decimal-currencies-does-stripe-support
export const zeroDecimalCurrencies = [
"BIF", // Burundian Franc
"CLP", // Chilean Peso
"DJF", // Djiboutian Franc
"GNF", // Guinean Franc
"JPY", // Japanese Yen
"KMF", // Comorian Franc
"KRW", // South Korean Won
"MGA", // Malagasy Ariary
"PYG", // Paraguayan Guaraní
"RWF", // Rwandan Franc
"VND", // Vietnamese Đồng
"VUV", // Vanuatu Vatu
"XAF", // Central African Cfa Franc
"XOF", // West African Cfa Franc
"XPF" // Cfp Franc
];
// https://support.stripe.com/questions/what-is-the-minimum-amount-i-can-charge-with-stripe
export const minimumAmounts = {
USD: 0.50,
CAD: 0.50,
GBP: 0.30,
EUR: 0.50,
DKK: 2.50,
NOK: 3.00,
SEK: 3.00,
CHF: 0.50,
AUD: 0.50,
JPY: 50,
MXN: 10,
SGD: 0.50
};
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