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.47cab3ef6 to 0.0.900-exp.47e035fe0

dist/src/public-types.d.ts

9

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;

@@ -401,3 +408,3 @@ }());

var name = "@firebase/app-compat";
var version = "0.0.900-exp.47cab3ef6";
var version = "0.0.900";

@@ -404,0 +411,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
};
}
}

@@ -351,3 +358,3 @@ // TODO: investigate why the following needs to be commented out

const name = "@firebase/app-compat";
const version = "0.0.900-exp.47cab3ef6";
const version = "0.0.900";

@@ -354,0 +361,0 @@ /**

@@ -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;

@@ -376,3 +383,3 @@ }());

var name = "@firebase/app-compat";
var version = "0.0.900-exp.47cab3ef6";
var version = "0.0.900";

@@ -379,0 +386,0 @@ /**

2

dist/index.lite.esm2017.js

@@ -290,3 +290,3 @@ import * as modularAPIs from '@firebase/app';

const name$1 = "@firebase/app-compat";
const version = "0.0.900-exp.47cab3ef6";
const version = "0.0.900";

@@ -293,0 +293,0 @@ /**

@@ -312,3 +312,3 @@ import * as modularAPIs from '@firebase/app';

var name$1 = "@firebase/app-compat";
var version = "0.0.900-exp.47cab3ef6";
var version = "0.0.900";

@@ -315,0 +315,0 @@ /**

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

_addOrOverwriteComponent(component: Component): void;
toJSON(): object;
}
{
"name": "@firebase/app-compat",
"version": "0.0.900-exp.47cab3ef6",
"version": "0.0.900-exp.47e035fe0",
"description": "The primary entrypoint to the Firebase JS SDK",

@@ -28,8 +28,7 @@ "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",

"test:browser:debug": "karma start --browsers Chrome --auto-watch",
"test:node": "TS_NODE_FILES=true TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha test/**/*.test.* src/**/*.test.ts --config ../../config/mocharc.node.js",
"prepare": "yarn build:release"
"test:node": "TS_NODE_FILES=true TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha test/**/*.test.* src/**/*.test.ts --config ../../config/mocharc.node.js"
},
"license": "Apache-2.0",
"dependencies": {
"@firebase/app": "0.0.900-exp.47cab3ef6",
"@firebase/app": "0.0.900-exp.47e035fe0",
"@firebase/util": "0.3.4",

@@ -43,3 +42,3 @@ "@firebase/logger": "0.2.6",

"devDependencies": {
"rollup": "2.33.2",
"rollup": "2.35.1",
"@rollup/plugin-json": "4.1.0",

@@ -46,0 +45,0 @@ "rollup-plugin-replace": "2.2.0",

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