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

@mdedit/agent-client

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mdedit/agent-client - npm Package Compare versions

Comparing version
1.0.2
to
1.0.3
+1
-1
dist/index.d.ts

@@ -13,3 +13,3 @@ /**

send: (channel: string, ...args: any[]) => void;
on: (channel: string, callback: (...args: any[]) => void) => void;
on: (channel: string, callback: (...args: any[]) => void) => (() => void) | void;
platform: 'darwin' | 'win32' | 'linux';

@@ -16,0 +16,0 @@ version: string;

{
"name": "@mdedit/agent-client",
"version": "1.0.2",
"version": "1.0.3",
"private": false,

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