🎩 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.0
to
1.0.1
+3
-0
dist/index.mjs

@@ -1240,2 +1240,5 @@ import fs, { realpathSync, statSync } from 'node:fs';

}
if (!resolved.startsWith("file://") && options?.try) {
return void 0;
}
const absolutePath = fileURLToPath(resolved);

@@ -1242,0 +1245,0 @@ return isWindows ? _normalizeWinPath(absolutePath) : absolutePath;

+1
-1
{
"name": "exsolve",
"version": "1.0.0",
"version": "1.0.1",
"description": "Module resolution utilities based on Node.js upstream implementation.",

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