Socket
Book a DemoInstallSign in
Socket

redux-logalize

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-logalize

Redux middleware for Logalize

latest
Source
npmnpm
Version
0.1.1
Version published
Weekly downloads
417
-38.5%
Maintainers
1
Weekly downloads
 
Created
Source

redux-logalize

Redux middleware for logalize.

Setup

Install redux-logalize via npm:

npm install --save redux-logalize

Or with Yarn:

yarn add redux-logalize

Usage

import { createStore, applyMiddleware } from 'redux'
import logger from 'redux-logalize'

const store = createStore(
  /* reducers */,
  applyMiddleware(logger)
)

Keywords

redux

FAQs

Package last updated on 20 Apr 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