🚀. Socket Launch Week Day 3:Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions.Learn more
Sign In

@flowtemperature/matchip

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flowtemperature/matchip - npm Package Compare versions

Comparing version
1.0.0
to
1.0.1
+1
-1
bin/matchip.js

@@ -7,3 +7,3 @@ #!/usr/bin/env node

const API_BASE = process.env.MATCHIP_API || "https://SUA-URL-AQUI.squareweb.app";
const API_BASE = process.env.MATCHIP_API || "https://matchip.squareweb.app";
const VERSION = "1.0.0";

@@ -10,0 +10,0 @@

{
"name": "@flowtemperature/matchip",
"version": "1.0.0",
"version": "1.0.1",
"description": "CLI para escanear e analisar IPs com AbuseIPDB + IA",

@@ -9,6 +9,15 @@ "main": "bin/matchip.js",

},
"keywords": ["ip", "security", "abuseipdb", "threat", "scanner", "cli"],
"keywords": [
"ip",
"security",
"abuseipdb",
"threat",
"scanner",
"cli"
],
"author": "FlowTemperature",
"license": "MIT",
"engines": { "node": ">=16" }
"engines": {
"node": ">=16"
}
}