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

minitel-standalone

Package Overview
Dependencies
Maintainers
0
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

minitel-standalone - npm Package Compare versions

Comparing version 1.9.3 to 1.9.4

2

dist/richchar.js

@@ -26,2 +26,3 @@ "use strict";

const offsets = {
charset: [0x0f, 0x0e, 0x19],
noBlink: 0x48,

@@ -32,3 +33,2 @@ fg: 0x40,

invert: 0x5C,
charset: [0x0f, 0x0e, 0x19],
};

@@ -35,0 +35,0 @@ let attribute;

{
"name": "minitel-standalone",
"version": "1.9.3",
"version": "1.9.4",
"description": "A standalone package for minitel components",

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

@@ -31,2 +31,3 @@ import { CharAttributes } from './types.js';

const offsets: Record<keyof Omit<CharAttributes, 'doubleHeight' | 'doubleWidth'>, number | number[]> = {
charset: [0x0f, 0x0e, 0x19],
noBlink: 0x48,

@@ -37,3 +38,2 @@ fg: 0x40,

invert: 0x5C,
charset: [0x0f, 0x0e, 0x19],
};

@@ -40,0 +40,0 @@ let attribute: keyof Omit<CharAttributes, 'doubleHeight' | 'doubleWidth'>;

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