Socket
Socket
Sign inDemoInstall

default-gateway

Package Overview
Dependencies
20
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.0 to 4.0.0

1

index.js

@@ -13,3 +13,2 @@ "use strict";

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

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

11

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

@@ -18,5 +18,2 @@ "author": "silverwind <me@silverwind.io>",

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

@@ -35,4 +32,3 @@ "eslint": "^5.5.0",

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

@@ -47,4 +43,3 @@ "files": [

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

@@ -51,0 +46,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