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.111 to 0.16.113

8

CHANGELOG.md

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

## [0.16.113](https://github.com/parca-dev/parca/compare/@parca/client@0.16.112...@parca/client@0.16.113) (2024-05-14)
**Note:** Version bump only for package @parca/client
## [0.16.112](https://github.com/parca-dev/parca/compare/@parca/client@0.16.111...@parca/client@0.16.112) (2024-05-14)
**Note:** Version bump only for package @parca/client
## [0.16.111](https://github.com/parca-dev/parca/compare/@parca/client@0.16.110...@parca/client@0.16.111) (2024-05-09)

@@ -8,0 +16,0 @@

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

groupBy?: GroupBy;
/**
* invert_call_stack inverts the call stacks in the flamegraph
*
* @generated from protobuf field: optional bool invert_call_stack = 8;
*/
invertCallStack?: boolean;
}

@@ -106,0 +112,0 @@ /**

9

dist/parca/share/v1alpha1/share.js

@@ -139,3 +139,4 @@ // @generated by protobuf-ts 2.9.4 with parameter generate_dependencies

{ no: 6, name: "runtime_filter", kind: "message", T: () => RuntimeFilter },
{ no: 7, name: "group_by", kind: "message", T: () => GroupBy }
{ no: 7, name: "group_by", kind: "message", T: () => GroupBy },
{ no: 8, name: "invert_call_stack", kind: "scalar", opt: true, T: 8 /*ScalarType.BOOL*/ }
]);

@@ -177,2 +178,5 @@ }

break;
case /* optional bool invert_call_stack */ 8:
message.invertCallStack = reader.bool();
break;
default:

@@ -211,2 +215,5 @@ let u = options.readUnknownField;

GroupBy.internalBinaryWrite(message.groupBy, writer.tag(7, WireType.LengthDelimited).fork(), options).join();
/* optional bool invert_call_stack = 8; */
if (message.invertCallStack !== undefined)
writer.tag(8, WireType.Varint).bool(message.invertCallStack);
let u = options.writeUnknownFields;

@@ -213,0 +220,0 @@ if (u !== false)

4

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

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

},
"gitHead": "9e4b06ff8644fc74a98055e77b96f3d8e2d04278"
"gitHead": "704de2373c6b4ac3de52bd666f88e51981700f92"
}

@@ -5,3 +5,3 @@ // @generated by protobuf-ts 2.9.4 with parameter generate_dependencies

//
// Copyright 2023 Google LLC
// Copyright 2024 Google LLC
//

@@ -8,0 +8,0 @@ // Licensed under the Apache License, Version 2.0 (the "License");

@@ -110,2 +110,8 @@ // @generated by protobuf-ts 2.9.4 with parameter generate_dependencies

groupBy?: GroupBy;
/**
* invert_call_stack inverts the call stacks in the flamegraph
*
* @generated from protobuf field: optional bool invert_call_stack = 8;
*/
invertCallStack?: boolean;
}

@@ -345,3 +351,4 @@ /**

{ no: 6, name: "runtime_filter", kind: "message", T: () => RuntimeFilter },
{ no: 7, name: "group_by", kind: "message", T: () => GroupBy }
{ no: 7, name: "group_by", kind: "message", T: () => GroupBy },
{ no: 8, name: "invert_call_stack", kind: "scalar", opt: true, T: 8 /*ScalarType.BOOL*/ }
]);

@@ -383,2 +390,5 @@ }

break;
case /* optional bool invert_call_stack */ 8:
message.invertCallStack = reader.bool();
break;
default:

@@ -417,2 +427,5 @@ let u = options.readUnknownField;

GroupBy.internalBinaryWrite(message.groupBy, writer.tag(7, WireType.LengthDelimited).fork(), options).join();
/* optional bool invert_call_stack = 8; */
if (message.invertCallStack !== undefined)
writer.tag(8, WireType.Varint).bool(message.invertCallStack);
let u = options.writeUnknownFields;

@@ -419,0 +432,0 @@ if (u !== false)

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