New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@firebase/app-check

Package Overview
Dependencies
Maintainers
5
Versions
1383
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@firebase/app-check - npm Package Compare versions

Comparing version 0.4.0-202171919375 to 0.4.0-202172325639

22

CHANGELOG.md
# @firebase/app-check
## 0.4.0-202171919375
## 0.4.0-202172325639
### Minor Changes
- [`4ec5344cd`](https://github.com/firebase/firebase-js-sdk/commit/4ec5344cdaf2e34f8634d9287230f95ed917f83a) [#5299](https://github.com/firebase/firebase-js-sdk/pull/5299) - Moduliarized SDKs
- [`5bc6afb75`](https://github.com/firebase/firebase-js-sdk/commit/5bc6afb75b5267bad5940c32458c315e5394321d) [#5268](https://github.com/firebase/firebase-js-sdk/pull/5268) (fixes [#4277](https://github.com/firebase/firebase-js-sdk/issues/4277)) - This change contains multiple quality-of-life improvements when using the `FirestoreDataConverter` in `@firebase/firestore/lite` and `@firebase/firestore`:
- Support for passing in `FieldValue` property values when using a converter (via `WithFieldValue<T>` and `PartialWithFieldValue<T>`).
- Support for omitting properties in nested fields when performing a set operation with `{merge: true}` with a converter (via `PartialWithFieldValue<T>`).
- Support for typed update operations when using a converter (via the newly typed `UpdateData`). Improperly typed fields in
update operations on typed document references will no longer compile.
### Patch Changes
- Updated dependencies [[`4ec5344cd`](https://github.com/firebase/firebase-js-sdk/commit/4ec5344cdaf2e34f8634d9287230f95ed917f83a), [`bb6b5abff`](https://github.com/firebase/firebase-js-sdk/commit/bb6b5abff6f89ce9ec1bd66ff4e795a059a98eec), [`3c6a11c8d`](https://github.com/firebase/firebase-js-sdk/commit/3c6a11c8d0b35afddb50e9c3e0c4d2e30f642131)]:
- @firebase/app@0.7.0-202171919375
- @firebase/component@0.5.6-202171919375
- @firebase/util@1.3.0-202171919375
- Updated dependencies [[`5bc6afb75`](https://github.com/firebase/firebase-js-sdk/commit/5bc6afb75b5267bad5940c32458c315e5394321d)]:
- @firebase/app@0.7.0-202172325639
## 0.3.2
### Patch Changes
- Updated dependencies [[`bb6b5abff`](https://github.com/firebase/firebase-js-sdk/commit/bb6b5abff6f89ce9ec1bd66ff4e795a059a98eec), [`3c6a11c8d`](https://github.com/firebase/firebase-js-sdk/commit/3c6a11c8d0b35afddb50e9c3e0c4d2e30f642131)]:
- @firebase/component@0.5.6
- @firebase/util@1.3.0
## 0.3.1

@@ -17,0 +27,0 @@

@@ -1001,3 +1001,3 @@ 'use strict';

var name = "@firebase/app-check";
var version = "0.4.0-202171919375";
var version = "0.4.0-202172325639";

@@ -1004,0 +1004,0 @@ /**

@@ -997,3 +997,3 @@ import { _getProvider, getApp, _registerComponent, registerVersion } from '@firebase/app';

var name = "@firebase/app-check";
var version = "0.4.0-202171919375";
var version = "0.4.0-202172325639";

@@ -1000,0 +1000,0 @@ /**

@@ -891,3 +891,3 @@ import { _getProvider, getApp, _registerComponent, registerVersion } from '@firebase/app';

const name = "@firebase/app-check";
const version = "0.4.0-202171919375";
const version = "0.4.0-202172325639";

@@ -894,0 +894,0 @@ /**

{
"name": "@firebase/app-check",
"version": "0.4.0-202171919375",
"description": "An App Check package for new firebase packages",
"version": "0.4.0-202172325639",
"description": "The App Check component of the Firebase JS SDK",
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",

@@ -28,8 +28,8 @@ "main": "dist/index.cjs.js",

"peerDependencies": {
"@firebase/app": "0.7.0-202171919375"
"@firebase/app": "0.7.0-202172325639"
},
"dependencies": {
"@firebase/util": "1.3.0",
"@firebase/component": "0.5.6",
"@firebase/logger": "0.2.6",
"@firebase/util": "1.3.0-202171919375",
"@firebase/component": "0.5.6-202171919375",
"tslib": "^2.1.0"

@@ -39,3 +39,3 @@ },

"devDependencies": {
"@firebase/app": "0.7.0-202171919375",
"@firebase/app": "0.7.0-202172325639",
"rollup": "2.52.2",

@@ -42,0 +42,0 @@ "@rollup/plugin-commonjs": "17.1.0",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc