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

xterm-addon-serialize

Package Overview
Dependencies
Maintainers
1
Versions
134
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xterm-addon-serialize - npm Package Compare versions

Comparing version 0.3.0-beta.1 to 0.3.0-beta.2

2

benchmark/SerializeAddon.benchmark.ts

@@ -14,3 +14,3 @@ /**

class TestTerminal extends Terminal {
writeSync(data: string): void {
public writeSync(data: string): void {
(this as any)._core.writeSync(data);

@@ -17,0 +17,0 @@ }

@@ -445,3 +445,3 @@ "use strict";

this._instantiationService.setService(Services_2.IRenderService, this._renderService);
this._renderService.onRender(e => this._onRender.fire(e));
this._renderService.onRenderedBufferChange(e => this._onRender.fire(e));
this.onResize(e => this._renderService.resize(e.cols, e.rows));

@@ -448,0 +448,0 @@ this._soundService = this._instantiationService.createInstance(SoundService_1.SoundService);

{
"name": "xterm-addon-serialize",
"version": "0.3.0-beta.1",
"version": "0.3.0-beta.2",
"author": {

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

@@ -18,3 +18,3 @@ /**

serialize(startRow: number, endRow: number): string {
public serialize(startRow: number, endRow: number): string {
// we need two of them to flip between old and new cell

@@ -21,0 +21,0 @@ const cell1 = this._buffer.getNullCell();

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