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
2
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.67.0 to 0.68.0

4

dist/node/v1/node_pb.d.ts

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

};
/**
* @generated from field: optional string graphql_client_schema = 7;
*/
graphqlClientSchema?: string;
constructor(data?: PartialMessage<EngineConfiguration>);

@@ -363,0 +367,0 @@ static readonly runtime: typeof proto3;

@@ -543,2 +543,6 @@ // @generated by protoc-gen-es v1.4.1 with parameter "target=ts"

stringStorage = {};
/**
* @generated from field: optional string graphql_client_schema = 7;
*/
graphqlClientSchema;
constructor(data) {

@@ -557,2 +561,3 @@ super();

{ no: 6, name: "string_storage", kind: "map", K: 9 /* ScalarType.STRING */, V: { kind: "scalar", T: 9 /* ScalarType.STRING */ } },
{ no: 7, name: "graphql_client_schema", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
]);

@@ -559,0 +564,0 @@ static fromBinary(bytes, options) {

4

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

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

},
"gitHead": "e13c5fd0830e3289dd9af0093ee5fb523950cda6"
"gitHead": "da53dd4fec58959cbcbed71f3b627812384cb722"
}

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