New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

perfume.js

Package Overview
Dependencies
Maintainers
1
Versions
157
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

perfume.js - npm Package Compare versions

Comparing version 3.0.0-rc.6 to 3.0.0-rc.7

2

dist/es/perfume.js

@@ -13,3 +13,3 @@ var __assign = (this && this.__assign) || function () {

/*!
* Perfume.js v3.0.0-rc.6 (http://zizzamia.github.io/perfume)
* Perfume.js v3.0.0-rc.7 (http://zizzamia.github.io/perfume)
* Copyright 2018 The Perfume Authors (https://github.com/Zizzamia/perfume.js/graphs/contributors)

@@ -16,0 +16,0 @@ * Licensed under MIT (https://github.com/Zizzamia/perfume.js/blob/master/LICENSE)

@@ -15,3 +15,3 @@ "use strict";

/*!
* Perfume.js v3.0.0-rc.6 (http://zizzamia.github.io/perfume)
* Perfume.js v3.0.0-rc.7 (http://zizzamia.github.io/perfume)
* Copyright 2018 The Perfume Authors (https://github.com/Zizzamia/perfume.js/graphs/contributors)

@@ -18,0 +18,0 @@ * Licensed under MIT (https://github.com/Zizzamia/perfume.js/blob/master/LICENSE)

/*!
* Perfume.js v3.0.0-rc.6 (http://zizzamia.github.io/perfume)
* Perfume.js v3.0.0-rc.7 (http://zizzamia.github.io/perfume)
* Copyright 2018 The Perfume Authors (https://github.com/Zizzamia/perfume.js/graphs/contributors)

@@ -8,3 +8,3 @@ * Licensed under MIT (https://github.com/Zizzamia/perfume.js/blob/master/LICENSE)

import { BrowserInfo } from './detect-browser';
interface IAnalyticsTrackerOptions {
export interface IAnalyticsTrackerOptions {
metricName: string;

@@ -48,3 +48,3 @@ duration: number;

}
interface ILogOptions {
export interface ILogOptions {
metricName: string;

@@ -76,3 +76,3 @@ duration: number;

}
interface ISendTimingOptions {
export interface ISendTimingOptions {
metricName: string;

@@ -172,2 +172,1 @@ duration: number;

}
export {};
{
"name": "perfume.js",
"version": "3.0.0-rc.6",
"version": "3.0.0-rc.7",
"description": "JavaScript library that measures First (Contentful) Paint (FP/FCP) and First Input Delay (FID). Annotates components’ performance for Vanilla and Angular applications, into the DevTools timeline. Reports all the results to Google Analytics or your favorite tracking tool.",

@@ -5,0 +5,0 @@ "keywords": [

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

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