Socket
Socket
Sign inDemoInstall

@firebase/database-compat

Package Overview
Dependencies
7
Maintainers
5
Versions
994
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.2-2021912211028 to 0.1.2-canary.0b3ca78eb

dist/node-esm/database-compat/src/api/Database.d.ts

5

CHANGELOG.md
# @firebase/database-compat
## 0.1.2-2021912211028
## 0.1.2

@@ -10,4 +10,3 @@ ### Patch Changes

- Updated dependencies [[`93795c780`](https://github.com/firebase/firebase-js-sdk/commit/93795c7801d6b28ccbbe5855fd2f3fc377b1db5f)]:
- @firebase/database@0.12.2-2021912211028
- @firebase/app-compat@0.1.5-2021912211028
- @firebase/database@0.12.2

@@ -14,0 +13,0 @@ ## 0.1.1

2

dist/index.esm2017.js

@@ -8,3 +8,3 @@ import firebase from '@firebase/app-compat';

const name = "@firebase/database-compat";
const version = "0.1.2-2021912211028";
const version = "0.1.2-canary.0b3ca78eb";

@@ -11,0 +11,0 @@ /**

@@ -9,3 +9,3 @@ import firebase from '@firebase/app-compat';

var name = "@firebase/database-compat";
var version = "0.1.2-2021912211028";
var version = "0.1.2-canary.0b3ca78eb";

@@ -12,0 +12,0 @@ /**

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

var name = "@firebase/database-compat";
var version = "0.1.2-2021912211028";
var version = "0.1.2-canary.0b3ca78eb";

@@ -18,0 +18,0 @@ /**

{
"name": "@firebase/database-compat",
"version": "0.1.2-2021912211028",
"version": "0.1.2-canary.0b3ca78eb",
"description": "The Realtime Database component of the Firebase JS SDK.",

@@ -18,3 +18,6 @@ "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",

".": {
"node": "./dist/index.js",
"node": {
"import": "./dist/node-esm/index.js",
"require": "./dist/index.js"
},
"default": "./dist/index.esm2017.js"

@@ -24,3 +27,4 @@ },

"node": "./dist/index.standalone.js"
}
},
"./package.json": "./package.json"
},

@@ -42,14 +46,14 @@ "scripts": {

"peerDependencies": {
"@firebase/app-compat": "0.1.5-2021912211028"
"@firebase/app-compat": "0.1.6-canary.0b3ca78eb"
},
"dependencies": {
"@firebase/database": "0.12.2-2021912211028",
"@firebase/database-types": "0.9.1",
"@firebase/logger": "0.3.0",
"@firebase/util": "1.4.0",
"@firebase/component": "0.5.7",
"@firebase/database": "0.12.2-canary.0b3ca78eb",
"@firebase/database-types": "0.9.1-canary.0b3ca78eb",
"@firebase/logger": "0.3.0-canary.0b3ca78eb",
"@firebase/util": "1.4.0-canary.0b3ca78eb",
"@firebase/component": "0.5.7-canary.0b3ca78eb",
"tslib": "^2.1.0"
},
"devDependencies": {
"@firebase/app-compat": "0.1.5-2021912211028"
"@firebase/app-compat": "0.1.6-canary.0b3ca78eb"
},

@@ -64,2 +68,2 @@ "repository": {

}
}
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc