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.
A generator for Ext JS applications using Open Tooling.
Install npm (we assume you have pre-installed node.js).
npm login --registry=http://npm.sencha.com --scope=@sencha
npm install -g @sencha/ext-gen
To create a new Ext JS Open Tooling app, run one of the following commands in a terminal or console window:
// Generate boilerplate app
ext-gen app -a
// Interactive mode
ext-gen app -i
To see a full list of commands for ext-gen
, simply run ext-gen
from your termincal or console window.
To make changes to the generator, run:
git clone git@github.com:sencha/ext-gen.git
cd ext-gen
npm install
cd packages/ext-gen
npm link
Now ext-gen
will use your local copy of the generator.
MIT © Sencha, Inc.
FAQs
ext-gen root
We found that ext-gen 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’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.