Socket
Socket
Sign inDemoInstall

ember-redux-thunk-shim

Package Overview
Dependencies
221
Maintainers
5
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ember-redux-thunk-shim

redux-thunk for Ember apps


Version published
Weekly downloads
458
decreased by-5.37%
Maintainers
5
Install size
13.5 MB
Created
Weekly downloads
 

Readme

Source

ember-redux-thunk-shim

Travis NPM Ember

Installation

ember install ember-redux-thunk-shim

Usage

// app/middleware/index.js

import thunk from 'redux-thunk';

var resolved = thunk.default ? thunk.default : thunk;

export default [resolved];

To learn more about redux-thunk and how to use it visit the redux-thunk Github page.

Keywords

FAQs

Last updated on 09 Jun 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