@contrail/util
Advanced tools
Comparing version 1.0.10 to 1.0.11
@@ -1,2 +0,2 @@ | ||
export * from './object-util'; | ||
export * from './string-util'; | ||
export * from './object-util/object-util'; | ||
export * from './string-util/string-util'; |
@@ -13,3 +13,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./object-util"), exports); | ||
__exportStar(require("./string-util"), exports); | ||
__exportStar(require("./object-util/object-util"), exports); | ||
__exportStar(require("./string-util/string-util"), exports); |
{ | ||
"name": "@contrail/util", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "General javascript utilities", | ||
@@ -17,5 +17,2 @@ "main": "lib/index.js", | ||
"license": "ISC", | ||
"files": [ | ||
"lib/**/*" | ||
], | ||
"devDependencies": { | ||
@@ -22,0 +19,0 @@ "@types/jest": "^23.3.14", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
5527
123
1