auth0-tag-manager
Advanced tools
Comparing version 2.0.5 to 2.0.6
{ | ||
"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 |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
48
163112
20
5
0
3