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

@xterm/addon-unicode11

Package Overview
Dependencies
Maintainers
1
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xterm/addon-unicode11 - npm Package Compare versions

Comparing version

to
0.7.0-beta.4

2

package.json
{
"name": "@xterm/addon-unicode11",
"version": "0.7.0-beta.3",
"version": "0.7.0-beta.4",
"author": {

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

@@ -8,7 +8,7 @@ /**

import { Terminal, ITerminalAddon } from '@xterm/xterm';
import type { Terminal, ITerminalAddon } from '@xterm/xterm';
import type { Unicode11Addon as IUnicode11Api } from '@xterm/addon-unicode11';
import { UnicodeV11 } from './UnicodeV11';
export class Unicode11Addon implements ITerminalAddon {
export class Unicode11Addon implements ITerminalAddon , IUnicode11Api {
public activate(terminal: Terminal): void {

@@ -15,0 +15,0 @@ terminal.unicode.register(new UnicodeV11());

Sorry, the diff of this file is not supported yet