Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@schibsted/configure-convox-racks
Advanced tools
Simple npm package to configure your convox racks parameters.
Simple npm package to configure your convox racks parameters.
First, you need to install this library as dependency in your project - npm install --save-dev @schibsted/configure-convox-racks
Create config file (name it as you want i.e. convox-config.js
). Below is an example of the structure that this file should have:
module.exports = [
{
name: 'organisation/rack',
config: {
Autoscale: 'Yes',
InstancePolicy: 'some policy',
OnDemandMinCount: '1',
InstanceType: 't3.medium',
BuildMemory: '1024',
BuildCpu: '256',
VolumeSize: '70',
BuildVolumeSize: '100',
// etc
}},
// another rack
];
In this example, there is a configuration for single rack. However, you can pass as many racks here as you want, each needs to be an object in the array, that has the structure described above.
Now all you have to do is type in terminal:
npx @schibsted/configure-convox-racks plan -c convox-config.js
to see if there are some changesnpx @schibsted/configure-convox-racks apply -c convox-config.js
to apply those changesThat's it :)
FAQs
Simple npm package to configure your convox racks parameters.
The npm package @schibsted/configure-convox-racks receives a total of 46 weekly downloads. As such, @schibsted/configure-convox-racks popularity was classified as not popular.
We found that @schibsted/configure-convox-racks demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.