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.37 to 0.0.38

4

CHANGELOG.md

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

## 0.0.38 (2023-12-05)
**Note:** Version bump only for package @parca/hooks
## [0.0.37](https://github.com/parca-dev/parca/compare/@parca/hooks@0.0.36...@parca/hooks@0.0.37) (2023-11-21)

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

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

},
HIGHLIGHT_SIMILAR_STACKS: {
name: 'Highlight similar stacks when hovering over a node',
key: 'HIGHLIGHT_SIMILAR_STACKS',
type: 'boolean',
default: false,
},
};

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

4

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

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

},
"gitHead": "b1579513b9d76e3d8f28ebbfdf5fc73e6da630de"
"gitHead": "783f9291533cff06a523c0ce771a6309804656dc"
}

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

},
HIGHLIGHT_SIMILAR_STACKS: {
name: 'Highlight similar stacks when hovering over a node',
key: 'HIGHLIGHT_SIMILAR_STACKS',
type: 'boolean',
default: false,
},
} as const;

@@ -52,0 +58,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