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.100 to 0.16.101

4

CHANGELOG.md

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

## 0.16.101 (2024-02-09)
**Note:** Version bump only for package @parca/client
## [0.16.100](https://github.com/parca-dev/parca/compare/@parca/client@0.16.99...@parca/client@0.16.100) (2023-11-21)

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

8

dist/parca/debuginfo/v1alpha1/debuginfo.js

@@ -936,6 +936,6 @@ // @generated by protobuf-ts 2.9.1 with parameter generate_dependencies

export const DebuginfoService = new ServiceType("parca.debuginfo.v1alpha1.DebuginfoService", [
{ name: "Upload", clientStreaming: true, options: {}, I: UploadRequest, O: UploadResponse },
{ name: "ShouldInitiateUpload", options: {}, I: ShouldInitiateUploadRequest, O: ShouldInitiateUploadResponse },
{ name: "InitiateUpload", options: {}, I: InitiateUploadRequest, O: InitiateUploadResponse },
{ name: "MarkUploadFinished", options: {}, I: MarkUploadFinishedRequest, O: MarkUploadFinishedResponse }
{ name: "Upload", clientStreaming: true, options: { "google.api.http": { post: "/debuginfo/upload", body: "*" } }, I: UploadRequest, O: UploadResponse },
{ name: "ShouldInitiateUpload", options: { "google.api.http": { get: "/debuginfo/shouldinitiateupload" } }, I: ShouldInitiateUploadRequest, O: ShouldInitiateUploadResponse },
{ name: "InitiateUpload", options: { "google.api.http": { post: "/debuginfo/initiateupload", body: "*" } }, I: InitiateUploadRequest, O: InitiateUploadResponse },
{ name: "MarkUploadFinished", options: { "google.api.http": { post: "/debuginfo/markuploadfinished", body: "*" } }, I: MarkUploadFinishedRequest, O: MarkUploadFinishedResponse }
]);
{
"name": "@parca/client",
"version": "0.16.100",
"version": "0.16.101",
"description": "Parca API Client",

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

},
"gitHead": "b1579513b9d76e3d8f28ebbfdf5fc73e6da630de"
"gitHead": "4cf34d310564328d16c3ec2ebffb2169e8a17e56"
}

@@ -1298,6 +1298,6 @@ // @generated by protobuf-ts 2.9.1 with parameter generate_dependencies

export const DebuginfoService = new ServiceType("parca.debuginfo.v1alpha1.DebuginfoService", [
{ name: "Upload", clientStreaming: true, options: {}, I: UploadRequest, O: UploadResponse },
{ name: "ShouldInitiateUpload", options: {}, I: ShouldInitiateUploadRequest, O: ShouldInitiateUploadResponse },
{ name: "InitiateUpload", options: {}, I: InitiateUploadRequest, O: InitiateUploadResponse },
{ name: "MarkUploadFinished", options: {}, I: MarkUploadFinishedRequest, O: MarkUploadFinishedResponse }
{ name: "Upload", clientStreaming: true, options: { "google.api.http": { post: "/debuginfo/upload", body: "*" } }, I: UploadRequest, O: UploadResponse },
{ name: "ShouldInitiateUpload", options: { "google.api.http": { get: "/debuginfo/shouldinitiateupload" } }, I: ShouldInitiateUploadRequest, O: ShouldInitiateUploadResponse },
{ name: "InitiateUpload", options: { "google.api.http": { post: "/debuginfo/initiateupload", body: "*" } }, I: InitiateUploadRequest, O: InitiateUploadResponse },
{ name: "MarkUploadFinished", options: { "google.api.http": { post: "/debuginfo/markuploadfinished", body: "*" } }, I: MarkUploadFinishedRequest, O: MarkUploadFinishedResponse }
]);
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