
Security News
Risky Biz Podcast: AI Agents Are Raising the Stakes for Software Supply Chain Security
Open source attacks are accelerating as AI coding agents pull in dependencies faster, with less human review.
mcap-deploy
Advanced tools
node.js implementation to deploy an app against the studio API.
$ npm install --save mcap-deploy
var options = {
baseurl: '<URL>',
username: '<USERNAME>',
password: '<PASSWORD>',
fields: {
name: 'TestApp1',
uuid: '5fc00ddc-292a-4084-8679-fa8a7fadf1db'
},
rootPath: path.resolve(__dirname, '../example/apps/MyTestApp'),
progress: function(percent, chunkSize, totalSize){
console.log(percent, chunkSize, totalSize);
}
};
mcapDeploy.deploy(options/*, request*/).then(function(){
console.log('succ uploaded');
console.log(arguments);
}, function(){
console.log('something bad happend');
console.log(arguments);
});
To ignore files just create a .mcapignore file inside the root of the deploy folder, like how git ignores files based on a .gitignore file.
Example:
log.txt
server/node_modules
FAQs
node.js implementation to deploy an app against the studio API.
The npm package mcap-deploy receives a total of 18 weekly downloads. As such, mcap-deploy popularity was classified as not popular.
We found that mcap-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.

Security News
Open source attacks are accelerating as AI coding agents pull in dependencies faster, with less human review.

Research
/Security News
Malicious Chrome and Firefox extensions posed as free VPNs while stealing clipboard data through later extension updates.

Research
/Security News
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.