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.14.0-beta4 to 3.14.0-beta5

2

lib/Buffer.js

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

var EventEmitter2_1 = require("./common/EventEmitter2");
var Lifecycle_1 = require("../lib/common/Lifecycle");
var Lifecycle_1 = require("./common/Lifecycle");
exports.MAX_BUFFER_SIZE = 4294967295;

@@ -23,0 +23,0 @@ var Buffer = (function () {

{
"name": "xterm",
"description": "Full xterm terminal, in your browser",
"version": "3.14.0-beta4",
"version": "3.14.0-beta5",
"main": "lib/public/Terminal.js",

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

@@ -13,3 +13,3 @@ /**

import { EventEmitter2, IEvent } from './common/EventEmitter2';
import { Disposable } from '../lib/common/Lifecycle';
import { Disposable } from './common/Lifecycle';

@@ -16,0 +16,0 @@ export const MAX_BUFFER_SIZE = 4294967295; // 2^32 - 1

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

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