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.6.2-next.a8791ac.0 to 1.6.2-next.a931527.0

4

dist/index.d.ts

@@ -20,3 +20,3 @@ import { PartialMessage, Plugin } from 'esbuild';

};
modules?: string[] | Record<string, boolean | 'empty' | 'error'>;
modules?: Record<string, boolean | 'empty' | 'error'> | string[];
name?: string;

@@ -27,2 +27,2 @@ namespace?: string;

export { NodePolyfillsOptions, commonJsTemplate, escapeRegex, nodeModulesPolyfillPlugin, normalizeNodeBuiltinPath };
export { type NodePolyfillsOptions, commonJsTemplate, escapeRegex, nodeModulesPolyfillPlugin, normalizeNodeBuiltinPath };
{
"name": "esbuild-plugins-node-modules-polyfill",
"version": "1.6.2-next.a8791ac.0",
"version": "1.6.2-next.a931527.0",
"description": "Polyfills nodejs builtin modules and globals for the browser.",

@@ -39,15 +39,15 @@ "main": "dist/index.js",

"devDependencies": {
"@commitlint/cli": "^17.8.0",
"@commitlint/config-conventional": "^17.8.0",
"@favware/cliff-jumper": "^2.2.0",
"@commitlint/cli": "^18.4.2",
"@commitlint/config-conventional": "^18.4.2",
"@favware/cliff-jumper": "^2.2.3",
"@favware/npm-deprecate": "^1.0.7",
"cz-conventional-changelog": "^3.3.0",
"esbuild": "^0.19.4",
"eslint": "^8.51.0",
"eslint-config-mahir": "^0.0.33",
"esbuild": "^0.19.6",
"eslint": "^8.54.0",
"eslint-config-mahir": "^0.0.36",
"husky": "^8.0.3",
"lint-staged": "^15.0.0",
"lint-staged": "^15.1.0",
"pinst": "^3.0.0",
"prettier": "^3.0.3",
"tsup": "^7.2.0",
"prettier": "^3.1.0",
"tsup": "^7.3.0",
"typescript": "^5.2.2",

@@ -90,6 +90,6 @@ "vitest": "^0.34.6"

},
"packageManager": "yarn@3.6.4",
"engines": {
"node": ">=14.0.0"
}
},
"packageManager": "yarn@4.0.2"
}

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