esbuild-plugins-node-modules-polyfill
Advanced tools
Comparing version 1.6.0-next.769e642.0 to 1.6.0
@@ -5,2 +5,8 @@ # Changelog | ||
# [1.6.0](https://github.com/imranbarbhuiya/esbuild-plugins-node-modules-polyfill/compare/v1.5.0...v1.6.0) - (2023-08-25) | ||
## 🚀 Features | ||
- Support custom error formatting (#153) ([769e642](https://github.com/imranbarbhuiya/esbuild-plugins-node-modules-polyfill/commit/769e642c53e6dae26d7ecd5fedc26d0f15fad50c)) | ||
# [1.5.0](https://github.com/imranbarbhuiya/esbuild-plugins-node-modules-polyfill/compare/v1.4.1...v1.5.0) - (2023-08-24) | ||
@@ -7,0 +13,0 @@ |
{ | ||
"name": "esbuild-plugins-node-modules-polyfill", | ||
"version": "1.6.0-next.769e642.0", | ||
"version": "1.6.0", | ||
"description": "Polyfills nodejs builtin modules and globals for the browser.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -181,3 +181,3 @@ <div align="center"> | ||
### Provide a custom error formatter for when a module is not polyfilled or configured: | ||
### Provide a custom error formatter when a module is not polyfilled or configured: | ||
@@ -204,5 +204,5 @@ Return an esbuild `PartialMessage` object from the `formatError` function to override any properties of the default error message. | ||
? `Polyfill has not been configured for "${moduleName}", imported by "${importer}"` | ||
: `Polyfill does not exist for "${moduleName}", imported by "${importer}"` | ||
: `Polyfill does not exist for "${moduleName}", imported by "${importer}"`, | ||
}; | ||
} | ||
}, | ||
}), | ||
@@ -209,0 +209,0 @@ ], |
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
AI-detected possible typosquat
Supply chain riskAI has identified this package as a potential typosquat of a more popular package. This suggests that the package may be intentionally mimicking another package's name, description, or other metadata.
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
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
49468
0
0
1