Comparing version 3.14.0-beta1 to 3.14.0-beta2
{ | ||
"name": "xterm", | ||
"description": "Full xterm terminal, in your browser", | ||
"version": "3.14.0-beta1", | ||
"version": "3.14.0-beta2", | ||
"main": "lib/public/Terminal.js", | ||
@@ -6,0 +6,0 @@ "types": "typings/xterm.d.ts", |
@@ -597,2 +597,3 @@ /** | ||
addOscHandler(ident: number, callback: (data: string) => boolean): IDisposable; | ||
/** | ||
@@ -599,0 +600,0 @@ * (EXPERIMENTAL) Registers a link matcher, allowing custom link patterns to |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2562561