Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@firebase/app-compat

Package Overview
Dependencies
Maintainers
5
Versions
1205
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@firebase/app-compat - npm Package Compare versions

Comparing version 0.0.900-exp.99ee5b67f to 0.0.900-exp.a42a35e64

7

dist/index.cjs.js

@@ -146,2 +146,9 @@ 'use strict';

};
FirebaseAppImpl.prototype.toJSON = function () {
return {
name: this.name,
automaticDataCollectionEnabled: this.automaticDataCollectionEnabled,
options: this.options
};
};
return FirebaseAppImpl;

@@ -148,0 +155,0 @@ }());

@@ -104,2 +104,9 @@ import { ErrorFactory, contains, deepExtend, createSubscribe, isBrowser } from '@firebase/util';

}
toJSON() {
return {
name: this.name,
automaticDataCollectionEnabled: this.automaticDataCollectionEnabled,
options: this.options
};
}
}

@@ -106,0 +113,0 @@ // TODO: investigate why the following needs to be commented out

@@ -121,2 +121,9 @@ import { ErrorFactory, contains, deepExtend, createSubscribe, isBrowser } from '@firebase/util';

};
FirebaseAppImpl.prototype.toJSON = function () {
return {
name: this.name,
automaticDataCollectionEnabled: this.automaticDataCollectionEnabled,
options: this.options
};
};
return FirebaseAppImpl;

@@ -123,0 +130,0 @@ }());

1

dist/src/firebaseApp.d.ts

@@ -67,2 +67,3 @@ /**

_addOrOverwriteComponent(component: Component): void;
toJSON(): object;
}

4

package.json
{
"name": "@firebase/app-compat",
"version": "0.0.900-exp.99ee5b67f",
"version": "0.0.900-exp.a42a35e64",
"description": "The primary entrypoint to the Firebase JS SDK",

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

"dependencies": {
"@firebase/app": "0.0.900-exp.99ee5b67f",
"@firebase/app": "0.0.900-exp.a42a35e64",
"@firebase/util": "0.3.4",

@@ -35,0 +35,0 @@ "@firebase/logger": "0.2.6",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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