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

auth0-tag-manager

Package Overview
Dependencies
Maintainers
20
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

auth0-tag-manager - npm Package Compare versions

Comparing version 2.0.5 to 2.0.6

LICENSE

23

package.json
{
"name": "auth0-tag-manager",
"version": "2.0.5",
"version": "2.0.6",
"description": "A simple tag manager by Auth0",

@@ -9,3 +9,7 @@ "main": "lib/index.js",

"build:dev": "NODE_ENV=development ./tools/scripts/build.sh",
"start": "NODE_ENV=development webpack --config ./tools/webpack/webpack.playground.config.babel.js && http-server ./tools/playground"
"start": "NODE_ENV=development webpack --config ./tools/webpack/webpack.playground.config.babel.js && http-server ./tools/playground",
"test": "jest --ci --verbose",
"test:development": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},

@@ -42,2 +46,4 @@ "repository": {

"http-server": "^0.9.0",
"jest": "^20.0.4",
"prettier-eslint": "^7.1.0",
"semver": "^5.3.0",

@@ -52,3 +58,14 @@ "webpack": "^2.3.3",

"es5.js"
]
],
"dependencies": {},
"jest": {
"globals": {
"window": true,
"document": true
},
"coverageReporters": [
"text",
"html"
]
}
}

@@ -0,1 +1,4 @@

[![Build status][circleci-image]][circleci-url]
[![License][license-image]][license-url]
# Metrics Tag Manager

@@ -40,1 +43,6 @@

```
[circleci-image]: https://img.shields.io/circleci/project/github/auth0/auth0-tag-manager.svg?style=flat-square
[circleci-url]: https://circleci.com/gh/auth0/auth0-tag-manager/tree/master
[license-image]: http://img.shields.io/npm/l/auth0-tag-manager.svg?style=flat-square
[license-url]: #license
build/auth0-tag-manager.js

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