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

ip2region

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ip2region - npm Package Compare versions

Comparing version 1.3.0 to 1.4.0

2

package.json
{
"name": "ip2region",
"version": "1.3.0",
"version": "1.4.0",
"description": "ip to geo database, IP 地址到区域运营商",

@@ -5,0 +5,0 @@ "keywords": [

@@ -8,4 +8,4 @@ 'use strict';

const ALIYUN = Object.freeze({ city: 0, region: '中国|0|广东|深圳|阿里云' });
const ALIYUN2 = Object.freeze({ id: 0, country: '中国', region: '0', province: '广东', city: '深圳', isp: '阿里云' });
const ALIYUN = Object.freeze({ city: 2163, region: '中国|0|广东省|深圳市|阿里云' });
const ALIYUN2 = Object.freeze({ id: 2163, country: '中国', region: '0', province: '广东省', city: '深圳市', isp: '阿里云' });
const NEIWAN = Object.freeze({ city: 0, region: '0|0|0|内网IP|内网IP' });

@@ -12,0 +12,0 @@ const NEIWAN2 = Object.freeze({ id: 0, country: '0', region: '0', province: '0', city: '内网IP', isp: '内网IP' });

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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