Socket
Socket
Sign inDemoInstall

@parca/hooks

Package Overview
Dependencies
Maintainers
4
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@parca/hooks - npm Package Compare versions

Comparing version 0.0.21 to 0.0.22

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # Change Log

## 0.0.22 (2023-09-11)
**Note:** Version bump only for package @parca/hooks
## [0.0.21](https://github.com/parca-dev/parca/compare/@parca/hooks@0.0.20...@parca/hooks@0.0.21) (2023-08-23)

@@ -8,0 +12,0 @@

@@ -34,2 +34,8 @@ // Copyright 2022 The Parca Authors

},
GRAPH_METAINFO_DOCKED: {
name: 'Dock Graph MetaInfo',
key: 'GRAPH_METAINFO_DOCKED',
type: 'boolean',
default: false,
},
};

@@ -36,0 +42,0 @@ const useUserPreference = (preferenceName) => {

4

package.json
{
"name": "@parca/hooks",
"version": "0.0.21",
"version": "0.0.22",
"description": "A library containing React hooks used in the Parca UI",

@@ -23,3 +23,3 @@ "main": "dist/index.js",

},
"gitHead": "6cc8241e1dba86446268b2c427330e46fe815fb0"
"gitHead": "800a6bb7fe26d22a8e8d590f725f77e4d1d0a84d"
}

@@ -44,2 +44,8 @@ // Copyright 2022 The Parca Authors

},
GRAPH_METAINFO_DOCKED: {
name: 'Dock Graph MetaInfo',
key: 'GRAPH_METAINFO_DOCKED',
type: 'boolean',
default: false,
},
} as const;

@@ -46,0 +52,0 @@

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