Socket
Socket
Sign inDemoInstall

cached-path-relative

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cached-path-relative - npm Package Compare versions

Comparing version 1.0.2 to 1.1.0

4

lib/index.js

@@ -30,3 +30,3 @@ /**

if (cwd !== lastCwd) {
cache = {}
cache = Object.create(null)
lastCwd = cwd

@@ -39,3 +39,3 @@ }

cache[from] = cache[from] || {}
cache[from] = cache[from] || Object.create(null)
cache[from][to] = result

@@ -42,0 +42,0 @@

@@ -5,3 +5,3 @@ {

"repository": "git://github.com/ashaffer/cached-path-relative.git",
"version": "1.0.2",
"version": "1.1.0",
"license": "MIT",

@@ -8,0 +8,0 @@ "main": "lib/index.js",

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