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.0.1 to 1.1.0

2

builtin-modules.json

@@ -20,2 +20,3 @@ [

"path",
"process",
"punycode",

@@ -32,4 +33,5 @@ "querystring",

"util",
"v8",
"vm",
"zlib"
]

7

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

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

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

@@ -38,4 +38,5 @@ },

"devDependencies": {
"ava": "0.0.4"
"ava": "*",
"xo": "*"
}
}
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