@firebase/functions
Advanced tools
Comparing version 0.1.0-canary.12e839d to 0.1.0-canary.14c2c4a
{ | ||
"name": "@firebase/functions", | ||
"version": "0.1.0-canary.12e839d", | ||
"version": "0.1.0-canary.14c2c4a", | ||
"description": "", | ||
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.js", | ||
"main": "dist/index.node.cjs.js", | ||
"browser": "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 +16,8 @@ "test:browser": "karma start --single-run", | ||
"test:node": "nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --retries 5 --timeout 5000 --exit", | ||
"prepare": "gulp build" | ||
"prepare": "npm run build" | ||
}, | ||
"license": "Apache-2.0", | ||
"peerDependencies": { | ||
"@firebase/app": "0.1.10-canary.12e839d", | ||
"@firebase/app-types": "0.1.2-canary.12e839d" | ||
"@firebase/app": "0.1.10-canary.14c2c4a", | ||
"@firebase/app-types": "0.1.2-canary.14c2c4a" | ||
}, | ||
@@ -28,3 +30,2 @@ "devDependencies": { | ||
"chai": "^4.1.1", | ||
"gulp": "^4.0.0", | ||
"karma": "^2.0.0", | ||
@@ -41,2 +42,6 @@ "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-typescript2": "^0.12.0", | ||
"sinon": "^4.3.0", | ||
@@ -58,6 +63,6 @@ "source-map-loader": "^0.2.3", | ||
}, | ||
"typings": "dist/esm/index.d.ts", | ||
"typings": "dist/index.d.ts", | ||
"dependencies": { | ||
"@firebase/functions-types": "0.1.0-canary.12e839d", | ||
"@firebase/messaging-types": "0.1.2-canary.12e839d", | ||
"@firebase/functions-types": "0.1.0-canary.14c2c4a", | ||
"@firebase/messaging-types": "0.1.2-canary.14c2c4a", | ||
"isomorphic-fetch": "^2.2.1" | ||
@@ -64,0 +69,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
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 4 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 6 instances in 1 package
126154
49
4
80
1982
28
4
+ Added@firebase/app@0.1.10-canary.14c2c4a(transitive)
+ Added@firebase/app-types@0.1.2-canary.14c2c4a(transitive)
+ Added@firebase/functions-types@0.1.0-canary.14c2c4a(transitive)
+ Added@firebase/messaging-types@0.1.2-canary.14c2c4a(transitive)
+ Added@firebase/util@0.1.10-canary.14c2c4a(transitive)
- Removed@firebase/app@0.1.10-canary.12e839d(transitive)
- Removed@firebase/app-types@0.1.2-canary.12e839d(transitive)
- Removed@firebase/functions-types@0.1.0-canary.12e839d(transitive)
- Removed@firebase/messaging-types@0.1.2-canary.12e839d(transitive)
- Removed@firebase/util@0.1.10-canary.12e839d(transitive)