Sign In

@firebase/app-compat

Package Overview
Dependencies
Maintainers
4
Versions
1587
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.5.14
to
0.5.15
+1
-1
dist/esm/index.esm.js

@@ -374,3 +374,3 @@ import { ErrorFactory, contains, deepExtend, createSubscribe, getGlobal } from '@firebase/util';

const name = "@firebase/app-compat";
const version = "0.5.14";
const version = "0.5.15";

@@ -377,0 +377,0 @@ /**

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

const name = "@firebase/app-compat";
const version = "0.5.14";
const version = "0.5.15";

@@ -398,0 +398,0 @@ /**

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

const name$1 = "@firebase/app-compat";
const version = "0.5.14";
const version = "0.5.15";

@@ -298,0 +298,0 @@ /**

{
"name": "@firebase/app-compat",
"version": "0.5.14",
"version": "0.5.15",
"description": "The primary entrypoint to the Firebase JS SDK",

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

"scripts": {
"lint": "eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
"lint:fix": "eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
"lint": "eslint --cache --cache-location '../../node_modules/.cache/eslint/' -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
"lint:fix": "eslint --cache --cache-location '../../node_modules/.cache/eslint/' --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
"build": "rollup -c && yarn api-report",
"build:deps": "lerna run --scope @firebase/app-compat --include-dependencies build",
"build:deps": "lerna run build --scope @firebase/app-compat",
"dev": "rollup -c -w",

@@ -41,3 +41,3 @@ "test": "run-p --npm-path npm lint test:all",

"dependencies": {
"@firebase/app": "0.15.0",
"@firebase/app": "0.15.1",
"@firebase/util": "1.15.1",

@@ -44,0 +44,0 @@ "@firebase/logger": "0.5.1",