@db-auto/utils
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -6,2 +6,5 @@ export * from './src/safe'; | ||
export * from './src/errors'; | ||
export * from './src/json'; | ||
export * from "./src/validators"; | ||
export * from "./src/strings"; | ||
export * from "./src/columns"; |
@@ -22,2 +22,5 @@ "use strict"; | ||
__exportStar(require("./src/errors"), exports); | ||
__exportStar(require("./src/json"), exports); | ||
__exportStar(require("./src/validators"), exports); | ||
__exportStar(require("./src/strings"), exports); | ||
__exportStar(require("./src/columns"), exports); |
{ | ||
"name": "@db-auto/utils", | ||
"description": "", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"main": "dist/index", | ||
@@ -6,0 +6,0 @@ "types": "dist/index", |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
44408
29
900
2