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.5-next.aa9521b.0 to 1.0.5-next.ae33076.0

6

dist/index.js

@@ -0,1 +1,2 @@

"use strict";
var __create = Object.create;

@@ -20,3 +21,6 @@ var __defProp = Object.defineProperty;

};
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, mod));
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
mod
));
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);

@@ -23,0 +27,0 @@

28

package.json
{
"name": "esbuild-plugins-node-modules-polyfill",
"version": "1.0.5-next.aa9521b.0",
"version": "1.0.5-next.ae33076.0",
"description": "Polyfills nodejs builtin modules for the browser.",

@@ -34,13 +34,13 @@ "main": "dist/index.js",

"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@favware/cliff-jumper": "^1.8.6",
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@favware/cliff-jumper": "^1.8.7",
"@favware/npm-deprecate": "^1.0.5",
"@sapphire/eslint-config": "^4.3.7",
"@sapphire/prettier-config": "^1.4.3",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.32.0",
"@sapphire/eslint-config": "^4.3.8",
"@sapphire/prettier-config": "^1.4.4",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"cz-conventional-changelog": "^3.3.0",
"esbuild": "^0.14.53",
"eslint": "^8.21.0",
"esbuild": "^0.15.7",
"eslint": "^8.23.0",
"eslint-config-prettier": "^8.5.0",

@@ -53,4 +53,4 @@ "eslint-plugin-prettier": "^4.2.1",

"pretty-quick": "^3.1.3",
"tsup": "^6.2.1",
"typescript": "^4.7.4"
"tsup": "^6.2.3",
"typescript": "^4.8.3"
},

@@ -87,7 +87,7 @@ "files": [

},
"packageManager": "yarn@3.2.2",
"packageManager": "yarn@3.2.3",
"prettier": "@sapphire/prettier-config",
"dependencies": {
"modern-node-polyfills": "^0.0.8"
"modern-node-polyfills": "^0.0.9"
}
}

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