@firebase/app
Advanced tools
Comparing version 0.1.10-canary.3d6289d to 0.1.10-canary.3fe3d2c
{ | ||
"name": "@firebase/app", | ||
"version": "0.1.10-canary.3d6289d", | ||
"version": "0.1.10-canary.3fe3d2c", | ||
"description": "The primary entrypoint to 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,8 +15,8 @@ "test:browser": "karma start --single-run", | ||
"test:node": "TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha test/**/*.test.* --compilers ts:ts-node/register/type-check --exit", | ||
"prepare": "gulp build" | ||
"prepare": "npm run build" | ||
}, | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"@firebase/app-types": "0.1.2-canary.3d6289d", | ||
"@firebase/util": "0.1.10-canary.3d6289d", | ||
"@firebase/app-types": "0.1.2-canary.3fe3d2c", | ||
"@firebase/util": "0.1.10-canary.3fe3d2c", | ||
"tslib": "^1.9.0" | ||
@@ -28,5 +29,2 @@ }, | ||
"chai": "^4.1.1", | ||
"gulp": "^4.0.0", | ||
"gulp-replace": "^0.6.1", | ||
"gulp-sourcemaps": "^2.6.4", | ||
"karma": "^2.0.0", | ||
@@ -44,2 +42,7 @@ "karma-chrome-launcher": "^2.2.0", | ||
"nyc": "^11.4.1", | ||
"rollup": "^0.57.1", | ||
"rollup-plugin-commonjs": "^9.1.0", | ||
"rollup-plugin-node-resolve": "^3.3.0", | ||
"rollup-plugin-replace": "^2.0.0", | ||
"rollup-plugin-typescript2": "^0.12.0", | ||
"sinon": "^4.3.0", | ||
@@ -59,3 +62,3 @@ "source-map-loader": "^0.2.3", | ||
}, | ||
"typings": "dist/esm/index.d.ts", | ||
"typings": "dist/index.d.ts", | ||
"nyc": { | ||
@@ -62,0 +65,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
34
872
63404
27
1
27
46
+ Added@firebase/app-types@0.1.2-canary.3fe3d2c(transitive)
+ Added@firebase/util@0.1.10-canary.3fe3d2c(transitive)
- Removed@firebase/app-types@0.1.2-canary.3d6289d(transitive)
- Removed@firebase/util@0.1.10-canary.3d6289d(transitive)