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

node-ipinfo

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-ipinfo - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

3

dist/src/ipinfoWrapper.js

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

timeout: this.timeout,
method: "GET"
method: "GET",
compress: false
}, init, { headers: Object.assign(headers, init.headers) });

@@ -97,0 +98,0 @@ url = [this.baseUrl, path].join(!this.baseUrl.endsWith("/") && !path.startsWith("/") ? "/" : "");

{
"name": "node-ipinfo",
"version": "4.0.0",
"version": "4.0.1",
"description": "Official Node client library for IPinfo",

@@ -5,0 +5,0 @@ "main": "dist/src/index.js",

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