Socket
Socket
Sign inDemoInstall

@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.14.1 to 0.14.12

8

CHANGELOG.md

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

## [0.14.12](https://github.com/parca-dev/parca/compare/ui-v0.14.11...ui-v0.14.12) (2022-08-02)
**Note:** Version bump only for package @parca/client
## [0.14.1](https://github.com/parca-dev/parca/compare/ui-v0.13.14...ui-v0.14.1) (2022-07-25)

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

4

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

@@ -23,3 +23,3 @@ "main": "src/index.ts",

},
"gitHead": "0521a654350bbd2f758b7e2695bac1001ca11a63"
"gitHead": "252b9b4813c78624181ea55614f4339921a2ffc1"
}

@@ -13,4 +13,2 @@ // @generated by protobuf-ts 2.7.0 with parameter long_type_string,generate_dependencies

import type { FunctionsRequest } from "./metastore";
import type { LocationLinesResponse } from "./metastore";
import type { LocationLinesRequest } from "./metastore";
import type { LocationsResponse } from "./metastore";

@@ -93,8 +91,2 @@ import type { LocationsRequest } from "./metastore";

/**
* LocationLines retrieves lines of locations.
*
* @generated from protobuf rpc: LocationLines(parca.metastore.v1alpha1.LocationLinesRequest) returns (parca.metastore.v1alpha1.LocationLinesResponse);
*/
locationLines(input: LocationLinesRequest, options?: RpcOptions): UnaryCall<LocationLinesRequest, LocationLinesResponse>;
/**
* Functions retrieves functions.

@@ -204,11 +196,2 @@ *

/**
* LocationLines retrieves lines of locations.
*
* @generated from protobuf rpc: LocationLines(parca.metastore.v1alpha1.LocationLinesRequest) returns (parca.metastore.v1alpha1.LocationLinesResponse);
*/
locationLines(input: LocationLinesRequest, options?: RpcOptions): UnaryCall<LocationLinesRequest, LocationLinesResponse> {
const method = this.methods[7], opt = this._transport.mergeOptions(options);
return stackIntercept<LocationLinesRequest, LocationLinesResponse>("unary", this._transport, method, opt, input);
}
/**
* Functions retrieves functions.

@@ -219,3 +202,3 @@ *

functions(input: FunctionsRequest, options?: RpcOptions): UnaryCall<FunctionsRequest, FunctionsResponse> {
const method = this.methods[8], opt = this._transport.mergeOptions(options);
const method = this.methods[7], opt = this._transport.mergeOptions(options);
return stackIntercept<FunctionsRequest, FunctionsResponse>("unary", this._transport, method, opt, input);

@@ -229,3 +212,3 @@ }

mappings(input: MappingsRequest, options?: RpcOptions): UnaryCall<MappingsRequest, MappingsResponse> {
const method = this.methods[9], opt = this._transport.mergeOptions(options);
const method = this.methods[8], opt = this._transport.mergeOptions(options);
return stackIntercept<MappingsRequest, MappingsResponse>("unary", this._transport, method, opt, input);

@@ -239,5 +222,5 @@ }

stacktraces(input: StacktracesRequest, options?: RpcOptions): UnaryCall<StacktracesRequest, StacktracesResponse> {
const method = this.methods[10], opt = this._transport.mergeOptions(options);
const method = this.methods[9], opt = this._transport.mergeOptions(options);
return stackIntercept<StacktracesRequest, StacktracesResponse>("unary", this._transport, method, opt, input);
}
}

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