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.62 to 0.16.63

4

CHANGELOG.md

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

## 0.16.63 (2023-02-15)
**Note:** Version bump only for package @parca/client
## 0.16.62 (2022-12-22)

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

@@ -8,3 +8,4 @@ export * from './parca/query/v1alpha1/query.client';

export * from './google/protobuf/timestamp';
export * from './google/protobuf/duration';
export * from './grpc/health/v1/health.client';
export * from './grpc/health/v1/health';

@@ -8,3 +8,4 @@ export * from './parca/query/v1alpha1/query.client';

export * from './google/protobuf/timestamp';
export * from './google/protobuf/duration';
export * from './grpc/health/v1/health.client';
export * from './grpc/health/v1/health';

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

import { LabelSet } from "../../profilestore/v1alpha1/profilestore";
import { Duration } from "../../../google/protobuf/duration";
import { Timestamp } from "../../../google/protobuf/timestamp";

@@ -108,2 +109,8 @@ /**

limit: number;
/**
* step is the duration of each sample returned.
*
* @generated from protobuf field: google.protobuf.Duration step = 5;
*/
step?: Duration;
}

@@ -110,0 +117,0 @@ /**

4

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

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

},
"gitHead": "4a9035ae2d347b9e419e81ed27d587658c8f3fdd"
"gitHead": "e9b6f88b6388b9b9889de093cd83939c79af8e6e"
}

@@ -8,3 +8,4 @@ export * from './parca/query/v1alpha1/query.client';

export * from './google/protobuf/timestamp';
export * from './google/protobuf/duration';
export * from './grpc/health/v1/health.client';
export * from './grpc/health/v1/health';
export * from './grpc/health/v1/health';

Sorry, the diff of this file is too big to display

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