Socket
Socket
Sign inDemoInstall

ember-assign-helper

Package Overview
Dependencies
535
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ember-assign-helper

Simple {{assign}} helper for Ember


Version published
Maintainers
2
Install size
3.72 MB
Created

Readme

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

FAQs

Last updated on 11 Jan 2024

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc