
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.
node-public-ip
Advanced tools
Lookup you're public IP address via DNS service. Fast! Super light weight zero external dependencies.
This is a node.js library wrapper to quickly and simply lookup your public IP address.
npm install node-public-ip
import { publicIp } from "node-public-ip";
console.log(await publicIp());
//=> "12.133.141.187"
import("node-public-ip").then(async ({ publicIp }) => {
console.log(await publicIp());
});
//=> "12.133.141.187"
Returns a Promise<string>
with your public IPv4 or IPv6 address. Rejects on error or timeout. IPv6 addresses may require IPv6 servers ["2620:0:ccc::2", "2620:0:ccd::2"]
(IPv6 feedback help welcome!).
Type: object
Type: array of ipAddress
Default: [ "208.67.222.222", "208.67.220.220", "208.67.222.220", "208.67.220.222" ]
This sets the server IP addresses used in the DNS resolver. It is overridden in the Ipv6 method to be ["2620:0:ccc::2", "2620:0:ccd::2"]
.
Type: string
Default myip.opendns.com
This should match with the server ip addresses other possible services could be "o-o.myaddr.l.google.com"
with servers ["216.239.32.10", "216.239.34.10", "216.239.36.10", "216.239.38.10"]
.
Type: integer
Default 100
(milliseconds)
This sets the resolver timeout before it tries a different server.
Type: integer
Default 1
This sets tries on the resolver, the number of attempts on each server.
FAQs
Lookup you're public IP address via DNS service. Fast! Super light weight zero external dependencies.
The npm package node-public-ip receives a total of 7 weekly downloads. As such, node-public-ip popularity was classified as not popular.
We found that node-public-ip 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.