🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

ip2ldb-reader

Package Overview
Dependencies
Maintainers
1
Versions
35
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
3.0.0
to
3.0.1
+3
-3
lib/index.js
// src/db-reader.ts
import fs from "fs";
import fs from "node:fs";
// src/ip-utils.ts
import net from "net";
import net from "node:net";
var FROM_6TO4 = BigInt("42545680458834377588178886921629466624");

@@ -525,3 +525,3 @@ var TO_6TO4 = BigInt("42550872755692912415807417417958686719");

// src/csv-reader.ts
import fs2 from "fs";
import fs2 from "node:fs";
import csvParser from "csv-parser";

@@ -528,0 +528,0 @@ var CsvReader = class {

{
"name": "ip2ldb-reader",
"version": "3.0.0",
"version": "3.0.1",
"description": "Reader for IP2Location databases",

@@ -69,18 +69,18 @@ "type": "module",

"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.12.12",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"eslint": "^8.57.0",
"@types/jest": "^29.5.13",
"@types/node": "^20.16.6",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsdoc": "^48.2.5",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-jsdoc": "^50.2.4",
"eslint-plugin-prettier": "^5.2.1",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"publint": "^0.2.8",
"rimraf": "^5.0.7",
"ts-jest": "^29.1.2",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
"prettier": "^3.3.3",
"publint": "^0.2.11",
"rimraf": "^6.0.1",
"ts-jest": "^29.2.5",
"tsup": "^8.3.0",
"typescript": "~5.5.4"
}
}