@vxrn/utils
Advanced tools
Comparing version 1.1.375 to 1.1.376
@@ -15,2 +15,4 @@ var __defProp = Object.defineProperty; | ||
__reExport(src_exports, require("./mustReplace"), module.exports); | ||
__reExport(src_exports, require("./detectPackageManager"), module.exports); | ||
__reExport(src_exports, require("./exec"), module.exports); | ||
//# sourceMappingURL=index.js.map |
@@ -16,6 +16,10 @@ "use strict"; | ||
__reExport(src_exports, require("./mustReplace"), module.exports); | ||
__reExport(src_exports, require("./detectPackageManager"), module.exports); | ||
__reExport(src_exports, require("./exec"), module.exports); | ||
// Annotate the CommonJS export names for ESM import in node: | ||
0 && (module.exports = { | ||
...require("./mustReplace") | ||
...require("./mustReplace"), | ||
...require("./detectPackageManager"), | ||
...require("./exec") | ||
}); | ||
//# sourceMappingURL=index.js.map |
export * from "./mustReplace"; | ||
export * from "./detectPackageManager"; | ||
export * from "./exec"; | ||
//# sourceMappingURL=index.js.map |
export * from "./mustReplace"; | ||
export * from "./detectPackageManager"; | ||
export * from "./exec"; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@vxrn/utils", | ||
"version": "1.1.375", | ||
"version": "1.1.376", | ||
"sideEffects": false, | ||
"type": "module", | ||
"types": "./src/index.ts", | ||
"types": "./types/index.d.ts", | ||
"main": "dist/cjs", | ||
@@ -16,3 +16,3 @@ "module": "dist/esm", | ||
}, | ||
"types": "./src/index.ts", | ||
"types": "./types/index.d.ts", | ||
"import": "./dist/esm/index.mjs", | ||
@@ -24,7 +24,8 @@ "require": "./dist/cjs/index.cjs" | ||
"src", | ||
"dist" | ||
"dist", | ||
"types" | ||
], | ||
"scripts": { | ||
"build": "tamagui-build --skip-types", | ||
"watch": "tamagui-build --skip-types --watch", | ||
"build": "tamagui-build", | ||
"watch": "tamagui-build --watch", | ||
"lint": "npx biome check src", | ||
@@ -31,0 +32,0 @@ "lint:fix": "npx biome check --apply-unsafe src", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
61069
58
1060
7
1