New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ipdb

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ipdb - npm Package Compare versions

Comparing version

to
0.3.3

10

package.json
{
"name": "ipdb",
"version": "0.3.1",
"version": "0.3.3",
"description": "IP lookup using IPIP.net database",

@@ -20,7 +20,9 @@ "license": "MIT",

"scripts": {
"test": "xo && ava"
"test": "xo && ava",
"coverage": "nyc npm run test"
},
"devDependencies": {
"@ipdb/database": "^2019.1.9",
"ava": "^2.1.0",
"@ipdb/database": "^2019.7.3",
"ava": "^2.2.0",
"nyc": "^14.1.1",
"xo": "^0.24.0"

@@ -27,0 +29,0 @@ },