New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@gedit/connection

Package Overview
Dependencies
Maintainers
4
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gedit/connection - npm Package Compare versions

Comparing version 0.2.7 to 0.2.8

2

lib/common/messaging/connection-error-handler.d.ts

@@ -34,3 +34,3 @@ /********************************************************************************

}
export declare type ConnectionErrorHandlerOptions = Partial<ResolvedConnectionErrorHandlerOptions> & {
export type ConnectionErrorHandlerOptions = Partial<ResolvedConnectionErrorHandlerOptions> & {
readonly serverName: string;

@@ -37,0 +37,0 @@ readonly logger: Logger;

@@ -19,3 +19,3 @@ /********************************************************************************

import { ConnectionHandler } from './handler';
export declare type JsonRpcServer<Client> = Disposable & {
export type JsonRpcServer<Client> = Disposable & {
/**

@@ -33,3 +33,3 @@ * If this server is a proxy to a remote server then

}
export declare type JsonRpcProxy<T> = T & JsonRpcConnectionEventEmitter;
export type JsonRpcProxy<T> = T & JsonRpcConnectionEventEmitter;
export declare class JsonRpcConnectionHandler<T extends object> implements ConnectionHandler {

@@ -36,0 +36,0 @@ readonly path: string;

{
"name": "@gedit/connection",
"version": "0.2.7",
"version": "0.2.8",
"license": "MIT",

@@ -12,4 +12,4 @@ "main": "lib/common/index",

"dependencies": {
"@gedit/application-common": "^0.2.7",
"@gedit/utils": "^0.2.7",
"@gedit/application-common": "^0.2.8",
"@gedit/utils": "^0.2.8",
"@types/lodash.throttle": "^4.1.3",

@@ -36,3 +36,3 @@ "lodash.throttle": "^4.1.1",

},
"gitHead": "5fd2e0b75c7fa4c5972e56d59dd00d7fce84f11a"
"gitHead": "0d2ac4eadcab052623caaedf2b658065129b2129"
}

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