New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

esbuild-plugins-node-modules-polyfill

Package Overview
Dependencies
Maintainers
1
Versions
380
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.7.0 to 1.7.1-next.227c2b6.0

4

dist/index.js

@@ -148,3 +148,3 @@ 'use strict';

},
none: undefined
none: void 0
};

@@ -157,3 +157,3 @@ if (initialOptions.platform === "browser") {

if (browserFieldValueForModule === false) return result.empty;
if (browserFieldValueForModule !== undefined) return;
if (browserFieldValueForModule !== void 0) return;
}

@@ -160,0 +160,0 @@ const moduleName = normalizeNodeBuiltinPath(args.path);

{
"name": "esbuild-plugins-node-modules-polyfill",
"version": "1.7.0",
"version": "1.7.1-next.227c2b6.0",
"description": "Polyfills nodejs builtin modules and globals for the browser.",

@@ -35,3 +35,3 @@ "main": "dist/index.js",

"@jspm/core": "^2.1.0",
"local-pkg": "^1.0.0",
"local-pkg": "^1.1.1",
"resolve.exports": "^2.0.3"

@@ -44,3 +44,3 @@ },

"@favware/npm-deprecate": "^2.0.0",
"@types/node": "^22.13.5",
"@types/node": "^22.13.8",
"cz-conventional-changelog": "^3.3.0",

@@ -53,5 +53,5 @@ "esbuild": "^0.25.0",

"pinst": "^3.0.0",
"prettier": "^3.5.2",
"tsup": "^8.3.6",
"typescript": "^5.7.3",
"prettier": "^3.5.3",
"tsup": "^8.4.0",
"typescript": "^5.8.2",
"vitest": "^3.0.7"

@@ -97,3 +97,3 @@ },

},
"packageManager": "yarn@4.6.0"
"packageManager": "yarn@4.7.0"
}

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