Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
ember-cli-ecosystem-installer
Advanced tools
Work in progress !
TODO update the documentation
ember install ember-frost-lts
On the install or generate the user will be requested to install packages/groups of packages.
If the user answer y or yes the package or group of package will be installed and otherwise it will not be installed.
In the following example the package1, package2 and package3 will be installed.
ember g ember-frost-lts
installing ember-frost-lts
Would you like to install the following packages:
? Overwrite group-name (package1@package-version, package2@package-version)? Yes
? Overwrite package3@package-version? Yes
If there is any invalid package/group in your lts.json file you will get the following error message
ember g ember-frost-lts
installing ember-frost-lts
Would you like to install the following packages:
Invalid package: package1
Invalid group: package2
git clone git@github.com:ciena-frost/ember-frost-lts.git
cd ember-frost-lts
npm install && bower install
If you want to add new packages/groups to install you simply have to modify the lts.json file and use the following format:
{
"group-name": {
"packages": {
"package-name": "package-version"
}
},
"package-name": "package-version"
}
A dummy application for development is available under ember-frost-lts/tests/dummy
.
To run the server run ember server
(or npm start
) from the root of the repository and
visit the app at http://localhost:4200.
Run npm test
from the root of the project to run linting checks as well as execute the test suite
and output code coverage.
0.8.1
FAQs
Tool to install/uninstall the LTS ecosystem packages
The npm package ember-cli-ecosystem-installer receives a total of 1 weekly downloads. As such, ember-cli-ecosystem-installer popularity was classified as not popular.
We found that ember-cli-ecosystem-installer 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 researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.