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.76 to 0.16.77

4

CHANGELOG.md

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

## 0.16.77 (2023-07-07)
**Note:** Version bump only for package @parca/client
## [0.16.76](https://github.com/parca-dev/parca/compare/@parca/client@0.16.75...@parca/client@0.16.76) (2023-06-25)

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

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

quality?: DebuginfoQuality;
/**
* The debuginfod servers this piece of debuginfo is available at.
*
* @generated from protobuf field: repeated string debuginfod_servers = 5;
*/
debuginfodServers: string[];
}

@@ -268,0 +274,0 @@ /**

@@ -628,7 +628,8 @@ // @generated by protobuf-ts 2.9.0 with parameter generate_dependencies

{ no: 3, name: "upload", kind: "message", T: () => DebuginfoUpload },
{ no: 4, name: "quality", kind: "message", T: () => DebuginfoQuality }
{ no: 4, name: "quality", kind: "message", T: () => DebuginfoQuality },
{ no: 5, name: "debuginfod_servers", kind: "scalar", repeat: 2 /*RepeatType.UNPACKED*/, T: 9 /*ScalarType.STRING*/ }
]);
}
create(value) {
const message = { buildId: "", source: 0 };
const message = { buildId: "", source: 0, debuginfodServers: [] };
globalThis.Object.defineProperty(message, MESSAGE_TYPE, { enumerable: false, value: this });

@@ -656,2 +657,5 @@ if (value !== undefined)

break;
case /* repeated string debuginfod_servers */ 5:
message.debuginfodServers.push(reader.string());
break;
default:

@@ -681,2 +685,5 @@ let u = options.readUnknownField;

DebuginfoQuality.internalBinaryWrite(message.quality, writer.tag(4, WireType.LengthDelimited).fork(), options).join();
/* repeated string debuginfod_servers = 5; */
for (let i = 0; i < message.debuginfodServers.length; i++)
writer.tag(5, WireType.LengthDelimited).string(message.debuginfodServers[i]);
let u = options.writeUnknownFields;

@@ -683,0 +690,0 @@ if (u !== false)

4

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

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

},
"gitHead": "3b91dcc32e34882bdb92fc53bf179fe63c0df84c"
"gitHead": "89efef90a26666bdf1f3584e49abd6bfe48408b6"
}

@@ -273,2 +273,8 @@ // @generated by protobuf-ts 2.9.0 with parameter generate_dependencies

quality?: DebuginfoQuality;
/**
* The debuginfod servers this piece of debuginfo is available at.
*
* @generated from protobuf field: repeated string debuginfod_servers = 5;
*/
debuginfodServers: string[];
}

@@ -938,7 +944,8 @@ /**

{ no: 3, name: "upload", kind: "message", T: () => DebuginfoUpload },
{ no: 4, name: "quality", kind: "message", T: () => DebuginfoQuality }
{ no: 4, name: "quality", kind: "message", T: () => DebuginfoQuality },
{ no: 5, name: "debuginfod_servers", kind: "scalar", repeat: 2 /*RepeatType.UNPACKED*/, T: 9 /*ScalarType.STRING*/ }
]);
}
create(value?: PartialMessage<Debuginfo>): Debuginfo {
const message = { buildId: "", source: 0 };
const message = { buildId: "", source: 0, debuginfodServers: [] };
globalThis.Object.defineProperty(message, MESSAGE_TYPE, { enumerable: false, value: this });

@@ -966,2 +973,5 @@ if (value !== undefined)

break;
case /* repeated string debuginfod_servers */ 5:
message.debuginfodServers.push(reader.string());
break;
default:

@@ -991,2 +1001,5 @@ let u = options.readUnknownField;

DebuginfoQuality.internalBinaryWrite(message.quality, writer.tag(4, WireType.LengthDelimited).fork(), options).join();
/* repeated string debuginfod_servers = 5; */
for (let i = 0; i < message.debuginfodServers.length; i++)
writer.tag(5, WireType.LengthDelimited).string(message.debuginfodServers[i]);
let u = options.writeUnknownFields;

@@ -993,0 +1006,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