Huge News!Announcing our $40M Series B led by Abstract Ventures.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.2.1 to 1.2.2

dist/src/context.d.ts

18

package.json
{
"name": "@shopify/react-performance",
"version": "1.2.1",
"version": "1.2.2",
"license": "MIT",
"description": "Primitives to measure your React application's performance using @shopify/performance",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"sideEffects": false,
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"scripts": {
"build": "tsc --p tsconfig.build.json",
"prepublishOnly": "yarn run build"
"build": "tsc --p tsconfig.json"
},
"sideEffects": false,
"publishConfig": {

@@ -27,4 +26,4 @@ "access": "public",

"dependencies": {
"@shopify/performance": "^1.2.2",
"@shopify/react-hooks": "^1.3.0"
"@shopify/performance": "^1.2.3",
"@shopify/react-hooks": "^1.3.1"
},

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

"devDependencies": {
"@shopify/network": "^1.4.2",
"typescript": "~3.2.1"
"@shopify/network": "^1.4.3"
},

@@ -39,0 +37,0 @@ "files": [

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