Socket
Socket
Sign inDemoInstall

vite-plugin-node-polyfills

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-plugin-node-polyfills - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

6

package.json
{
"name": "vite-plugin-node-polyfills",
"description": "A Vite plugin to polyfill native Node modules for the browser",
"version": "0.3.0",
"version": "0.3.1",
"author": "David Myers <david@voracious.dev>",

@@ -20,2 +20,3 @@ "funding": "https://github.com/sponsors/voracious",

"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",

@@ -25,2 +26,3 @@ "types": "./dist/index.d.ts",

".": {
"require": "./dist/index.cjs",
"import": "./dist/index.js",

@@ -42,3 +44,3 @@ "types": "./dist/index.d.ts"

"vite-plugin-inspect": "^0.6.0",
"vite-plugin-node-polyfills": "0.3.0"
"vite-plugin-node-polyfills": "0.3.1"
},

@@ -45,0 +47,0 @@ "dependencies": {

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