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
0
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.20 to 0.0.21

4

dist/google/protobuf/timestamp.d.ts

@@ -23,4 +23,4 @@ /**

toObject(): {
seconds?: number | undefined;
nanos?: number | undefined;
seconds?: number;
nanos?: number;
};

@@ -27,0 +27,0 @@ serialize(): Uint8Array;

@@ -1,2 +0,1 @@

/// <reference types="node" />
/**

@@ -44,3 +43,3 @@ * Generated by the protoc-gen-ts. DO NOT EDIT!

toObject(): {
versions?: number[] | undefined;
versions?: number[];
};

@@ -47,0 +46,0 @@ serialize(): Uint8Array;

@@ -1,2 +0,1 @@

/// <reference types="node" />
/**

@@ -45,3 +44,3 @@ * Generated by the protoc-gen-ts. DO NOT EDIT!

toObject(): {
name?: string | undefined;
name?: string;
};

@@ -89,3 +88,3 @@ serialize(): Uint8Array;

toObject(): {
version?: string | undefined;
version?: string;
};

@@ -135,3 +134,3 @@ serialize(): Uint8Array;

toObject(): {
json_schema?: string | undefined;
json_schema?: string;
};

@@ -176,5 +175,5 @@ serialize(): Uint8Array;

toObject(): {
spec?: Uint8Array | undefined;
no_connection?: boolean | undefined;
invocation_id?: string | undefined;
spec?: Uint8Array;
no_connection?: boolean;
invocation_id?: string;
};

@@ -230,5 +229,5 @@ serialize(): Uint8Array;

toObject(): {
tables?: string[] | undefined;
skip_tables?: string[] | undefined;
skip_dependent_tables?: boolean | undefined;
tables?: string[];
skip_tables?: string[];
skip_dependent_tables?: boolean;
};

@@ -252,3 +251,3 @@ serialize(): Uint8Array;

toObject(): {
tables?: Uint8Array[] | undefined;
tables?: Uint8Array[];
};

@@ -285,3 +284,3 @@ serialize(): Uint8Array;

toObject(): {
record?: Uint8Array | undefined;
record?: Uint8Array;
};

@@ -305,3 +304,3 @@ serialize(): Uint8Array;

toObject(): {
table?: Uint8Array | undefined;
table?: Uint8Array;
};

@@ -333,15 +332,5 @@ serialize(): Uint8Array;

toObject(): {
table_name?: string | undefined;
where_clause?: {
grouping_type?: PredicatesGroup.GroupingType | undefined;
predicates?: {
operator?: Predicate.Operator | undefined;
column?: string | undefined;
record?: Uint8Array | undefined;
}[] | undefined;
}[] | undefined;
table_relations?: {
table_name?: string | undefined;
parent_table?: string | undefined;
}[] | undefined;
table_name?: string;
where_clause?: ReturnType<typeof PredicatesGroup.prototype.toObject>[];
table_relations?: ReturnType<typeof TableRelation.prototype.toObject>[];
};

@@ -369,4 +358,4 @@ serialize(): Uint8Array;

toObject(): {
table_name?: string | undefined;
connection?: string | undefined;
table_name?: string;
connection?: string;
};

@@ -407,10 +396,7 @@ serialize(): Uint8Array;

toObject(): {
tables?: string[] | undefined;
skip_tables?: string[] | undefined;
skip_dependent_tables?: boolean | undefined;
deterministic_cq_id?: boolean | undefined;
backend?: {
table_name?: string | undefined;
connection?: string | undefined;
} | undefined;
tables?: string[];
skip_tables?: string[];
skip_dependent_tables?: boolean;
deterministic_cq_id?: boolean;
backend?: ReturnType<typeof Sync.BackendOptions.prototype.toObject>;
};

@@ -454,23 +440,5 @@ serialize(): Uint8Array;

toObject(): {
migrate_table?: {
table?: Uint8Array | undefined;
} | undefined;
insert?: {
record?: Uint8Array | undefined;
} | undefined;
delete_record?: {
table_name?: string | undefined;
where_clause?: {
grouping_type?: PredicatesGroup.GroupingType | undefined;
predicates?: {
operator?: Predicate.Operator | undefined;
column?: string | undefined;
record?: Uint8Array | undefined;
}[] | undefined;
}[] | undefined;
table_relations?: {
table_name?: string | undefined;
parent_table?: string | undefined;
}[] | undefined;
} | undefined;
migrate_table?: ReturnType<typeof Sync.MessageMigrateTable.prototype.toObject>;
insert?: ReturnType<typeof Sync.MessageInsert.prototype.toObject>;
delete_record?: ReturnType<typeof Sync.MessageDeleteRecord.prototype.toObject>;
};

@@ -507,3 +475,3 @@ serialize(): Uint8Array;

toObject(): {
table?: Uint8Array | undefined;
table?: Uint8Array;
};

@@ -527,3 +495,3 @@ serialize(): Uint8Array;

toObject(): {
record?: Uint8Array | undefined;
record?: Uint8Array;
};

@@ -552,4 +520,4 @@ serialize(): Uint8Array;

toObject(): {
table_name?: string | undefined;
parent_table?: string | undefined;
table_name?: string;
parent_table?: string;
};

@@ -581,5 +549,5 @@ serialize(): Uint8Array;

toObject(): {
operator?: Predicate.Operator | undefined;
column?: string | undefined;
record?: Uint8Array | undefined;
operator?: Predicate.Operator;
column?: string;
record?: Uint8Array;
};

@@ -612,8 +580,4 @@ serialize(): Uint8Array;

toObject(): {
grouping_type?: PredicatesGroup.GroupingType | undefined;
predicates?: {
operator?: Predicate.Operator | undefined;
column?: string | undefined;
record?: Uint8Array | undefined;
}[] | undefined;
grouping_type?: PredicatesGroup.GroupingType;
predicates?: ReturnType<typeof Predicate.prototype.toObject>[];
};

@@ -659,4 +623,4 @@ serialize(): Uint8Array;

toObject(): {
table?: Uint8Array | undefined;
migrate_force?: boolean | undefined;
table?: Uint8Array;
migrate_force?: boolean;
};

@@ -680,3 +644,3 @@ serialize(): Uint8Array;

toObject(): {
record?: Uint8Array | undefined;
record?: Uint8Array;
};

@@ -716,9 +680,6 @@ serialize(): Uint8Array;

toObject(): {
table?: Uint8Array | undefined;
source_name?: string | undefined;
sync_time?: {
seconds?: number | undefined;
nanos?: number | undefined;
} | undefined;
table_name?: string | undefined;
table?: Uint8Array;
source_name?: string;
sync_time?: ReturnType<typeof dependency_1.google.protobuf.Timestamp.prototype.toObject>;
table_name?: string;
};

@@ -750,15 +711,5 @@ serialize(): Uint8Array;

toObject(): {
table_name?: string | undefined;
where_clause?: {
grouping_type?: PredicatesGroup.GroupingType | undefined;
predicates?: {
operator?: Predicate.Operator | undefined;
column?: string | undefined;
record?: Uint8Array | undefined;
}[] | undefined;
}[] | undefined;
table_relations?: {
table_name?: string | undefined;
parent_table?: string | undefined;
}[] | undefined;
table_name?: string;
where_clause?: ReturnType<typeof PredicatesGroup.prototype.toObject>[];
table_relations?: ReturnType<typeof TableRelation.prototype.toObject>[];
};

@@ -814,33 +765,6 @@ serialize(): Uint8Array;

toObject(): {
migrate_table?: {
table?: Uint8Array | undefined;
migrate_force?: boolean | undefined;
} | undefined;
insert?: {
record?: Uint8Array | undefined;
} | undefined;
delete?: {
table?: Uint8Array | undefined;
source_name?: string | undefined;
sync_time?: {
seconds?: number | undefined;
nanos?: number | undefined;
} | undefined;
table_name?: string | undefined;
} | undefined;
delete_record?: {
table_name?: string | undefined;
where_clause?: {
grouping_type?: PredicatesGroup.GroupingType | undefined;
predicates?: {
operator?: Predicate.Operator | undefined;
column?: string | undefined;
record?: Uint8Array | undefined;
}[] | undefined;
}[] | undefined;
table_relations?: {
table_name?: string | undefined;
parent_table?: string | undefined;
}[] | undefined;
} | undefined;
migrate_table?: ReturnType<typeof Write.MessageMigrateTable.prototype.toObject>;
insert?: ReturnType<typeof Write.MessageInsert.prototype.toObject>;
delete?: ReturnType<typeof Write.MessageDeleteStale.prototype.toObject>;
delete_record?: ReturnType<typeof Write.MessageDeleteRecord.prototype.toObject>;
};

@@ -923,3 +847,3 @@ serialize(): Uint8Array;

toObject(): {
spec?: Uint8Array | undefined;
spec?: Uint8Array;
};

@@ -951,5 +875,5 @@ serialize(): Uint8Array;

toObject(): {
success?: boolean | undefined;
failure_code?: string | undefined;
failure_description?: string | undefined;
success?: boolean;
failure_code?: string;
failure_description?: string;
};

@@ -956,0 +880,0 @@ serialize(): Uint8Array;

{
"name": "@cloudquery/plugin-pb-javascript",
"version": "0.0.20",
"version": "0.0.21",
"files": [

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

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