perfume.js
Advanced tools
Comparing version 3.0.3 to 3.0.4
{ | ||
"name": "perfume.js/angular", | ||
"version": "3.0.1", | ||
"version": "3.0.4", | ||
"peerDependencies": { | ||
"@angular/common": "^6.0.0", | ||
"@angular/core": "^6.0.0", | ||
"perfume.js": "3.0.1" | ||
"perfume.js": "3.0.4" | ||
}, | ||
@@ -9,0 +9,0 @@ "main": "bundles/perfume.js-angular.umd.js", |
@@ -13,3 +13,3 @@ var __assign = (this && this.__assign) || function () { | ||
/*! | ||
* Perfume.js v3.0.3 (http://zizzamia.github.io/perfume) | ||
* Perfume.js v3.0.4 (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.3 (http://zizzamia.github.io/perfume) | ||
* Perfume.js v3.0.4 (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.3 (http://zizzamia.github.io/perfume) | ||
* Perfume.js v3.0.4 (http://zizzamia.github.io/perfume) | ||
* Copyright 2018 The Perfume Authors (https://github.com/Zizzamia/perfume.js/graphs/contributors) | ||
@@ -4,0 +4,0 @@ * Licensed under MIT (https://github.com/Zizzamia/perfume.js/blob/master/LICENSE) |
{ | ||
"name": "perfume.js", | ||
"version": "3.0.3", | ||
"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 your favorite tracking tool.", | ||
"version": "3.0.4", | ||
"description": "JavaScript library that measures Navigation Timing, First (Contentful) Paint (FP/FCP), First Input Delay (FID) and components lifecycle performance. Report real user measurements to your favorite analytics tool.", | ||
"keywords": [ | ||
"performance-metrics", | ||
"metrics", | ||
"navigation-timing", | ||
"first-paint", | ||
@@ -9,0 +10,0 @@ "first-contentful-paint", |
<a href="http://www.perfumejs.com/"> | ||
<img src="https://github.com/Zizzamia/perfume.js/blob/master/docs/src/assets/perfume-logo-v2-1-2.png" align="left" width="200" /> | ||
<img src="https://github.com/Zizzamia/perfume.js/blob/master/docs/src/assets/perfume-logo-v3-0-0.png" align="left" width="200" /> | ||
</a> | ||
# [Perfume.js v3.0.3](http://perfumejs.com) | ||
# [Perfume.js v3.0.4](http://perfumejs.com) | ||
[![NPM version](https://badge.fury.io/js/perfume.js.svg)](https://www.npmjs.org/package/perfume.js) [![Build Status](https://travis-ci.org/Zizzamia/perfume.js.svg?branch=master)](https://travis-ci.org/Zizzamia/perfume.js) [![NPM Downloads](http://img.shields.io/npm/dm/perfume.js.svg)](https://www.npmjs.org/package/perfume.js) [![Test Coverage](https://api.codeclimate.com/v1/badges/f813d2f45b274d93b8c5/test_coverage)](https://codeclimate.com/github/Zizzamia/perfume.js/test_coverage) [![JS gzip size](https://img.badgesize.io/https://unpkg.com/perfume.js?compression=gzip&label=JS+gzip+size)](https://unpkg.com/perfume.js) | ||
> A flexible library for measuring <b>First Contentful Paint</b> (<a href="https://medium.com/@zizzamia/first-contentful-paint-with-a-touch-of-perfume-js-cd11dfd2e18f" target="_blank">FP/FCP</a>), <b>First Input Delay</b> (FID), Navigation Timing and components lifecycle performance. Report real user measurements to your favorite analytics tool. | ||
> A flexible library for measuring <b>Navigation Timing</b>, <b>First Contentful Paint</b> (<a href="https://medium.com/@zizzamia/first-contentful-paint-with-a-touch-of-perfume-js-cd11dfd2e18f" target="_blank">FP/FCP</a>), <b>First Input Delay</b> (FID) and components lifecycle performance. Report real user measurements to your favorite analytics tool. | ||
@@ -30,6 +30,6 @@ <br /> | ||
* Navigation Timing | ||
* First Paint ([FP](https://medium.com/@zizzamia/first-contentful-paint-with-a-touch-of-perfume-js-cd11dfd2e18f)) | ||
* First Contentful Paint ([FCP](https://medium.com/@zizzamia/first-contentful-paint-with-a-touch-of-perfume-js-cd11dfd2e18f)) | ||
* First Input Delay (FID) | ||
* Navigation Timing | ||
* Framework components lifecycle monitoring | ||
@@ -36,0 +36,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
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
588017