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

bare-addon-resolve

Package Overview
Dependencies
Maintainers
2
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.4.0 to 1.4.1

2

index.js

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

if (version !== null) {
yield { resolution: new URL(linkedProtocol + 'lib' + name + '.so.' + version) }
yield { resolution: new URL(linkedProtocol + 'lib' + name + '.' + version + '.so') }
}

@@ -260,0 +260,0 @@

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

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

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