New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@purinton/path

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@purinton/path - npm Package Compare versions

Comparing version
1.0.8
to
1.0.9
+3
-2
package.json
{
"name": "@purinton/path",
"type": "module",
"version": "1.0.8",
"version": "1.0.9",
"description": "An ESM/Jest friendly path utility.",

@@ -19,3 +19,4 @@ "main": "index.cjs",

"import": "./index.mjs",
"require": "./index.cjs"
"require": "./index.cjs",
"types": "./index.d.ts"
}

@@ -22,0 +23,0 @@ },