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.1 to 1.0.2

6

CHANGELOG.md

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

## [1.0.2] - 2019-01-11
### Fixed
- The types for `Navigation#resourceEvents` no longer fails in consuming projects.
## [1.0.1] - 2019-01-11

@@ -12,0 +18,0 @@

4

dist/navigation.d.ts

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

import { Event, NavigationDefinition, NavigationResult, NavigationMetadata, EventMap } from './types';
import { Event, NavigationDefinition, NavigationResult, NavigationMetadata, ScriptDownloadEvent, StyleDownloadEvent, EventMap } from './types';
export declare class Navigation implements NavigationDefinition {

@@ -17,3 +17,3 @@ metadata: NavigationMetadata;

readonly timeToUsable: number;
readonly resourceEvents: (import("types").ScriptDownloadEvent | import("types").StyleDownloadEvent)[];
readonly resourceEvents: (ScriptDownloadEvent | StyleDownloadEvent)[];
readonly totalDownloadSize: number | undefined;

@@ -20,0 +20,0 @@ readonly cacheEffectiveness: number | undefined;

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