Comparing version 1.3.0 to 1.4.0
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
3319610
0