Socket
Socket
Sign inDemoInstall

@ember/jquery

Package Overview
Dependencies
Maintainers
10
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ember/jquery

The default blueprint for ember-cli addons.


Version published
Weekly downloads
51K
increased by3.07%
Maintainers
10
Weekly downloads
 
Created
Source

ember-jquery

Ember has been historically coupled to jQuery. As part of RFC294 jQuery has been made optional and this addon will explicitly add the jQuery integration functionality.

Installation

ember install @ember/jquery

You should also explicitly tell Ember to enable its jQuery integration:

ember install @ember/optional-features
ember feature:enable jquery-integration

Contributing

Installation

  • git clone <repository-url>
  • cd ember-jquery
  • yarn install

Linting

  • yarn lint:js
  • yarn lint:js --fix

Running tests

  • ember test – Runs the test suite on the current Ember version
  • ember test --server – Runs the test suite in "watch mode"
  • ember try:each – Runs the test suite against multiple Ember versions

Running the dummy application

For more information on using ember-cli, visit https://ember-cli.com/.

License

This project is licensed under the MIT License.

Keywords

FAQs

Package last updated on 07 Jun 2018

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc