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

modern-node-polyfills

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

modern-node-polyfills - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

index.js

11

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

@@ -25,5 +25,5 @@ "sideEffects": false,

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

@@ -38,3 +38,4 @@ "./global": {

"files": [
"dist/**"
"dist/**",
"./index.js"
],

@@ -41,0 +42,0 @@ "dependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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