Socket
Socket
Sign inDemoInstall

default-gateway

Package Overview
Dependencies
75
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.1 to 3.1.0

aix.js

3

index.js

@@ -12,3 +12,4 @@ "use strict";

"sunos",
"win32"
"win32",
"aix"
].indexOf(platform) !== -1) {

@@ -15,0 +16,0 @@ const families = require(`./${platform}`);

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

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

"scripts": {
"test": "make test"
"test": "eslint *.js && node --pending-deprecation --trace-deprecation --throw-deprecation --trace-warnings test.js"
},

@@ -19,2 +19,5 @@ "engines": {

},
"optionalDependencies": {
"idb-connector": "^1.1.8"
},
"devDependencies": {

@@ -33,3 +36,4 @@ "eslint": "^5.5.0",

"sunos",
"win32"
"win32",
"aix"
],

@@ -44,3 +48,4 @@ "files": [

"sunos.js",
"win32.js"
"win32.js",
"aix.js"
],

@@ -47,0 +52,0 @@ "keywords": [

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