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 3.15.0-beta27 to 3.15.0-beta28

src/common/services/OptionsService.ts

2

package.json
{
"name": "xterm",
"description": "Full xterm terminal, in your browser",
"version": "3.15.0-beta27",
"version": "3.15.0-beta28",
"main": "lib/xterm.js",

@@ -6,0 +6,0 @@ "types": "typings/xterm.d.ts",

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

import { CharacterJoinerHandler } from '../Types';
import { IOptionsService } from 'common/options/Types';
import { IOptionsService } from 'common/services/Services';
import { ICharSizeService } from 'ui/services/Services';

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

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

import { IColorSet } from 'ui/Types';
import { IOptionsService } from 'common/options/Types';
import { IOptionsService } from 'common/services/Services';

@@ -14,0 +14,0 @@ export type CustomKeyEventHandler = (event: KeyboardEvent) => boolean;

@@ -6,3 +6,3 @@ /**

import { IOptionsService } from 'common/options/Types';
import { IOptionsService } from 'common/services/Services';
import { IEvent, EventEmitter2 } from 'common/EventEmitter2';

@@ -9,0 +9,0 @@ import { ICharSizeService } from 'ui/services/Services';

Sorry, the diff of this file is not supported yet

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

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