New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@wundergraph/cosmo-connect

Package Overview
Dependencies
Maintainers
3
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wundergraph/cosmo-connect - npm Package Compare versions

Comparing version 0.12.0 to 0.13.0

10

dist/node/v1/node_pb.d.ts

@@ -193,2 +193,10 @@ import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";

graphName: string;
/**
* The version to check for. If the version is not specified, the latest router config version will be returned.
* Otherwise, the version will be used to check if a newer version of the router config is available.
* That allow us to not send the router config if the version is the same.
*
* @generated from field: optional string version = 2;
*/
version?: string;
constructor(data?: PartialMessage<GetConfigRequest>);

@@ -212,2 +220,4 @@ static readonly runtime: typeof proto3;

/**
* RouterConfig is the router config for the graph. It can be nil when a version is specified and the version is the same as the latest version.
*
* @generated from field: optional wg.cosmo.node.v1.RouterConfig config = 2;

@@ -214,0 +224,0 @@ */

@@ -289,2 +289,10 @@ // @generated by protoc-gen-es v1.3.0 with parameter "target=ts"

graphName = "";
/**
* The version to check for. If the version is not specified, the latest router config version will be returned.
* Otherwise, the version will be used to check if a newer version of the router config is available.
* That allow us to not send the router config if the version is the same.
*
* @generated from field: optional string version = 2;
*/
version;
constructor(data) {

@@ -298,2 +306,3 @@ super();

{ no: 1, name: "graph_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
{ no: 2, name: "version", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
]);

@@ -322,2 +331,4 @@ static fromBinary(bytes, options) {

/**
* RouterConfig is the router config for the graph. It can be nil when a version is specified and the version is the same as the latest version.
*
* @generated from field: optional wg.cosmo.node.v1.RouterConfig config = 2;

@@ -324,0 +335,0 @@ */

4

package.json
{
"name": "@wundergraph/cosmo-connect",
"version": "0.12.0",
"version": "0.13.0",
"description": "TypeScript Connect client for WunderGraph Cosmo",

@@ -38,3 +38,3 @@ "scripts": {

},
"gitHead": "738b2177ff89bb34d6fc6bb824fdbf553aa91489"
"gitHead": "172b096f72af3a2c342f8f58102e49e3465b9912"
}

Sorry, the diff of this file is not supported yet

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

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

Sorry, the diff of this file is not supported yet

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