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.
@adobe/aio-app-scripts
Advanced tools
Utility tooling scripts to build, deploy and run an Adobe I/O App
Utility tooling scripts to build, deploy and run Adobe I/O Apps
npm i --save @adobe/aio-app-scripts
const appScripts = require('@adobe/aio-app-scripts')({
listeners: {
onStart: taskName => console.error(`${taskName} ...`),
onEnd: (taskName, res) => { console.error(`${taskName} done!`); if (res) console.log(res) },
onWarning: warning => console.error(warning),
onProgress: item => console.error(` > ${item}`)
}
})
appScripts.buildUI()
.then(appScripts.buildActions)
.then(appScripts.deployActions)
.then(appScripts.deployUI)
.catch(e => { console.error(e); process.exit(1) })
goto
APIContributions are welcomed! Read the Contributing Guide for more information.
This project is licensed under the Apache V2 License. See LICENSE for more information.
FAQs
Utility tooling scripts to build, deploy and run an Adobe I/O App
We found that @adobe/aio-app-scripts demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 79 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.