
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
instant-dns
Advanced tools
No need to wait for DNS Propagation, now verify as soon as you update records
Instantly gets you the latest changes done on the DNS (Within few seconds). This is great for domain verification and other quick verification purposes.
npm install instant-dns --save
var dns = require('instant-dns')()
dns.resolveIp4('example.com').then(ip4 => {
console.log(ip4); // ["93.184.216.34"]
});
The module exposes an object with different function which can be called:
var dns = require('instant-dns');
dns.resolveIp4(domainName)
Takes a string and returns an array of IPv4 addresses associated with the supplied domain if any.
dns.resolveCname(domainName)
Takes a string and returns an array of CNAME Records associated with the supplied domain if any.
dns.resolveMx(domainName)
Takes a string and returns an array of MX Records associated with the supplied domain if any.
dns.resolveTxt(domainName)
Takes a string and returns an array of TXT Records associated with the supplied domain if any.
MIT
FAQs
No need to wait for DNS Propagation, now verify as soon as you update records
The npm package instant-dns receives a total of 3 weekly downloads. As such, instant-dns popularity was classified as not popular.
We found that instant-dns 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.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.