🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@mtop-devtools/cloud-connector

Package Overview
Dependencies
Maintainers
2
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mtop-devtools/cloud-connector - npm Package Compare versions

Comparing version
1.40.0
to
1.40.1
+1
-1
dist/cli.js

@@ -312,3 +312,3 @@ #!/usr/bin/env node

// src/cli.ts
var CLOUD_CONNECTOR_VERSION = true ? "1.40.0" : "unknown";
var CLOUD_CONNECTOR_VERSION = true ? "1.40.1" : "unknown";
var args = process.argv.slice(2);

@@ -315,0 +315,0 @@ if (args.includes("--version") || args.includes("-v")) {

{
"name": "@mtop-devtools/cloud-connector",
"version": "1.40.0",
"version": "1.40.1",
"description": "Cloud connector for Mtop DevTools — bridges cloud WebSocket server to local native-host",

@@ -31,5 +31,5 @@ "type": "module",

"ws": "^8.18.0",
"@mtop-devtools/client": "1.40.0",
"@mtop-devtools/cloud-types": "1.40.0",
"@mtop-devtools/daemon-core": "1.40.0"
"@mtop-devtools/daemon-core": "1.40.1",
"@mtop-devtools/cloud-types": "1.40.1",
"@mtop-devtools/client": "1.40.1"
},

@@ -36,0 +36,0 @@ "devDependencies": {