@firebase/component
Advanced tools
Comparing version 0.1.3-canary.01da30b0 to 0.1.3-canary.12f9b9b3
{ | ||
"name": "@firebase/component", | ||
"version": "0.1.3-canary.01da30b0", | ||
"version": "0.1.3-canary.12f9b9b3", | ||
"description": "Firebase Component Platform", | ||
@@ -18,3 +18,4 @@ "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)", | ||
"dev": "rollup -c -w", | ||
"test": "run-p lint test:browser test:node", | ||
"test": "yarn type-check && run-p lint test:browser test:node", | ||
"type-check": "tsc -p . --noEmit", | ||
"test:browser": "karma start --single-run", | ||
@@ -25,3 +26,3 @@ "test:node": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha src/**/*.test.ts --opts ../../config/mocha.node.opts", | ||
"dependencies": { | ||
"@firebase/util": "0.2.38-canary.01da30b0", | ||
"@firebase/util": "0.2.38-canary.12f9b9b3", | ||
"tslib": "1.10.0" | ||
@@ -28,0 +29,0 @@ }, |
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
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
106546
+ Added@firebase/util@0.2.38-canary.12f9b9b3(transitive)
- Removed@firebase/util@0.2.38-canary.01da30b0(transitive)