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

@jsenv/node-esm-resolution

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

@jsenv/node-esm-resolution - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

package.json
{
"name": "@jsenv/node-esm-resolution",
"version": "1.0.4",
"version": "1.0.5",
"license": "MIT",

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

@@ -106,7 +106,5 @@ /*

const packageResolution = applyPackageResolve(specifier, resolutionContext);
if (packageResolution.type !== "relative_specifier") {
const search = new URL(specifier, "file://").search;
if (search) {
packageResolution.url = `${packageResolution.url}${search}`;
}
const search = new URL(specifier, "file://").search;
if (search && !new URL(packageResolution.url).search) {
packageResolution.url = `${packageResolution.url}${search}`;
}

@@ -113,0 +111,0 @@ return packageResolution;

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