🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

exsolve

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

exsolve - npm Package Compare versions

Comparing version
1.0.1
to
1.0.2
+1
-1
dist/index.mjs

@@ -1347,3 +1347,3 @@ import fs, { realpathSync, statSync } from 'node:fs';

}
if (builtinModules.includes(input)) {
if (builtinModules.includes(input) && !input.includes(":")) {
return { external: `node:${input}` };

@@ -1350,0 +1350,0 @@ }

{
"name": "exsolve",
"version": "1.0.1",
"version": "1.0.2",
"description": "Module resolution utilities based on Node.js upstream implementation.",

@@ -5,0 +5,0 @@ "repository": "unjs/exsolve",