You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

ember-assign-helper

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-assign-helper

Simple {{assign}} helper for Ember

0.5.1
latest
Source
npmnpm
Version published
Weekly downloads
45K
-23.28%
Maintainers
2
Weekly downloads
 
Created
Source

ember-assign-helper

This addon provides only one useful helper for using it in your templates.

Example usage:

{{my-component data=(assign myObject1 myObject2 ... myObjectN)}}
{{yield (assign publicAPI (hash button=(component "my-button"))}}

Installation

ember install ember-assign-helper

Compatibility

  • Ember.js v3.28 or above
  • Ember CLI v3.28 or above
  • Node.js v18 or above

Keywords

ember-addon

FAQs

Package last updated on 12 May 2025

Did you know?

Socket

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.

Install

Related posts