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.3.0 to 0.3.1

dist/redux-gtm.min.js

14

package.json
{
"name": "redux-gtm",
"version": "0.3.0",
"version": "0.3.1",
"description": "Google Tag Manager integration for Redux and ngrx/store",

@@ -10,2 +10,3 @@ "main": "lib/index.js",

"src",
"dist",
"index.d.ts"

@@ -23,4 +24,7 @@ ],

"check": "npm run lint && npm run test",
"prebuild": "rm -rf lib && mkdir lib",
"build": "babel src --out-dir lib",
"clean": "rm -rf lib dist",
"build:commonjs": "babel src --out-dir lib",
"build:umd": "webpack",
"prebuild": "npm run clean",
"build": "npm run build:commonjs && npm run build:umd",
"prepublish": "npm run build"

@@ -45,2 +49,3 @@ },

"babel-cli": "^6.18.0",
"babel-loader": "^6.2.9",
"babel-preset-latest": "^6.16.0",

@@ -56,3 +61,4 @@ "eslint": "^3.8.1",

"typescript": "^2.0.3",
"typescript-definition-tester": "0.0.4"
"typescript-definition-tester": "0.0.4",
"webpack": "^1.14.0"
},

@@ -59,0 +65,0 @@ "jest": {

@@ -1,3 +0,7 @@

# ReduxGTM
<h1 style="color: red">Deprecation Notice</h1>
### ReduxGTM has been deprecated in favour of [Redux Beacon](https://github.com/rangle/redux-beacon).
#### A simple migration guide can be found [here](https://rangle.github.io/redux-beacon/docs/migrating-from-redux-gtm.html).
----
Google Tag Manager integration for Redux and ngrx/store

@@ -4,0 +8,0 @@

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