Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

esbuild-plugins-node-modules-polyfill

Package Overview
Dependencies
Maintainers
1
Versions
365
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esbuild-plugins-node-modules-polyfill - npm Package Compare versions

Comparing version 1.0.8-next.0ce1651.0 to 1.0.8-next.0f2fe32.0

2

dist/index.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc