path-string-prepend
Advanced tools
@@ -50,2 +50,2 @@ "use strict"; | ||
| } | ||
| /* CJS INTEROP */ if (exports.__esModule && exports.default) { try { Object.defineProperty(exports.default, '__esModule', { value: true }); for (var key in exports) { exports.default[key] = exports[key]; } } catch (_) {}; module.exports = exports.default; } | ||
| /* CJS INTEROP */ if (exports.__esModule && exports.default) { try { Object.defineProperty(exports.default, '__esModule', { value: true }); for (let key in exports) { exports.default[key] = exports[key]; } } catch (_) {}; module.exports = exports.default; } |
+6
-6
| { | ||
| "name": "path-string-prepend", | ||
| "version": "1.1.6", | ||
| "version": "1.1.7", | ||
| "description": "Prepends a path to a platform-specfic delimited path string and removes duplicate paths", | ||
@@ -40,7 +40,7 @@ "keywords": [ | ||
| "devDependencies": { | ||
| "@types/mocha": "*", | ||
| "@types/node": "*", | ||
| "node-version-use": "*", | ||
| "ts-dev-stack": "*", | ||
| "tsds-config": "*" | ||
| "@types/mocha": "^10.0.10", | ||
| "@types/node": "^25.0.1", | ||
| "node-version-use": "^2.1.5", | ||
| "ts-dev-stack": "^1.21.3", | ||
| "tsds-config": "^0.2.1" | ||
| }, | ||
@@ -47,0 +47,0 @@ "engines": { |
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
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
12542
0.23%