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.80 to 0.16.81

4

CHANGELOG.md

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

## 0.16.81 (2023-07-20)
**Note:** Version bump only for package @parca/client
## 0.16.80 (2023-07-14)

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

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

nodeTrimThreshold?: number;
/**
* group_by indicates the fields to group by
*
* @generated from protobuf field: optional parca.query.v1alpha1.GroupBy group_by = 8;
*/
groupBy?: GroupBy;
}

@@ -439,2 +445,16 @@ /**

/**
* GroupBy encapsulates the repeated fields to group by
*
* @generated from protobuf message parca.query.v1alpha1.GroupBy
*/
export interface GroupBy {
/**
* the names of the fields to group by.
* special fields are the ones prefixed with "labels." which are grouping by pprof labels.
*
* @generated from protobuf field: repeated string fields = 1;
*/
fields: string[];
}
/**
* Top is the top report type

@@ -1223,2 +1243,12 @@ *

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

@@ -1225,0 +1255,0 @@ constructor();

4

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

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

},
"gitHead": "6598149618b644783f5d638b6a913026cb8adc25"
"gitHead": "452157d0adc6a0b7a2288ce9c787c4ddc2395ac1"
}

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