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
367
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.10-next.9547687.0 to 1.0.10-next.0177c47.0

4

dist/index.js

@@ -22,2 +22,6 @@ "use strict";

var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
// If the importer is in node compatibility mode or this is not an ESM
// file that has been converted to a CommonJS file using a Babel-
// compatible transform (i.e. "__esModule" has not been set), then set
// "default" to the CommonJS "module.exports" for node compatibility.
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,

@@ -24,0 +28,0 @@ mod

26

package.json
{
"name": "esbuild-plugins-node-modules-polyfill",
"version": "1.0.10-next.9547687.0",
"version": "1.0.10-next.0177c47.0",
"description": "Polyfills nodejs builtin modules for the browser.",

@@ -37,16 +37,16 @@ "main": "dist/index.js",

"devDependencies": {
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@favware/cliff-jumper": "^1.10.0",
"@favware/npm-deprecate": "^1.0.7",
"cz-conventional-changelog": "^3.3.0",
"esbuild": "^0.17.4",
"eslint": "^8.32.0",
"eslint-config-mahir": "^0.0.20",
"esbuild": "^0.17.8",
"eslint": "^8.34.0",
"eslint-config-mahir": "^0.0.22",
"husky": "^8.0.3",
"lint-staged": "^13.1.0",
"lint-staged": "^13.1.2",
"pinst": "^3.0.0",
"prettier": "^2.8.3",
"tsup": "^6.5.0",
"typescript": "^4.9.4"
"prettier": "^2.8.4",
"tsup": "^6.6.3",
"typescript": "^4.9.5"
},

@@ -81,8 +81,8 @@ "files": [

"ansi-regex": "^5.0.1",
"minimist": "^1.2.7"
"minimist": "^1.2.8"
},
"packageManager": "yarn@3.3.1",
"packageManager": "yarn@3.4.1",
"dependencies": {
"modern-node-polyfills": "^0.0.9"
"modern-node-polyfills": "^0.1.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