
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@tndev/project-honeypot
Advanced tools
This npm module will allow you to query and consume the Project Honeypot API. Query it with an IP, and an Object will be sent back with relevent metadata regarding that IP.
npm install @tndev/project-honeypot
const Honeypot = require('project-honeypot')
let pod = new Honeypot('YOUR-ACCESS-KEY')
// ...
let response = await honeypot.query(ip)
response.found is false.response.found is true it will contain the following additional fields:{
ip: '127.1.1.5',
found: true,
lastSeenDays: 1,
threatScore: 1,
type: {
searchEngine: false,
suspicious: true,
harvester: false,
commentSpammer: true
}
}
Note: Certain ip addresses in the 127.*.*.* range are test addresses, 127.1.1.5 being one of them. It returns a result record corresponding to a IP address flagged as both suspicious and comment spammer. View the full list here.
$ npm i
$ npm test
FAQs
Node.js implementation of the Project Honeypot (Http:BL) API.
The npm package @tndev/project-honeypot receives a total of 2 weekly downloads. As such, @tndev/project-honeypot popularity was classified as not popular.
We found that @tndev/project-honeypot demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.