Socket
Socket
Sign inDemoInstall

modern-node-polyfills

Package Overview
Dependencies
34
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.6 to 0.0.7

dist/global.cjs

14

package.json
{
"name": "modern-node-polyfills",
"version": "0.0.6",
"version": "0.0.7",
"description": "modern polyfills for node native modules based on jspm-core",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"sideEffects": false,
"scripts": {

@@ -19,6 +23,6 @@ "dev": "pnpm tsup --watch",

"exports": {
"./": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"default": "./dist/index.js"
"require": "./dist/index.cjs"
},

@@ -28,7 +32,7 @@ "./global": {

"import": "./dist/global.js",
"default": "./dist/global.js"
"require": "./dist/global.cjs"
}
},
"files": [
"dist"
"dist/**"
],

@@ -35,0 +39,0 @@ "dependencies": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc