Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

xterm-addon-web-links

Package Overview
Dependencies
Maintainers
1
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xterm-addon-web-links - npm Package Compare versions

Comparing version 0.1.0-beta4 to 0.1.0-beta5

2

package.json
{
"name": "xterm-addon-web-links",
"version": "0.1.0-beta4",
"version": "0.1.0-beta5",
"author": {

@@ -5,0 +5,0 @@ "name": "The xterm.js authors",

@@ -11,2 +11,3 @@ /**

export interface ITerminalAddon {
activate(terminal: Terminal): void;
dispose(): void;

@@ -16,6 +17,6 @@ }

export class WebLinksAddon implements ITerminalAddon {
constructor(terminal: Terminal);
public init(handler?: (event: MouseEvent, uri: string) => void, options?: ILinkMatcherOptions): void;
constructor(handler?: (event: MouseEvent, uri: string) => void, options?: ILinkMatcherOptions);
public activate(terminal: Terminal): void;
public dispose(): void;
}
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