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

@shopify/performance

Package Overview
Dependencies
Maintainers
19
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.3.0 to 1.3.1-mandatory-extensions-beta.0

8

build/cjs/index.js

@@ -30,7 +30,7 @@ "use strict";

var _performance = require("./performance");
var _performance = require("./performance.js");
var _navigation = require("./navigation");
var _navigation = require("./navigation.js");
var _types = require("./types");
var _types = require("./types.js");

@@ -48,2 +48,2 @@ Object.keys(_types).forEach(function (key) {

var _utilities = require("./utilities");
var _utilities = require("./utilities.js");

@@ -8,7 +8,7 @@ "use strict";

var _utilities = require("./utilities");
var _utilities = require("./utilities.js");
var _types = require("./types");
var _types = require("./types.js");
var _navigation = require("./navigation");
var _navigation = require("./navigation.js");

@@ -15,0 +15,0 @@ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }

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

var _types = require("./types");
var _types = require("./types.js");
var _utilities = require("./utilities");
var _utilities = require("./utilities.js");

@@ -13,0 +13,0 @@ function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }

@@ -8,7 +8,7 @@ "use strict";

var _inflight = require("./inflight");
var _inflight = require("./inflight.js");
var _utilities = require("./utilities");
var _utilities = require("./utilities.js");
var _types = require("./types");
var _types = require("./types.js");

@@ -15,0 +15,0 @@ function _createForOfIteratorHelper(o, allowArrayLike) { var it; if (typeof Symbol === "undefined" || o[Symbol.iterator] == null) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = o[Symbol.iterator](); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it["return"] != null) it["return"](); } finally { if (didErr) throw err; } } }; }

@@ -30,7 +30,7 @@ "use strict";

var _performance = require("./performance");
var _performance = require("./performance.js");
var _navigation = require("./navigation");
var _navigation = require("./navigation.js");
var _types = require("./types");
var _types = require("./types.js");

@@ -48,2 +48,2 @@ Object.keys(_types).forEach(function (key) {

var _utilities = require("./utilities");
var _utilities = require("./utilities.js");

@@ -8,7 +8,7 @@ "use strict";

var _utilities = require("./utilities");
var _utilities = require("./utilities.js");
var _types = require("./types");
var _types = require("./types.js");
var _navigation = require("./navigation");
var _navigation = require("./navigation.js");

@@ -15,0 +15,0 @@ function replaceResourceEvent(event, oldEvent) {

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

var _types = require("./types");
var _types = require("./types.js");
var _utilities = require("./utilities");
var _utilities = require("./utilities.js");

@@ -13,0 +13,0 @@ const LIFECYCLE_EVENTS = [_types.EventType.TimeToFirstByte, _types.EventType.TimeToFirstPaint, _types.EventType.TimeToFirstContentfulPaint, _types.EventType.DomContentLoaded, _types.EventType.FirstInputDelay, _types.EventType.Load];

@@ -8,7 +8,7 @@ "use strict";

var _inflight = require("./inflight");
var _inflight = require("./inflight.js");
var _utilities = require("./utilities");
var _utilities = require("./utilities.js");
var _types = require("./types");
var _types = require("./types.js");

@@ -15,0 +15,0 @@ const WATCH_RESOURCE_TYPES = ['script', 'css'];

@@ -1,1 +0,1 @@

module.exports = require("./build/cjs/index");
module.exports = require("./build/cjs/index.js");
{
"name": "@shopify/performance",
"version": "1.3.0",
"version": "1.3.1-mandatory-extensions-beta.0",
"license": "MIT",

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

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

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