New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@wethecurious/curios-reduxmiddleware-analytics

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wethecurious/curios-reduxmiddleware-analytics

We The Curious analytics middleware

  • 0.0.8
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

CURIOS MIDDLEWARE REDUX SERIAL

Rationale

This middleware will establish a connection an mqtt connection to the analytics database to allow actions to be logged

If not connected to mqtt it will fall back to a non functional stub which will simulate action dispatches

Installation

npm i -s @wethecurious/curios-redux-middleware-analytics

At your createStore

import { createAnalyticsMiddleware } from 'redux-middleware-analytics'

const mqttMiddleware = createAnalyticsMiddleware({
    app: string,
    mqttBroker: 'localhost:1883'
})

const store = createStore(
  reducer,
  applyMiddleware(mqttMiddleware)
)

store.dispatch('@@CURIOS_INIT') // this is the desfault action which tells the analytics to attempt to connect

FAQs

Package last updated on 16 Aug 2019

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