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
13
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 1.3.3 to 1.3.5-sknext-beta.9

build/cjs/context.js

32

package.json
{
"name": "@shopify/react-performance",
"version": "1.3.3",
"version": "1.3.5-sknext-beta.9",
"license": "MIT",
"description": "Primitives to measure your React application's performance using @shopify/performance",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"description": "Primitives to measure your React application's performance using `@shopify/performance`",
"main": "index.js",
"types": "index.d.ts",
"scripts": {

@@ -27,3 +27,3 @@ "build": "tsc --p tsconfig.json"

"dependencies": {
"@shopify/performance": "^1.2.7"
"@shopify/performance": "^1.2.9-sknext-beta.9"
},

@@ -34,8 +34,22 @@ "peerDependencies": {

"devDependencies": {
"@shopify/network": "^1.4.7"
"@shopify/network": "^1.4.7-sknext-beta.9"
},
"files": [
"dist/*",
"!tsconfig.tsbuildinfo"
]
"build/*",
"!tsconfig.tsbuildinfo",
"index.js",
"index.mjs",
"index.esnext",
"index.d.ts"
],
"module": "index.mjs",
"esnext": "index.esnext",
"exports": {
"./": "./",
"./index": {
"import": "./index.mjs",
"require": "./index.js",
"esnext": "./index.esnext"
}
}
}

@@ -6,3 +6,3 @@ # `@shopify/react-performance`

Primitives to measure your React application's performance using `@shopify/performance`
Primitives to measure your React application's performance using `@shopify/performance`.

@@ -9,0 +9,0 @@ ## Table of Contents

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