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

@parca/client

Package Overview
Dependencies
Maintainers
0
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.121 to 0.16.122

4

CHANGELOG.md

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

## 0.16.122 (2024-07-09)
**Note:** Version bump only for package @parca/client
## 0.16.121 (2024-07-09)

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

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

type: DebuginfoType;
/**
* Type of build ID.
*
* @generated from protobuf field: parca.debuginfo.v1alpha1.BuildIDType build_id_type = 6;
*/
buildIdType: BuildIDType;
}

@@ -103,0 +109,0 @@ /**

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

{ no: 4, name: "force", kind: "scalar", T: 8 /*ScalarType.BOOL*/ },
{ no: 5, name: "type", kind: "enum", T: () => ["parca.debuginfo.v1alpha1.DebuginfoType", DebuginfoType, "DEBUGINFO_TYPE_"] }
{ no: 5, name: "type", kind: "enum", T: () => ["parca.debuginfo.v1alpha1.DebuginfoType", DebuginfoType, "DEBUGINFO_TYPE_"] },
{ no: 6, name: "build_id_type", kind: "enum", T: () => ["parca.debuginfo.v1alpha1.BuildIDType", BuildIDType] }
]);

@@ -303,2 +304,3 @@ }

message.type = 0;
message.buildIdType = 0;
if (value !== undefined)

@@ -328,2 +330,5 @@ reflectionMergePartial(this, message, value);

break;
case /* parca.debuginfo.v1alpha1.BuildIDType build_id_type */ 6:
message.buildIdType = reader.int32();
break;
default:

@@ -356,2 +361,5 @@ let u = options.readUnknownField;

writer.tag(5, WireType.Varint).int32(message.type);
/* parca.debuginfo.v1alpha1.BuildIDType build_id_type = 6; */
if (message.buildIdType !== 0)
writer.tag(6, WireType.Varint).int32(message.buildIdType);
let u = options.writeUnknownFields;

@@ -358,0 +366,0 @@ if (u !== false)

4

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

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

},
"gitHead": "1f98a9138a624b89a30721b9d49eab5d95ad4845"
"gitHead": "c8ebc13e7bf1f28e6ea1bd43d719bab85c6a28b1"
}

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

type: DebuginfoType;
/**
* Type of build ID.
*
* @generated from protobuf field: parca.debuginfo.v1alpha1.BuildIDType build_id_type = 6;
*/
buildIdType: BuildIDType;
}

@@ -660,3 +666,4 @@ /**

{ no: 4, name: "force", kind: "scalar", T: 8 /*ScalarType.BOOL*/ },
{ no: 5, name: "type", kind: "enum", T: () => ["parca.debuginfo.v1alpha1.DebuginfoType", DebuginfoType, "DEBUGINFO_TYPE_"] }
{ no: 5, name: "type", kind: "enum", T: () => ["parca.debuginfo.v1alpha1.DebuginfoType", DebuginfoType, "DEBUGINFO_TYPE_"] },
{ no: 6, name: "build_id_type", kind: "enum", T: () => ["parca.debuginfo.v1alpha1.BuildIDType", BuildIDType] }
]);

@@ -671,2 +678,3 @@ }

message.type = 0;
message.buildIdType = 0;
if (value !== undefined)

@@ -696,2 +704,5 @@ reflectionMergePartial<InitiateUploadRequest>(this, message, value);

break;
case /* parca.debuginfo.v1alpha1.BuildIDType build_id_type */ 6:
message.buildIdType = reader.int32();
break;
default:

@@ -724,2 +735,5 @@ let u = options.readUnknownField;

writer.tag(5, WireType.Varint).int32(message.type);
/* parca.debuginfo.v1alpha1.BuildIDType build_id_type = 6; */
if (message.buildIdType !== 0)
writer.tag(6, WireType.Varint).int32(message.buildIdType);
let u = options.writeUnknownFields;

@@ -726,0 +740,0 @@ if (u !== false)

Sorry, the diff of this file is not supported yet

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