
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
ember-cli-emblem
Advanced tools
This is an ember-cli addon that brings support for Emblem.js templates.
This printer is based on version 0.5.0+ of Emblem. It compiles .embl
,
.emblem
and .em
templates into Handlebars-syntax templates which
will then be compiled as standard .hbs
templates by ember-cli.
Consequently, this addon should be compatible with old versions of Ember regardless of its template dependency, and support newer (HTMLBars) template compilation in ember-cli.
The emblem dependency jump from 0.5.x to 0.6.x is breaking change for projects that use Ember 1.9.x, and through ember-cli: ember-cli-htmlbars 0.6.x Use ember-cli-emblem v0.2.x for Handlebars 2.0 support.
If you are using the broccoli-emblem-compiler
it should be removed
before using this addon: npm uninstall --save-dev broccoli-emblem-compiler
.
ember install ember-cli-emblem
ember-cli-emblem supports blueprint generation for routes, components, and templates. Use the ember generate
command to add new Emblem templates.
ember-cli-emblem exposes a few instrumentation options for Emblem:
blueprints: false
if true, will disable blueprint generation. (default: false);quiet: false
if true, will quiet Emblem's deprecation notices. (default: false)debugging: false
if true, will output the handlebars output of Emblem to STDOUT. (default: false)Simply add these to your config/environment.js
:
ENV.emblemOptions {
blueprints: false
}
0.1.x
: supported0.2.x
: supportedFAQs
An ember-cli addon for Emblem.js templates.
We found that ember-cli-emblem demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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 researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.