
Company News
/Security News
Socket Selected for OpenAI's Cybersecurity Grant Program
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.
@torus-tools/domains
Advanced tools
A standrad promise-based SDK for managing nameserver and DNS operations accorss multiple domain name registrars
A promise-based javascript SDK that standarizes interactions with various different domain registrars providers.
If you are interested in adding new providers create the feature request and we will add it to our pipeline; or feel free to submit your own PR :sunglasses:
the records parameter has the following format
{
name:"example.com", //traffic coming into (root domain or sub-domain)
data: "192.0.2.44", //route traffic to somewhere (an ip or resource ARN)
type: "CNAME", //type of record.
ttl: 3600 //ttl for the record if required
alias: true|false //depending on this value the record will either have a resourceRecords attribute or an aliasTarget attribute in AWS
}
The API standardizes operations accross different providers. As shown in the example below, all of the methods must be used in the format [PROVIDER].method
const {godaddy} = require('@torus-tools/domains')
godaddy.getNameservers('mydomain.com')
.then(data=> console.log(data))
.catch(err=>console.log(err))
FAQs
A standrad promise-based SDK for managing nameserver and DNS operations accorss multiple domain name registrars
We found that @torus-tools/domains demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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
/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.

Security News
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.

Research
/Security News
Campaign of 108 extensions harvests identities, steals sessions, and adds backdoors to browsers, all tied to the same C2 infrastructure.