Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@shopify/performance

Package Overview
Dependencies
Maintainers
13
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/performance - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

8

CHANGELOG.md

@@ -8,2 +8,10 @@ # Changelog

<!-- ## Unreleased -->
## [1.2.1] - 2019-10-11
### Fixed
- `cacheEffectiveness` now assumes duration=0 is a cache hit [[#1107](https://github.com/Shopify/quilt/pull/1107)]
## [1.2.0] - 2019-10-03

@@ -10,0 +18,0 @@

8

dist/navigation.js

@@ -96,6 +96,6 @@ "use strict";

}
return (events.filter(function (_a) {
var size = _a.metadata.size;
return size === 0;
}).length / events.length);
return events.filter(function (_a) {
var duration = _a.duration;
return duration === 0;
}).length / events.length;
},

@@ -102,0 +102,0 @@ enumerable: true,

{
"name": "@shopify/performance",
"version": "1.2.0",
"version": "1.2.1",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "Primitives for collecting browser performance metrics.",

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