Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@parca/client

Package Overview
Dependencies
Maintainers
4
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@parca/client - npm Package Compare versions

Comparing version 0.16.94 to 0.16.95

4

CHANGELOG.md

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

## 0.16.95 (2023-11-03)
**Note:** Version bump only for package @parca/client
## 0.16.94 (2023-10-20)

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

@@ -379,2 +379,8 @@ import { ServiceType } from "@protobuf-ts/runtime-rpc";

sourceReference?: SourceReference;
/**
* which runtime frames to filter out, often interpreter frames like python or ruby are not super useful by default
*
* @generated from protobuf field: optional parca.query.v1alpha1.RuntimeFilter runtime_filter = 10;
*/
runtimeFilter?: RuntimeFilter;
}

@@ -463,2 +469,21 @@ /**

/**
* RuntimeFilter configures which runtimes to filter frames out for.
*
* @generated from protobuf message parca.query.v1alpha1.RuntimeFilter
*/
export interface RuntimeFilter {
/**
* Whether to show frames of the python runtime.
*
* @generated from protobuf field: bool show_python = 1;
*/
showPython: boolean;
/**
* Whether to show frames of the ruby runtime.
*
* @generated from protobuf field: bool show_ruby = 2;
*/
showRuby: boolean;
}
/**
* SourceReference contains a reference to source code.

@@ -1340,2 +1365,12 @@ *

export declare const QueryRequest: QueryRequest$Type;
declare class RuntimeFilter$Type extends MessageType<RuntimeFilter> {
constructor();
create(value?: PartialMessage<RuntimeFilter>): RuntimeFilter;
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: RuntimeFilter): RuntimeFilter;
internalBinaryWrite(message: RuntimeFilter, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
}
/**
* @generated MessageType for protobuf message parca.query.v1alpha1.RuntimeFilter
*/
export declare const RuntimeFilter: RuntimeFilter$Type;
declare class SourceReference$Type extends MessageType<SourceReference> {

@@ -1342,0 +1377,0 @@ constructor();

4

package.json
{
"name": "@parca/client",
"version": "0.16.94",
"version": "0.16.95",
"description": "Parca API Client",

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

},
"gitHead": "3e50e0bd38162a6ade04adaf9645ad6bc001aefb"
"gitHead": "91e6bf8951838c7ddbe9c1bc70e8037ef2184a09"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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