Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
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.
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.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.