New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ip-to-geo

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ip-to-geo - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

3

lib/IpToGeo.js

@@ -118,4 +118,5 @@ 'use strict';

this._debug('_updateGen');
let stats;
try {
const stats = yield* this._statsGen();
stats = yield* this._statsGen();
if (!stats.isFile()) {

@@ -122,0 +123,0 @@ this.emit('missing-db');

{
"name": "ip-to-geo",
"version": "0.0.0",
"version": "0.0.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/IpToGeo.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