You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

path-string-prepend

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

path-string-prepend - npm Package Compare versions

Comparing version
1.1.6
to
1.1.7
+1
-1
dist/cjs/index.js

@@ -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; }
{
"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": {