New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@shopify/react-performance

Package Overview
Dependencies
Maintainers
27
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/react-performance - npm Package Compare versions

Comparing version 3.0.10 to 3.0.11

2

build/ts/lifecycle-event-listener.d.ts

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

import { LifecycleEvent } from '@shopify/performance';
import type { LifecycleEvent } from '@shopify/performance';
export interface LifecycleEventListener {

@@ -3,0 +3,0 @@ (event: LifecycleEvent): void;

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

import { Navigation } from '@shopify/performance';
import type { Navigation } from '@shopify/performance';
export interface NavigationListener {

@@ -3,0 +3,0 @@ (navigation: Navigation): void;

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

import { Performance } from '@shopify/performance';
import type { Performance } from '@shopify/performance';
export interface PerformanceEffectCallback {

@@ -3,0 +3,0 @@ (performance: Performance): VoidFunction | void;

{
"name": "@shopify/react-performance",
"version": "3.0.10",
"version": "3.0.11",
"license": "MIT",

@@ -27,3 +27,3 @@ "description": "Primitives to measure your React application's performance using `@shopify/performance`",

"dependencies": {
"@shopify/performance": "^3.2.2"
"@shopify/performance": "^3.2.3"
},

@@ -34,3 +34,3 @@ "peerDependencies": {

"devDependencies": {
"@shopify/jest-dom-mocks": "^4.1.0",
"@shopify/jest-dom-mocks": "^4.1.1",
"@shopify/network": "^3.2.1"

@@ -37,0 +37,0 @@ },

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