
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
IP lookup package. Will use different configurable ip-lookup services in future.
IP lookup package. Will use different configurable ip-lookup services in future.
var LookIP = require('../lib');
var lookip = new LookIP();
lookip.lookup('8.8.8.8');
/*
{ range: [ 134744064, 134744319 ],
country: 'US',
region: 'CA',
city: 'Mountain View',
ll: [ 37.386, -122.0838 ],
metro: 807 }
*/
There are many ip lookup packages used different services. Some day I've tried Rails geocoder gem, that has convinient API and use different services (and other gems) for lookup.
Now we at Videoly need that npm package and have started to write it. If you are interested to extend the package, you are welcome, send me PR please.
Now package supports only geoip-lite
integration.
I want to add Promise
s support for make async queries to the IP DB soon. In future I plan add support for another ip-lookup services and make auto download and update MaxMind DB for the package.
FAQs
IP lookup package. Will use different configurable ip-lookup services in future.
The npm package lookip receives a total of 5 weekly downloads. As such, lookip popularity was classified as not popular.
We found that lookip 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.