Socket
Socket
Sign inDemoInstall

@jsenv/node-esm-resolution

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

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

Comparing version 1.0.5 to 1.0.6

2

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

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

@@ -9,5 +9,5 @@ import { readFileSync } from "node:fs";

return JSON.parse(string);
} catch (e) {
} catch {
throw new Error(`Invalid package configuration`);
}
};

@@ -96,3 +96,3 @@ /*

};
} catch (e) {
} catch {
// bare specifier

@@ -99,0 +99,0 @@ const browserFieldResolution = applyBrowserFieldResolution(

@@ -40,3 +40,3 @@ export const asDirectoryUrl = (url) => {

return true;
} catch (e) {
} catch {
return false;

@@ -43,0 +43,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