Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

xterm-addon-webgl

Package Overview
Dependencies
Maintainers
1
Versions
345
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xterm-addon-webgl - npm Package Compare versions

Comparing version 0.16.0-beta.16 to 0.16.0-beta.17

2

package.json
{
"name": "xterm-addon-webgl",
"version": "0.16.0-beta.16",
"version": "0.16.0-beta.17",
"author": {

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

@@ -7,2 +7,3 @@ /**

import { ISelectionRenderModel } from 'browser/renderer/shared/Types';
import { CursorInactiveStyle, CursorStyle } from 'common/Types';

@@ -20,3 +21,3 @@ export interface IRenderModel {

width: number;
style: CursorStyle;
style: CursorStyle | CursorInactiveStyle;
cursorWidth: number;

@@ -26,4 +27,2 @@ dpr: number;

export type CursorStyle = 'outline' | 'block' | 'bar' | 'underline' | 'none';
export interface IWebGL2RenderingContext extends WebGLRenderingContext {

@@ -30,0 +29,0 @@ vertexAttribDivisor(index: number, divisor: number): void;

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