Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ember-native-dom-event-dispatcher

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-native-dom-event-dispatcher

Replace the default Ember event dispatcher with one that uses native DOM events. With ember@2.9.0+ allows ember-cli app usage without jQuery...

  • 0.6.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
926
decreased by-12.31%
Maintainers
1
Weekly downloads
 
Created
Source

ember-native-dom-event-dispatcher

ember-native-dom-event-dispatcher is intended to be used with Ember 2.9.0-alpha.1 and higher. It replaces the default event dispatcher in use by Ember apps with one that does not use jQuery.

In general, this should be a drop in replacement for Ember.EventDispatcher (which is the default).

Installation

ember install ember-native-dom-event-dispatcher

To remove JQuery from your build change ember-cli-build.js to:

var app = new EmberApp(defaults, {
  vendorFiles: {
    'jquery.js': null,
  },
});

License

This project is licensed under the MIT License.

Keywords

FAQs

Package last updated on 31 May 2017

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