geoip-lite2
Advanced tools
Comparing version 2.1.2 to 2.1.3
{ | ||
"name": "geoip-lite2", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "A light weight native JavaScript implementation of GeoIP API from MaxMind.", | ||
@@ -23,3 +23,3 @@ "keywords": [ | ||
], | ||
"homepage": "https://github.com/sefinek24/geoip-lite2", | ||
"homepage": "https://github.com/sefinek24/geoip-lite2#readme", | ||
"bugs": { | ||
@@ -36,7 +36,9 @@ "url": "https://github.com/sefinek24/geoip-lite2/issues" | ||
"types": "index.d.ts", | ||
"directories": { | ||
"lib": "lib", | ||
"test": "test", | ||
"data": "data", | ||
"utils": "utils" | ||
}, | ||
"files": [ | ||
"data/", | ||
"lib/", | ||
"scripts/", | ||
"test/", | ||
".gitignore", | ||
@@ -53,5 +55,5 @@ "AUTHORS", | ||
"up": "ncu -u -x chalk && npm install && npm update && npm audit fix", | ||
"updatedb": "node scripts/updatedb.js", | ||
"updatedb-debug": "node scripts/updatedb.js debug", | ||
"updatedb-force": "node scripts/updatedb.js force" | ||
"updatedb": "node utils/updatedb.js", | ||
"updatedb-debug": "node utils/updatedb.js debug", | ||
"updatedb-force": "node utils/updatedb.js force" | ||
}, | ||
@@ -58,0 +60,0 @@ "dependencies": { |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 4 instances in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
1
1
0
22507
7