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

redux-gtm

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

redux-gtm - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

index.d.ts

7

package.json
{
"name": "redux-gtm",
"version": "0.1.0",
"version": "0.1.1",
"description": "Synchronizes Redux and the Analytics Data Layer",
"main": "lib/index.js",
"typings": "./index.d.ts",
"scripts": {

@@ -16,3 +17,5 @@ "test": "jest"

"jest": "^16.0.1",
"redux": "^3.6.0"
"redux": "^3.6.0",
"typescript": "^2.0.3",
"typescript-definition-tester": "0.0.4"
},

@@ -19,0 +22,0 @@ "jest": {

@@ -35,3 +35,3 @@ # redux-gtm

// 3. Create the middleware using createMiddleware from ReduxGTM
const analyticsMiddleware = createMiddleware(eventDefintions);
const analyticsMiddleware = createMiddleware(eventDefinitions);

@@ -38,0 +38,0 @@ // 4. Apply the middleware when creating your Redux store

Sorry, the diff of this file is not supported yet

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