vite-plugin-node-polyfills
Advanced tools
Comparing version 0.1.4 to 0.1.5
{ | ||
"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" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
57393
34
1046