Product
Socket Now Supports uv.lock Files
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
@glimmer/application-pipeline
Advanced tools
Tooling for developing Glimmer standalone apps with ember-cli
Add this package to your project with Yarn:
yarn add @glimmer/application-pipeline
Or alternatively with npm:
npm install --save-dev @glimmer/application-pipeline
This package exports a GlimmerApp
class.
Using this class enables you to run your application code and assets through a broccoli pipeline, and calling toTree()
will return a broccoli node with the processed files:
const { GlimmerApp } = require('@glimmer/application-pipeline');
module.exports = function(defaults) {
var app = new GlimmerApp(defaults, {
// Add options here
});
return app.toTree();
};
For the development of this project, Yarn is preferred over npm. However, any Yarn command can be replaced by the npm equivalent. See Migration from npm in the Yarn documentation for a list of the equivalent commands.
git clone https://github.com/glimmerjs/glimmer-application-pipeline.git
yarn
, or yarn install
yarn run test
Bug reports and pull requests are welcome on GitHub at https://github.com/glimmerjs/glimmer-application-pipeline.
Thanks to Monegraph for funding the initial development of this library.
MIT License.
FAQs
Tooling for developing Glimmer standalone apps with ember-cli
The npm package @glimmer/application-pipeline receives a total of 44 weekly downloads. As such, @glimmer/application-pipeline popularity was classified as not popular.
We found that @glimmer/application-pipeline demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 11 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.
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.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.