Socket
Socket
Sign inDemoInstall

ansi-html

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ansi-html - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

2

index.js

@@ -62,3 +62,3 @@ 'use strict'

// Replace with markup.
var ret = text.replace(/\033\[(\d+)*m/g, function (match, seq) {
var ret = text.replace(/\033\[(\d+)m/g, function (match, seq) {
var ot = _openTags[seq]

@@ -65,0 +65,0 @@ if (ot) {

{
"name": "ansi-html",
"version": "0.0.7",
"version": "0.0.8",
"description": "An elegant lib that converts the chalked (ANSI) text to HTML.",

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

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