You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

root-hints

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

root-hints - npm Package Compare versions

Comparing version
2.0.1
to
2.0.2
+6
-4
package.json
{
"name": "root-hints",
"version": "2.0.1",
"version": "2.0.2",
"description": "Provides IP addresses of the DNS root servers, also known as 'root hints'.",

@@ -9,3 +9,3 @@ "author": "silverwind <me@silverwind.io> (https://github.com/silverwind)",

"scripts": {
"test": "node --trace-deprecation --throw-deprecation test.js"
"test": "make test"
},

@@ -32,5 +32,7 @@ "engines": {

"devDependencies": {
"got": "^6.7.1",
"ip-regex": "^2.1.0"
"eslint": "^4.12.1",
"got": "^8.0.1",
"ip-regex": "^2.1.0",
"updates": "^1.3.0"
}
}