Huge News!Announcing our $40M Series B led by Abstract Ventures.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 5.0.0-rc.6 to 5.0.0-rc.7

4

package.json
{
"name": "perfume.js",
"version": "5.0.0-rc.6",
"version": "5.0.0-rc.7",
"description": "Tiny web performance monitoring library which reports field data back to your favorite analytics tool.",

@@ -93,3 +93,3 @@ "keywords": [

"functions": 100,
"lines": 94,
"lines": 93,
"statements": 94

@@ -96,0 +96,0 @@ }

@@ -5,3 +5,3 @@ <a href="http://www.perfumejs.com/">

# [Perfume.js v5.0.0-rc.6](http://perfumejs.com)
# [Perfume.js v5.0.0-rc.7](http://perfumejs.com)

@@ -227,3 +227,2 @@ [![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)

resourceTiming: true,
dataConsumption: true,
analyticsTracker: ({ metricName, data }) => {

@@ -280,4 +279,2 @@ myAnalyticsTool.track(metricName, data);

const options = {
// Metrics
dataConsumption: false,
resourceTiming: false,

@@ -284,0 +281,0 @@ // Analytics

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