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

builtin-modules

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

builtin-modules - npm Package Compare versions

Comparing version 3.0.0 to 3.1.0

index.d.ts

1

index.js

@@ -8,4 +8,5 @@ 'use strict';

// eslint-disable-next-line node/no-deprecated-api
module.exports = (builtinModules || Object.keys(process.binding('natives')))
.filter(x => !/^_|^(internal|v8|node-inspect)\/|\//.test(x) && !blacklist.includes(x))
.sort();

11

package.json
{
"name": "builtin-modules",
"version": "3.0.0",
"version": "3.1.0",
"description": "List of the Node.js builtin modules",

@@ -16,3 +16,3 @@ "license": "MIT",

"scripts": {
"test": "xo && ava",
"test": "xo && ava && tsd",
"make": "node make.js"

@@ -22,3 +22,5 @@ },

"index.js",
"index.d.ts",
"static.js",
"static.d.ts",
"builtin-modules.json"

@@ -39,5 +41,6 @@ ],

"devDependencies": {
"ava": "*",
"xo": "*"
"ava": "^1.4.1",
"tsd": "^0.7.2",
"xo": "^0.24.0"
}
}
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