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

@cloudquery/plugin-pb-javascript

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloudquery/plugin-pb-javascript - npm Package Compare versions

Comparing version 0.0.16 to 0.0.17

5

dist/protos/plugin/v3/plugin.d.ts

@@ -159,2 +159,3 @@ /// <reference types="node" />

no_connection?: boolean;
invocation_id?: string;
});

@@ -165,5 +166,8 @@ get spec(): Uint8Array;

set no_connection(value: boolean);
get invocation_id(): string;
set invocation_id(value: string);
static fromObject(data: {
spec?: Uint8Array;
no_connection?: boolean;
invocation_id?: string;
}): Request;

@@ -173,2 +177,3 @@ toObject(): {

no_connection?: boolean | undefined;
invocation_id?: string | undefined;
};

@@ -175,0 +180,0 @@ serialize(): Uint8Array;

2

package.json
{
"name": "@cloudquery/plugin-pb-javascript",
"version": "0.0.16",
"version": "0.0.17",
"files": [

@@ -5,0 +5,0 @@ "dist"

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