Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.1.4 to 0.1.5

dist/index.d.ts

9

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

@@ -14,2 +14,6 @@ "funding": "https://github.com/sponsors/voracious",

],
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {

@@ -21,5 +25,2 @@ ".": {

},
"module": "./dist/index.js",
"type": "module",
"types": "./dist/index.d.ts",
"scripts": {

@@ -26,0 +27,0 @@ "build": "tsc"

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