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 5.1.0 to 5.2.0

1

lib/index.d.ts

@@ -29,2 +29,1 @@ export * from './src/review-status.enum';

export * from './src/discount-rule.enum';
export * from './src/discount-type.enum';

@@ -41,2 +41,1 @@ "use strict";

__exportStar(require("./src/discount-rule.enum"), exports);
__exportStar(require("./src/discount-type.enum"), exports);

4

lib/src/discount-rule.enum.d.ts

@@ -5,4 +5,6 @@ export declare enum DiscountRule {

PROJECT_DURATION_GREATER_THAN = "PROJECT_DURATION_GREATER_THAN",
TRANSACTION_AMOUNT_GREATER_THAN = "TRANSACTION_AMOUNT_GREATER_THAN"
TRANSACTION_AMOUNT_GREATER_THAN = "TRANSACTION_AMOUNT_GREATER_THAN",
MAX_USE_COUNT_IS = "MAX_USE_COUNT_IS",
MAX_USE_COUNT_FOR_EACH_USER_IS = "MAX_USE_COUNT_FOR_EACH_USER_IS"
}
export default DiscountRule;

@@ -10,3 +10,5 @@ "use strict";

DiscountRule["TRANSACTION_AMOUNT_GREATER_THAN"] = "TRANSACTION_AMOUNT_GREATER_THAN";
DiscountRule["MAX_USE_COUNT_IS"] = "MAX_USE_COUNT_IS";
DiscountRule["MAX_USE_COUNT_FOR_EACH_USER_IS"] = "MAX_USE_COUNT_FOR_EACH_USER_IS";
})(DiscountRule = exports.DiscountRule || (exports.DiscountRule = {}));
exports.default = DiscountRule;
{
"name": "@vidubia/constants",
"version": "5.1.0",
"version": "5.2.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