Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

public-ip

Package Overview
Dependencies
Maintainers
2
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

public-ip - npm Package Compare versions

Comparing version 2.3.0 to 2.3.1

2

index.js

@@ -57,3 +57,3 @@ 'use strict';

const gotOpts = {
family: (version === 'v6') ? 6 : 4,
family: version === 'v6' ? 6 : 4,
retries: 0,

@@ -60,0 +60,0 @@ timeout: opts.timeout

{
"name": "public-ip",
"version": "2.3.0",
"version": "2.3.1",
"description": "Get your public IP address - very fast!",

@@ -5,0 +5,0 @@ "license": "MIT",

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