@firebase/logger
Advanced tools
Comparing version 0.4.2-canary.2ce95696f to 0.4.2-canary.2ddbd4e49
{ | ||
"name": "@firebase/logger", | ||
"version": "0.4.2-canary.2ce95696f", | ||
"version": "0.4.2-canary.2ddbd4e49", | ||
"description": "A logger package for use in the Firebase JS SDK", | ||
@@ -32,3 +32,4 @@ "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)", | ||
"test:browser:debug": "karma start --browsers Chrome --auto-watch", | ||
"test:node": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha test/**/*.test.* --config ../../config/mocharc.node.js" | ||
"test:node": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha test/**/*.test.* --config ../../config/mocharc.node.js", | ||
"trusted-type-check": "tsec -p tsconfig.json --noEmit" | ||
}, | ||
@@ -35,0 +36,0 @@ "license": "Apache-2.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
86024