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

@mtop-devtools/cloud-types

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-types - npm Package Compare versions

Comparing version
1.38.3
to
1.39.0
+5
-0
dist/index.d.ts

@@ -5,2 +5,7 @@ export interface CloudMessage {

data: Record<string, any>;
/**
* Target a specific browser on the connector's machine by id / name. Omitted →
* the connector's default (most-recently-focused) browser.
*/
browser?: string;
}

@@ -7,0 +12,0 @@ export interface CloudResponse {

+3
-2
{
"name": "@mtop-devtools/cloud-types",
"version": "1.38.3",
"version": "1.39.0",
"description": "Shared types for Mtop DevTools cloud communication packages",

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

"dev": "tsc --watch",
"typecheck": "tsc --noEmit"
"typecheck": "tsc --noEmit",
"test": "vitest run"
}
}