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.0.16
to
1.0.17
+2
-2
package.json
{
"name": "path-string-prepend",
"version": "1.0.16",
"version": "1.0.17",
"description": "Prepends a path to a platform-specfic delimited path string and removes duplicate paths",

@@ -18,3 +18,3 @@ "keywords": [

"main": "dist/cjs/index.cjs",
"types": "dist/types/index.d.ts",
"types": "dist/cjs/index.d.cts",
"files": [

@@ -21,0 +21,0 @@ "dist"

export default function prepend(pathString: any, prependPath: any, options: any): any;