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
0
Versions
118
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.90.0 to 0.90.1

6

dist/common/common_pb.d.ts

@@ -64,3 +64,7 @@ /**

*/
ERR_DEPLOYMENT_FAILED = 14
ERR_DEPLOYMENT_FAILED = 14,
/**
* @generated from enum value: ERR_INVALID_NAME = 15;
*/
ERR_INVALID_NAME = 15
}

@@ -67,0 +71,0 @@ /**

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

EnumStatusCode[EnumStatusCode["ERR_DEPLOYMENT_FAILED"] = 14] = "ERR_DEPLOYMENT_FAILED";
/**
* @generated from enum value: ERR_INVALID_NAME = 15;
*/
EnumStatusCode[EnumStatusCode["ERR_INVALID_NAME"] = 15] = "ERR_INVALID_NAME";
})(EnumStatusCode || (EnumStatusCode = {}));

@@ -90,2 +94,3 @@ // Retrieve enum metadata with: proto3.getEnumType(EnumStatusCode)

{ no: 14, name: "ERR_DEPLOYMENT_FAILED" },
{ no: 15, name: "ERR_INVALID_NAME" },
]);

@@ -92,0 +97,0 @@ /**

4

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

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

},
"gitHead": "65a6b31f37e4cc56b441b944cb1f1576f1b29296"
"gitHead": "4bfb11b6793f3d5de242818052aa418729bc3176"
}

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