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
366
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.3.1-next.08f9f17.0 to 1.3.1-next.15ecdec.0

6

dist/index.js

@@ -165,3 +165,4 @@ 'use strict';

namespace: emptyNamespace,
path: args.path
path: args.path,
sideEffects: false
};

@@ -177,3 +178,4 @@ }

namespace: isCommonjs ? commonjsNamespace : namespace,
path: args.path
path: args.path,
sideEffects: false
};

@@ -180,0 +182,0 @@ }, "resolver");

{
"name": "esbuild-plugins-node-modules-polyfill",
"version": "1.3.1-next.08f9f17.0",
"version": "1.3.1-next.15ecdec.0",
"description": "Polyfills nodejs builtin modules and globals for the browser.",

@@ -44,7 +44,7 @@ "main": "dist/index.js",

"cz-conventional-changelog": "^3.3.0",
"esbuild": "^0.19.1",
"esbuild": "^0.19.2",
"eslint": "^8.47.0",
"eslint-config-mahir": "^0.0.31",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"lint-staged": "^14.0.0",
"pinst": "^3.0.0",

@@ -51,0 +51,0 @@ "prettier": "^3.0.1",

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