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.1.2 to 1.1.3

1

dist/performance.js

@@ -114,2 +114,3 @@ "use strict";

: types_1.EventType.TimeToFirstContentfulPaint;
// eslint-disable-next-line @typescript-eslint/no-object-literal-type-assertion
_this.lifecycleEvent({ type: type, start: entry.startTime, duration: 0 });

@@ -116,0 +117,0 @@ });

6

dist/utilities.js

@@ -102,5 +102,5 @@ "use strict";

var e_1, _a;
var overlappingRanges = tslib_1.__spread(uniqueRanges).filter(
// eslint-disable-next-line no-loop-func
function (otherRange) { return rangesOverlap(range, otherRange); });
var overlappingRanges = tslib_1.__spread(uniqueRanges).filter(function (otherRange) {
return rangesOverlap(range, otherRange);
});
try {

@@ -107,0 +107,0 @@ for (var overlappingRanges_1 = tslib_1.__values(overlappingRanges), overlappingRanges_1_1 = overlappingRanges_1.next(); !overlappingRanges_1_1.done; overlappingRanges_1_1 = overlappingRanges_1.next()) {

{
"name": "@shopify/performance",
"version": "1.1.2",
"version": "1.1.3",
"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