esbuild-plugins-node-modules-polyfill
Advanced tools
Comparing version 1.0.8-next.0ce1651.0 to 1.0.8-next.0f2fe32.0
@@ -39,3 +39,3 @@ "use strict"; | ||
var escapeRegex = /* @__PURE__ */ __name((str) => { | ||
return str.replaceAll(/[$()*+.?[\\\]^{|}]/g, "\\$&").replaceAll("-", "\\x2d"); | ||
return str.replace(/[$()*+.?[\\\]^{|}]/g, "\\$&").replace(/-/g, "\\x2d"); | ||
}, "escapeRegex"); | ||
@@ -42,0 +42,0 @@ var removeEndingSlash = /* @__PURE__ */ __name((str) => { |
{ | ||
"name": "esbuild-plugins-node-modules-polyfill", | ||
"version": "1.0.8-next.0ce1651.0", | ||
"version": "1.0.8-next.0f2fe32.0", | ||
"description": "Polyfills nodejs builtin modules for the browser.", | ||
@@ -42,4 +42,4 @@ "main": "dist/index.js", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"esbuild": "^0.16.4", | ||
"eslint": "^8.29.0", | ||
"esbuild": "^0.16.8", | ||
"eslint": "^8.30.0", | ||
"eslint-config-mahir": "^0.0.18", | ||
@@ -46,0 +46,0 @@ "husky": "^8.0.2", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
28225