Socket
Socket
Sign inDemoInstall

@firebase/performance

Package Overview
Dependencies
Maintainers
4
Versions
2693
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.6.8-canary.fd8bd4b02 to 0.6.8-dataconnect-preview.d986d4bf2

10

dist/esm/index.esm2017.js

@@ -8,3 +8,3 @@ import { ErrorFactory, areCookiesEnabled, isIndexedDBAvailable, validateIndexedDBOpenable, getModularInstance, deepEqual } from '@firebase/util';

const name = "@firebase/performance";
const version = "0.6.8-canary.fd8bd4b02";
const version = "0.6.8-dataconnect-preview.d986d4bf2";

@@ -587,3 +587,3 @@ /**

}
// Key from Remote Config has to be non-empty string, otherwsie use local value.
// Key from Remote Config has to be non-empty string, otherwise use local value.
if (entries.fpr_log_transport_key) {

@@ -825,3 +825,2 @@ settingsServiceInstance.transportKey = entries.fpr_log_transport_key;

*/
/* eslint-enble camelcase */
let logger;

@@ -952,2 +951,3 @@ // This method is not called before initialization.

}
/* eslint-enable camelcase */

@@ -1083,3 +1083,3 @@ /**

* @param startTime Trace start time since epoch in millisec
* @param duration The duraction of the trace in millisec
* @param duration The duration of the trace in millisec
* @param options An object which can optionally hold maps of custom metrics and custom attributes

@@ -1333,3 +1333,3 @@ */

const paintTimings = api.getEntriesByType('paint');
// If First Input Desly polyfill is added to the page, report the fid value.
// If First Input Delay polyfill is added to the page, report the fid value.
// https://github.com/GoogleChromeLabs/first-input-delay

@@ -1336,0 +1336,0 @@ if (api.onFirstInputDelay) {

@@ -68,3 +68,3 @@ /**

* @param startTime - trace start time since epoch in millisec.
* @param duration - The duraction of the trace in millisec.
* @param duration - The duration of the trace in millisec.
* @param options - An object which can optionally hold maps of custom metrics and

@@ -71,0 +71,0 @@ * custom attributes.

@@ -57,3 +57,3 @@ /**

* @param startTime Trace start time since epoch in millisec
* @param duration The duraction of the trace in millisec
* @param duration The duration of the trace in millisec
* @param options An object which can optionally hold maps of custom metrics and custom attributes

@@ -60,0 +60,0 @@ */

@@ -33,3 +33,3 @@ /**

private readonly performance;
/** PreformanceObserver constructor function. */
/** PerformanceObserver constructor function. */
private readonly PerformanceObserver;

@@ -36,0 +36,0 @@ private readonly windowLocation;

@@ -68,3 +68,3 @@ /**

* @param startTime - trace start time since epoch in millisec.
* @param duration - The duraction of the trace in millisec.
* @param duration - The duration of the trace in millisec.
* @param options - An object which can optionally hold maps of custom metrics and

@@ -71,0 +71,0 @@ * custom attributes.

@@ -57,3 +57,3 @@ /**

* @param startTime Trace start time since epoch in millisec
* @param duration The duraction of the trace in millisec
* @param duration The duration of the trace in millisec
* @param options An object which can optionally hold maps of custom metrics and custom attributes

@@ -60,0 +60,0 @@ */

@@ -33,3 +33,3 @@ /**

private readonly performance;
/** PreformanceObserver constructor function. */
/** PerformanceObserver constructor function. */
private readonly PerformanceObserver;

@@ -36,0 +36,0 @@ private readonly windowLocation;

{
"name": "@firebase/performance",
"version": "0.6.8-canary.fd8bd4b02",
"version": "0.6.8-dataconnect-preview.d986d4bf2",
"description": "Firebase performance for web",

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

"peerDependencies": {
"@firebase/app": "0.10.6-canary.fd8bd4b02"
"@firebase/app": "0.10.7-dataconnect-preview.d986d4bf2"
},
"dependencies": {
"@firebase/logger": "0.4.2-canary.fd8bd4b02",
"@firebase/installations": "0.6.8-canary.fd8bd4b02",
"@firebase/util": "1.9.7-canary.fd8bd4b02",
"@firebase/component": "0.6.8-canary.fd8bd4b02",
"@firebase/logger": "0.4.2-dataconnect-preview.d986d4bf2",
"@firebase/installations": "0.6.8-dataconnect-preview.d986d4bf2",
"@firebase/util": "1.9.7-dataconnect-preview.d986d4bf2",
"@firebase/component": "0.6.8-dataconnect-preview.d986d4bf2",
"tslib": "^2.1.0"

@@ -52,3 +52,3 @@ },

"devDependencies": {
"@firebase/app": "0.10.6-canary.fd8bd4b02",
"@firebase/app": "0.10.7-dataconnect-preview.d986d4bf2",
"rollup": "2.79.1",

@@ -55,0 +55,0 @@ "@rollup/plugin-json": "4.1.0",

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

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 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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc