Socket
Socket
Sign inDemoInstall

default-gateway

Package Overview
Dependencies
17
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.3.1 to 2.4.0

openbsd.js

2

index.js

@@ -5,3 +5,3 @@ "use strict";

if (["android", "darwin", "freebsd", "linux", "win32"].indexOf(platform) !== -1) {
if (["android", "darwin", "freebsd", "linux", "openbsd", "win32"].indexOf(platform) !== -1) {
module.exports.v4 = () => require(`./${platform}`).v4();

@@ -8,0 +8,0 @@ module.exports.v6 = () => require(`./${platform}`).v6();

{
"name": "default-gateway",
"version": "2.3.1",
"version": "2.4.0",
"description": "Get the default network gateway, cross-platform.",

@@ -23,2 +23,3 @@ "author": "silverwind <me@silverwind.io>",

"linux",
"openbsd",
"win32"

@@ -32,2 +33,3 @@ ],

"linux.js",
"openbsd.js",
"win32.js"

@@ -34,0 +36,0 @@ ],

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