esbuild-plugins-node-modules-polyfill
Advanced tools
Comparing version 1.4.1 to 1.4.2-next.3946db8.0
@@ -165,4 +165,8 @@ 'use strict'; | ||
const browserFieldValue = packageJson?.browser?.[args.path]; | ||
if (browserFieldValue !== void 0) | ||
if (browserFieldValue === false) { | ||
return emptyResult; | ||
} | ||
if (browserFieldValue !== void 0) { | ||
return; | ||
} | ||
} | ||
@@ -169,0 +173,0 @@ const moduleName = normalizeNodeBuiltinPath(args.path); |
{ | ||
"name": "esbuild-plugins-node-modules-polyfill", | ||
"version": "1.4.1", | ||
"version": "1.4.2-next.3946db8.0", | ||
"description": "Polyfills nodejs builtin modules and globals for the browser.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38210
220
1
1