@contrail/types
Advanced tools
Comparing version 0.0.10 to 0.0.11
export * from './formatter'; | ||
export * from './propeties'; | ||
export * from './formulas'; | ||
export * from './types'; |
@@ -15,1 +15,3 @@ "use strict"; | ||
__exportStar(require("./propeties"), exports); | ||
__exportStar(require("./formulas"), exports); | ||
__exportStar(require("./types"), exports); |
@@ -6,2 +6,3 @@ import { PropertyType } from "."; | ||
label: string; | ||
formula?: string; | ||
} |
{ | ||
"name": "@contrail/types", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "Types Utility module", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14256
26
341
1