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

@shopify/performance

Package Overview
Dependencies
Maintainers
12
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.0.0 to 1.0.1

10

CHANGELOG.md

@@ -10,4 +10,10 @@ # Changelog

### Added
## [1.0.1] - 2019-01-11
- `@shopify/performance` package
### Fixed
- No longer fails if the browser does not have `window.performance`.
## [1.0.0] - 2019-01-30
First version.

2

dist/utilities.js

@@ -48,3 +48,3 @@ "use strict";

function withTiming(handler) {
if (typeof document === 'undefined') {
if (typeof document === 'undefined' || typeof performance === 'undefined') {
return;

@@ -51,0 +51,0 @@ }

{
"name": "@shopify/performance",
"version": "1.0.0",
"version": "1.0.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