Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign 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.3
to
1.1.4
+7
-3
package.json
{
"name": "path-string-prepend",
"version": "1.1.3",
"version": "1.1.4",
"description": "Prepends a path to a platform-specfic delimited path string and removes duplicate paths",

@@ -33,3 +33,4 @@ "keywords": [

"format": "biome check --write --unsafe",
"test": "mocha --no-timeouts test/**/*.test.*",
"prepublishOnly": "tsds validate",
"test": "tsds test:node --no-timeouts",
"test:engines": "nvu engines tsds test:node --no-timeouts",

@@ -39,4 +40,7 @@ "version": "tsds version"

"devDependencies": {
"@biomejs/biome": "*",
"@types/mocha": "*",
"@types/node": "*"
"@types/node": "*",
"node-version-use": "*",
"ts-dev-stack": "*"
},

@@ -43,0 +47,0 @@ "engines": {