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

electron-rpc-types

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-rpc-types - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

15

index.d.ts

@@ -61,1 +61,16 @@ /** Common RPC incoming envelopes resolver */

}
/** Request logging function */
export interface RequestLoggingFunction {
(envelope: Envelope, args: any[]): any;
}
/** Success logging function */
export interface SuccessLoggingFunction {
(envelope: Envelope, args: any[], response: any): any;
}
/** Error logging function */
export interface ErrorLoggingFunction {
(envelope: Envelope, args: any[], error: string): any;
}

4

package.json

@@ -22,7 +22,7 @@ {

},
"version": "1.0.1",
"version": "1.1.0",
"main": "index.js",
"types": "index.d.ts",
"license": "MIT",
"gitHead": "aa93afeccf9067045acf383dcb097ec283c32375"
"gitHead": "7835360ae4bf43137aa92624c1673ea0d5682f90"
}
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