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.12.0 to 3.13.0

lib/src/currency.enum.d.ts

1

lib/index.d.ts

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

export * from './src/transaction-type.enum';
export * from './src/currency.enum';

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

__exportStar(require("./src/transaction-type.enum"), exports);
__exportStar(require("./src/currency.enum"), exports);
export declare enum Role {
ROLE_SUPER_ADMIN = "ROLE_SUPER_ADMIN",
ROLE_ADMIN = "ROLE_ADMIN",

@@ -12,2 +13,3 @@ ROLE_TRANSLATOR = "ROLE_TRANSLATOR",

export declare const RoleTree: {
ROLE_SUPER_ADMIN: Role[];
ROLE_ADMIN: Role[];

@@ -14,0 +16,0 @@ ROLE_SUPERVISOR: Role[];

@@ -6,2 +6,3 @@ "use strict";

(function (Role) {
Role["ROLE_SUPER_ADMIN"] = "ROLE_SUPER_ADMIN";
Role["ROLE_ADMIN"] = "ROLE_ADMIN";

@@ -17,2 +18,3 @@ Role["ROLE_TRANSLATOR"] = "ROLE_TRANSLATOR";

exports.RoleTree = {
ROLE_SUPER_ADMIN: [Role.ROLE_ADMIN],
ROLE_ADMIN: [Role.ROLE_SUPERVISOR],

@@ -19,0 +21,0 @@ ROLE_SUPERVISOR: [

2

package.json
{
"name": "@vidubia/constants",
"version": "3.12.0",
"version": "3.13.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