@firebase/logger
Advanced tools
Comparing version 0.1.0-canary.8a10e7c to 0.1.0-canary.8b29658
{ | ||
"name": "@firebase/logger", | ||
"version": "0.1.0-canary.8a10e7c", | ||
"version": "0.1.0-canary.8b29658", | ||
"description": "A logger package for use in the Firebase JS SDK", | ||
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.js", | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.esm.js", | ||
"scripts": { | ||
"dev": "gulp dev", | ||
"build": "rollup -c", | ||
"dev": "rollup -c -w", | ||
"test": "run-p test:browser test:node", | ||
@@ -14,25 +15,28 @@ "test:browser": "karma start --single-run", | ||
"test:node": "nyc --reporter lcovonly -- mocha test/**/*.test.* --compilers ts:ts-node/register --exit", | ||
"prepare": "gulp build" | ||
"prepare": "npm run build" | ||
}, | ||
"license": "Apache-2.0", | ||
"devDependencies": { | ||
"@types/chai": "^4.1.2", | ||
"@types/mocha": "^2.2.48", | ||
"@types/sinon": "^4.1.3", | ||
"chai": "^4.1.1", | ||
"gulp": "^4.0.0", | ||
"karma": "^2.0.0", | ||
"karma-chrome-launcher": "^2.2.0", | ||
"karma-cli": "^1.0.1", | ||
"karma-mocha": "^1.3.0", | ||
"karma-sauce-launcher": "^1.2.0", | ||
"karma-spec-reporter": "^0.0.32", | ||
"karma-webpack": "^2.0.9", | ||
"mocha": "^5.0.1", | ||
"npm-run-all": "^4.1.1", | ||
"nyc": "^11.4.1", | ||
"ts-loader": "^3.5.0", | ||
"ts-node": "^5.0.0", | ||
"typescript": "^2.7.2", | ||
"webpack": "^3.11.0" | ||
"@types/chai": "4.1.2", | ||
"@types/mocha": "5.0.0", | ||
"@types/sinon": "4.3.1", | ||
"chai": "4.1.2", | ||
"karma": "2.0.0", | ||
"karma-chrome-launcher": "2.2.0", | ||
"karma-cli": "1.0.1", | ||
"karma-mocha": "1.3.0", | ||
"karma-sauce-launcher": "1.2.0", | ||
"karma-spec-reporter": "0.0.32", | ||
"karma-webpack": "2.0.9", | ||
"mocha": "5.0.5", | ||
"npm-run-all": "4.1.2", | ||
"nyc": "11.6.0", | ||
"rollup": "0.57.1", | ||
"rollup-plugin-commonjs": "9.1.0", | ||
"rollup-plugin-node-resolve": "3.3.0", | ||
"rollup-plugin-typescript2": "0.12.0", | ||
"ts-loader": "3.5.0", | ||
"ts-node": "5.0.1", | ||
"typescript": "2.8.1", | ||
"webpack": "3.11.0" | ||
}, | ||
@@ -46,3 +50,3 @@ "repository": { | ||
}, | ||
"typings": "dist/esm/index.d.ts", | ||
"typings": "dist/index.d.ts", | ||
"nyc": { | ||
@@ -49,0 +53,0 @@ "extension": [ |
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
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 2 instances 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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 2 instances in 1 package
39
44423
22
796
1