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

utilium

Package Overview
Dependencies
Maintainers
0
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

utilium - npm Package Compare versions

Comparing version 0.8.5 to 0.8.6

4

dist/shell.js

@@ -53,6 +53,6 @@ function handleData($, data) {

}
$.terminal.write('\r\n');
$.onLine($.input);
$.index = -1;
$.input = '';
$.terminal.write('\r\n');
$.onLine($.currentInput);
$.terminal.write($.prompt);

@@ -59,0 +59,0 @@ break;

{
"name": "utilium",
"version": "0.8.5",
"version": "0.8.6",
"description": "Typescript utilities",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -101,6 +101,6 @@ /* A simple wrapper for xterm.js that makes implementing shells easier */

}
$.terminal.write('\r\n');
$.onLine($.input);
$.index = -1;
$.input = '';
$.terminal.write('\r\n');
$.onLine($.currentInput);
$.terminal.write($.prompt);

@@ -107,0 +107,0 @@ break;

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