
Research
/Security News
Malicious npm Packages Target WhatsApp Developers with Remote Kill Switch
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.
heroku-deploy
Advanced tools
A simple utility for deploying a .tar.gz to Heroku via the Heroku Platform API.
A simple utility for deploying a .tar.gz to Heroku via the Heroku Platform API.
https://devcenter.heroku.com/articles/build-and-release-using-the-api
var herokuDeploy = require('heroku-deploy');
herokuDeploy(herokuApiKey, herokuAppName, packageJson.version, releaseFilename).
then(function(response) {
console.log('Build request successfully submitted.');
log(response);
}).
catch(function(err) {
console.log(err);
throw new Error('A heroku deployment error has occurred.');
});
// herokuApiKey - your heroku api key
// herokuAppName - the name of the heroku app you're deploying to
// appVersion - a version tag for your application
// releaseFileName - the absolute path to the .tar.gz file
//
// returns a bluebird promise
FAQs
A simple utility for deploying a .tar.gz to Heroku via the Heroku Platform API.
The npm package heroku-deploy receives a total of 2 weekly downloads. As such, heroku-deploy popularity was classified as not popular.
We found that heroku-deploy 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
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.
Research
/Security News
Socket uncovered 11 malicious Go packages using obfuscated loaders to fetch and execute second-stage payloads via C2 domains.
Security News
TC39 advances 11 JavaScript proposals, with two moving to Stage 4, bringing better math, binary APIs, and more features one step closer to the ECMAScript spec.