New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

check-rkn

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

check-rkn - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

3

index.js

@@ -60,3 +60,4 @@ 'use strict';

"domain": value,
"error": err.code
"error": err.code,
"ips": []
});

@@ -63,0 +64,0 @@ }

{
"name": "check-rkn",
"version": "1.0.1",
"version": "1.0.2",
"description": "Check IP or domain in RKN blocking.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -40,4 +40,13 @@ # Check IP or domain in RKN blocking.

// true
// Check error data
rkn(['hello.trololo', '127.0.0.hello'], (err, res) => {
console.log(res)
});
// [ { domain: 'hello.trololo', error: 'ENOTFOUND', ips: [] },
// { domain: '127.0.0.hello', error: 'ENOTFOUND', ips: [] } ]
```
###### The first launch of each hour will last longer, since the new database is being downloaded.
© 2018 ExtensionsApp
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