Socket
Socket
Sign inDemoInstall

internal-ip

Package Overview
Dependencies
77
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.0 to 4.1.0

index.d.ts

11

index.js

@@ -43,6 +43,9 @@ 'use strict';

module.exports.v6 = () => promise('v6');
module.exports.v4 = () => promise('v4');
const internalIp = {};
internalIp.v6 = () => promise('v6');
internalIp.v4 = () => promise('v4');
internalIp.v6.sync = () => sync('v6');
internalIp.v4.sync = () => sync('v4');
module.exports.v6.sync = () => sync('v6');
module.exports.v4.sync = () => sync('v4');
module.exports = internalIp;
module.exports.default = internalIp;
{
"name": "internal-ip",
"version": "4.0.0",
"version": "4.1.0",
"description": "Get your internal IP address",

@@ -16,6 +16,7 @@ "license": "MIT",

"scripts": {
"test": "xo && ava"
"test": "xo && ava && tsd-check"
},
"files": [
"index.js"
"index.js",
"index.d.ts"
],

@@ -40,4 +41,5 @@ "keywords": [

"ava": "^1.2.1",
"tsd-check": "^0.3.0",
"xo": "^0.24.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