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

@vidubia/constants

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vidubia/constants - npm Package Compare versions

Comparing version 3.11.0 to 3.12.0

2

lib/src/language.enum.d.ts

@@ -10,4 +10,4 @@ export declare enum Language {

'it-IT' = "it-IT",
'es-SP' = "es-SP"
'es-ES' = "es-ES"
}
export default Language;

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

Language["it-IT"] = "it-IT";
Language["es-SP"] = "es-SP";
Language["es-ES"] = "es-ES";
})(Language = exports.Language || (exports.Language = {}));
exports.default = Language;
export declare enum TransactionType {
CREDIT_INCREAMENT = "CREDIT_INCREAMENT",
PROJECT_CHECKOUT = "PROJECT_CHECKOUT",
WAGE_PAYMENT = "WAGE_PAYMENT"
WAGE_PAYMENT = "WAGE_PAYMENT",
STRIPE = "STRIPE"
}
export default TransactionType;

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

TransactionType["WAGE_PAYMENT"] = "WAGE_PAYMENT";
TransactionType["STRIPE"] = "STRIPE";
})(TransactionType = exports.TransactionType || (exports.TransactionType = {}));
exports.default = TransactionType;
{
"name": "@vidubia/constants",
"version": "3.11.0",
"version": "3.12.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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