🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

ip2ldb-reader

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ip2ldb-reader - npm Package Compare versions

Comparing version
5.0.0
to
5.0.1
+1
-1
lib/index.d.cts

@@ -186,2 +186,2 @@ //#region src/interfaces.d.ts

//#endregion
export { Ip2lData, Ip2lOptions, Ip2lReader, Ip2lReader as default };
export { type Ip2lData, type Ip2lOptions, Ip2lReader, Ip2lReader as default };

@@ -186,2 +186,2 @@ //#region src/interfaces.d.ts

//#endregion
export { Ip2lData, Ip2lOptions, Ip2lReader, Ip2lReader as default };
export { type Ip2lData, type Ip2lOptions, Ip2lReader, Ip2lReader as default };
{
"name": "ip2ldb-reader",
"version": "5.0.0",
"version": "5.0.1",
"description": "Reader for IP2Location databases",

@@ -44,24 +44,27 @@ "type": "module",

"homepage": "https://github.com/mdmower/ip2ldb-reader#readme",
"allowScripts": {
"esbuild": true
},
"dependencies": {
"csv-parse": "^6.2.1"
"csv-parse": "^7.0.1"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/node": "^20.19.39",
"@vitest/eslint-plugin": "^1.6.16",
"eslint": "^10.3.0",
"@types/node": "^20.19.43",
"@vitest/eslint-plugin": "^1.6.21",
"eslint": "^10.6.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-jsdoc": "^62.9.0",
"eslint-plugin-prettier": "^5.5.5",
"globals": "^17.6.0",
"jiti": "^2.6.1",
"prettier": "^3.8.3",
"publint": "^0.3.18",
"eslint-plugin-jsdoc": "^63.0.12",
"eslint-plugin-prettier": "^5.5.6",
"globals": "^17.7.0",
"jiti": "^2.7.0",
"prettier": "^3.9.4",
"publint": "^0.3.21",
"rimraf": "^6.1.3",
"tsdown": "^0.21.10",
"tsx": "^4.21.0",
"tsdown": "^0.22.3",
"tsx": "^4.23.0",
"typescript": "^6.0.3",
"typescript-eslint": "^8.59.1",
"vitest": "^4.1.5"
"typescript-eslint": "^8.63.0",
"vitest": "^4.1.10"
}
}