Socket
Socket
Sign inDemoInstall

ember-fuse-shim

Package Overview
Dependencies
222
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ember-fuse-shim

Provides a shim to import Fuse.js as an ES6 module in Ember applicaitons


Version published
Maintainers
1
Install size
15.3 MB
Created

Readme

Source

ember-fuse-shim

Build Status License: MIT

A simple Ember addon to provide Fuse.js as an importable ES6 module in your Ember applications.

Installation

  • ember install ember-fuse-shim

Usage

Anywhere you want to use Fuse.js, simply import it:

// app/some-file.js
import Fuse from 'fuse';

For more on how to use Fuse, check out the Fuse.js documentation

Issues

Please use the issue tracker to report any problems with the addon.

Development

  • git clone https://github.com/mikeu/ember-fuse-shim
  • cd ember-fuse-shim
  • npm install

Running the dummy app for testing

Tests from the command line

  • npm test

This will run ember try:each to test the addon against multiple Ember versions.

Keywords

FAQs

Last updated on 19 Jan 2018

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