Socket
Socket
Sign inDemoInstall

@firebase/performance

Package Overview
Dependencies
Maintainers
5
Versions
2694
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@firebase/performance - npm Package Compare versions

Comparing version 0.2.2-canary.c8dcdc5 to 0.2.2-canary.cee7ad8

2

dist/index.cjs.js

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

var version = "0.2.2-canary.c8dcdc5";
var version = "0.2.2-canary.cee7ad8";

@@ -16,0 +16,0 @@ /**

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

var version = "0.2.2-canary.c8dcdc5";
var version = "0.2.2-canary.cee7ad8";

@@ -10,0 +10,0 @@ /**

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

const version = "0.2.2-canary.c8dcdc5";
const version = "0.2.2-canary.cee7ad8";

@@ -9,0 +9,0 @@ /**

@@ -29,2 +29,11 @@ /**

}
export declare const ERROR_FACTORY: ErrorFactory<ErrorCode>;
interface ErrorParams {
[ErrorCode.TRACE_STARTED_BEFORE]: {
traceName: string;
};
[ErrorCode.TRACE_STOPPED_BEFORE]: {
traceName: string;
};
}
export declare const ERROR_FACTORY: ErrorFactory<ErrorCode, ErrorParams>;
export {};
{
"name": "@firebase/performance",
"version": "0.2.2-canary.c8dcdc5",
"version": "0.2.2-canary.cee7ad8",
"description": "Firebase performance for web",

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

"peerDependencies": {
"@firebase/app": "0.4.1-canary.c8dcdc5",
"@firebase/app-types": "0.4.0-canary.c8dcdc5"
"@firebase/app": "0.4.1-canary.cee7ad8",
"@firebase/app-types": "0.4.0-canary.cee7ad8"
},
"dependencies": {
"@firebase/logger": "0.1.14-canary.c8dcdc5",
"@firebase/installations": "0.1.1-canary.c8dcdc5",
"@firebase/util": "0.2.15-canary.c8dcdc5",
"@firebase/performance-types": "0.0.1-canary.c8dcdc5",
"@firebase/logger": "0.1.14-canary.cee7ad8",
"@firebase/installations": "0.1.1-canary.cee7ad8",
"@firebase/util": "0.2.15-canary.cee7ad8",
"@firebase/performance-types": "0.0.1-canary.cee7ad8",
"tslib": "1.9.3"

@@ -33,0 +33,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