Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
aws-subdomain
Advanced tools
Create subdomains for AWS without diving into the AWS SDK
First install this module with npm install aws-subdomain --save
.
var subdomain = require('aws-subdomain')({
accessKeyId: 'your-id-here',
secretAccessKey: 'your-secret-here',
});
subdomain.create('i.wear.sho.es', function (err, result) {
// handle error/result
});
subdomain.delete('i.wear.sho.es', function (err, result) {
// handle error/result
});
We will find the correct HostedZoneId based on the root domain, e.g. 'sho.es' and will create/delete the subdomain for you.
npm install aws-subdomain -g
aws-subdomain new.shiny.po.ny -i [awsAccessKeyId] -s [awsSecretAccessKey]
Can also pass -a
with 'upsert', or 'delete'. The default is to 'create'.
By default the AWS credentials come from environment variables
AWS_ACCESS_KEY_ID
and AWS_SECRET_ACCESS_KEY
, but can be
overridden with -i
and -s
respectively.
npm test
# or for TAP output
node test
baseDomain
to options/integrate with actions.FAQs
Create subdomains for AWS without diving into the AWS SDK
The npm package aws-subdomain receives a total of 6 weekly downloads. As such, aws-subdomain popularity was classified as not popular.
We found that aws-subdomain 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
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.