Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dependency-path

Package Overview
Dependencies
Maintainers
2
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dependency-path - npm Package Compare versions

Comparing version 9.1.1 to 9.1.2

2

lib/index.js

@@ -127,3 +127,3 @@ "use strict";

function depPathToFilename(depPath) {
const filename = depPathToFilenameUnescaped(depPath).replace(/\//g, '+');
const filename = depPathToFilenameUnescaped(depPath).replace(/[\\/:*?"<>|]/g, '+');
if (filename.length > 120 || filename !== filename.toLowerCase() && !filename.startsWith('file+')) {

@@ -130,0 +130,0 @@ return `${filename.substring(0, 50)}_${createBase32Hash(filename)}`;

{
"name": "dependency-path",
"version": "9.1.1",
"version": "9.1.2",
"description": "Utilities for working with symlinked node_modules",

@@ -34,3 +34,3 @@ "main": "lib/index.js",

"@types/semver": "^7.3.4",
"dependency-path": "9.1.1"
"dependency-path": "9.1.2"
},

@@ -37,0 +37,0 @@ "funding": "https://opencollective.com/pnpm",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc