@firebase/functions
Advanced tools
Comparing version
{ | ||
"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 @@ }, |
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
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
126154
2.49%49
25.64%1982
32.13%28
12%2
100%+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed