Socket
Socket
Sign inDemoInstall

@esbuild-plugins/node-globals-polyfill

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@esbuild-plugins/node-globals-polyfill - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

process.js

6

CHANGELOG.md
# @esbuild-plugins/node-globals-polyfill
## 0.0.3
### Patch Changes
- cc834c6: Fix Npm Files
## 0.0.2

@@ -4,0 +10,0 @@

1

dist/index.d.ts

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

export {};
//# sourceMappingURL=index.d.ts.map

2

dist/index.js
"use strict";
// TODO make plugin once esbuild config modifiable from plugin
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=index.js.map
{
"name": "@esbuild-plugins/node-globals-polyfill",
"version": "0.0.2",
"version": "0.0.3",
"description": "",

@@ -17,3 +17,4 @@ "preferUnplugged": true,

"src",
"esm"
"esm",
"process.js"
],

@@ -27,6 +28,3 @@ "keywords": [],

"dependencies": {
"builtin-modules": "^3.1.0",
"debug": "^4.3.1",
"escape-string-regexp": "^4.0.0",
"resolve": "^1.19.0",
"rollup-plugin-node-polyfills": "^0.2.1"

@@ -33,0 +31,0 @@ },

// TODO make plugin once esbuild config modifiable from plugin
export {}

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