@firebase/functions-compat
Advanced tools
Comparing version 0.3.14-canary.2e2804139 to 0.3.14-canary.479226bf3
@@ -13,3 +13,3 @@ 'use strict'; | ||
const name = "@firebase/functions-compat"; | ||
const version = "0.3.14-canary.2e2804139"; | ||
const version = "0.3.14-canary.479226bf3"; | ||
@@ -16,0 +16,0 @@ /** |
{ | ||
"name": "@firebase/functions-compat", | ||
"version": "0.3.14-canary.2e2804139", | ||
"version": "0.3.14-canary.479226bf3", | ||
"description": "", | ||
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)", | ||
"main": "dist/index.node.cjs.js", | ||
"browser": "dist/index.esm2017.js", | ||
"module": "dist/index.esm2017.js", | ||
"esm5": "dist/index.esm5.js", | ||
"main": "dist/index.cjs.js", | ||
"browser": "dist/esm/index.esm2017.js", | ||
"module": "dist/esm/index.esm2017.js", | ||
"exports": { | ||
@@ -14,11 +13,10 @@ ".": { | ||
"node": { | ||
"import": "./dist/node-esm/index.node.esm.js", | ||
"require": "./dist/index.node.cjs.js" | ||
"require": "./dist/index.cjs.js", | ||
"import": "./dist/esm/index.esm2017.js" | ||
}, | ||
"esm5": "./dist/index.esm5.js", | ||
"browser": { | ||
"require": "./dist/index.cjs.js", | ||
"import": "./dist/index.esm2017.js" | ||
"import": "./dist/esm/index.esm2017.js" | ||
}, | ||
"default": "./dist/index.esm2017.js" | ||
"default": "./dist/esm/index.esm2017.js" | ||
}, | ||
@@ -32,6 +30,6 @@ "./package.json": "./package.json" | ||
"peerDependencies": { | ||
"@firebase/app-compat": "0.2.43-canary.2e2804139" | ||
"@firebase/app-compat": "0.2.43-canary.479226bf3" | ||
}, | ||
"devDependencies": { | ||
"@firebase/app-compat": "0.2.43-canary.2e2804139", | ||
"@firebase/app-compat": "0.2.43-canary.479226bf3", | ||
"rollup": "2.79.1", | ||
@@ -62,3 +60,3 @@ "@rollup/plugin-json": "4.1.0", | ||
"test:browser:debug": "karma start --browsers=Chrome --auto-watch", | ||
"test:node": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'src/{,!(browser)/**/}*.test.ts' --file src/index.node.ts --config ../../config/mocharc.node.js", | ||
"test:node": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'src/{,!(browser)/**/}*.test.ts' --config ../../config/mocharc.node.js", | ||
"test:emulator": "env FIREBASE_FUNCTIONS_HOST=http://localhost FIREBASE_FUNCTIONS_PORT=5005 run-p --npm-path npm test:node", | ||
@@ -70,6 +68,6 @@ "trusted-type-check": "tsec -p tsconfig.json --noEmit", | ||
"dependencies": { | ||
"@firebase/component": "0.6.9-canary.2e2804139", | ||
"@firebase/functions": "0.11.8-canary.2e2804139", | ||
"@firebase/functions-types": "0.6.2-canary.2e2804139", | ||
"@firebase/util": "1.10.0-canary.2e2804139", | ||
"@firebase/component": "0.6.9-canary.479226bf3", | ||
"@firebase/functions": "0.11.8-canary.479226bf3", | ||
"@firebase/functions-types": "0.6.2-canary.479226bf3", | ||
"@firebase/util": "1.10.0-canary.479226bf3", | ||
"tslib": "^2.1.0" | ||
@@ -82,3 +80,6 @@ }, | ||
"reportDir": "./coverage/node" | ||
}, | ||
"engines": { | ||
"node": ">=18.0.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 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
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
2
80
37213
18
445
1
+ Added@firebase/app@0.10.13-canary.479226bf3(transitive)
+ Added@firebase/app-check-interop-types@0.3.2-canary.479226bf3(transitive)
+ Added@firebase/app-compat@0.2.43-canary.479226bf3(transitive)
+ Added@firebase/auth-interop-types@0.2.3-canary.479226bf3(transitive)
+ Added@firebase/component@0.6.9-canary.479226bf3(transitive)
+ Added@firebase/functions@0.11.8-canary.479226bf3(transitive)
+ Added@firebase/functions-types@0.6.2-canary.479226bf3(transitive)
+ Added@firebase/logger@0.4.2-canary.479226bf3(transitive)
+ Added@firebase/messaging-interop-types@0.2.2-canary.479226bf3(transitive)
+ Added@firebase/util@1.10.0-canary.479226bf3(transitive)
- Removed@firebase/app@0.10.13-canary.2e2804139(transitive)
- Removed@firebase/app-check-interop-types@0.3.2-canary.2e2804139(transitive)
- Removed@firebase/app-compat@0.2.43-canary.2e2804139(transitive)
- Removed@firebase/auth-interop-types@0.2.3-canary.2e2804139(transitive)
- Removed@firebase/component@0.6.9-canary.2e2804139(transitive)
- Removed@firebase/functions@0.11.8-canary.2e2804139(transitive)
- Removed@firebase/functions-types@0.6.2-canary.2e2804139(transitive)
- Removed@firebase/logger@0.4.2-canary.2e2804139(transitive)
- Removed@firebase/messaging-interop-types@0.2.2-canary.2e2804139(transitive)
- Removed@firebase/util@1.10.0-canary.2e2804139(transitive)
- Removedundici@6.19.7(transitive)