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

bare-addon-resolve

Package Overview
Dependencies
Maintainers
0
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bare-addon-resolve - npm Package Compare versions

Comparing version 1.5.1 to 1.5.2

4

index.js

@@ -116,3 +116,3 @@ const resolve = require('bare-module-resolve')

}
} while (parentURL.pathname !== '/')
} while (parentURL.pathname !== '' && parentURL.pathname !== '/')

@@ -157,3 +157,3 @@ return false

if (scopeURL.pathname.length === 3 && exports.isWindowsDriveLetter(scopeURL.pathname.substring(1))) break
} while (scopeURL.pathname !== '/')
} while (scopeURL.pathname !== '' && scopeURL.pathname !== '/')
}

@@ -160,0 +160,0 @@

{
"name": "bare-addon-resolve",
"version": "1.5.1",
"version": "1.5.2",
"description": "Low-level addon resolution algorithm for Bare",

@@ -5,0 +5,0 @@ "exports": {

@@ -110,2 +110,5 @@ # bare-addon-resolve

> [!WARNING]
> These functions are currently subject to change between minor releases. If using them directly, make sure to specify a tilde range (`~1.2.3`) when declaring the module dependency.
#### `const generator = resolve.addon(specifier, parentURL[, options])`

@@ -112,0 +115,0 @@

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