Socket
Socket
Sign inDemoInstall

builtin-modules

Package Overview
Dependencies
0
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

2

index.js

@@ -9,3 +9,3 @@ 'use strict';

module.exports = Object.keys(process.binding('natives')).filter(function (el) {
return !/^_|^internal/.test(el) && blacklist.indexOf(el) === -1;
return !/^_|^internal|\//.test(el) && blacklist.indexOf(el) === -1;
}).sort();
{
"name": "builtin-modules",
"version": "1.1.0",
"version": "1.1.1",
"description": "List of the Node.js builtin modules",

@@ -5,0 +5,0 @@ "license": "MIT",

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