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

xterm

Package Overview
Dependencies
Maintainers
2
Versions
1092
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xterm - npm Package Compare versions

Comparing version 5.2.0-beta.28 to 5.2.0-beta.29

2

package.json
{
"name": "xterm",
"description": "Full xterm terminal, in your browser",
"version": "5.2.0-beta.28",
"version": "5.2.0-beta.29",
"main": "lib/xterm.js",

@@ -6,0 +6,0 @@ "style": "css/xterm.css",

@@ -46,3 +46,3 @@ /**

this.register(addDisposableDomListener(this._element, 'focusout', (e) => {
if (!this._element.contains(e.element)) {
if (!this._element.contains(e.srcElement)) {
this._isAccessibleBufferActive = false;

@@ -49,0 +49,0 @@ }

@@ -226,3 +226,3 @@ /**

export interface IBufferElementProvider {
provideBufferElements(): DocumentFragment;
provideBufferElements(): DocumentFragment | HTMLElement;
}

@@ -1373,5 +1373,5 @@ /**

/**
* Provides a document fragment containing the buffer elements.
* Provides a document fragment or HTMLElement containing the buffer elements.
*/
provideBufferElements(): DocumentFragment;
provideBufferElements(): DocumentFragment | HTMLElement;
}

@@ -1378,0 +1378,0 @@

Sorry, the diff of this file is too big to display

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