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

ip-reputation-js-client

Package Overview
Dependencies
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ip-reputation-js-client - npm Package Compare versions

Comparing version

to
5.0.0

6

package.json
{
"name": "ip-reputation-js-client",
"version": "4.1.6",
"version": "5.0.0",
"description": "A node.js client library to the IP reputation service/iprepd",

@@ -11,3 +11,3 @@ "main": "lib/client.js",

"test": "scripts/test-local.sh",
"lint:deps": "npm audit --json | audit-filter --nsp-config=.nsprc --audit=-"
"lint:deps": "npm audit --json"
},

@@ -43,4 +43,4 @@ "repository": {

"engines": {
"node": ">=8"
"node": ">=12"
}
}