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

ansi-to-html

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ansi-to-html - npm Package Compare versions

Comparing version 0.7.1 to 0.7.2

9

package.json
{
"name": "ansi-to-html",
"version": "0.7.1",
"version": "0.7.2",
"description": "Convert ansi escaped text streams to html.",

@@ -95,8 +95,9 @@ "main": "lib/ansi_to_html.js",

"devDependencies": {
"@babel/cli": "^7.14.0",
"@babel/core": "^7.14.0",
"@babel/preset-env": "^7.14.0",
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"chai": "^4.3.0",
"eslint": "^7.0.0",
"mocha": "^9.0.0",
"ansi-regex": ">=5.0.1",
"nyc": "^15.1.0"

@@ -103,0 +104,0 @@ },

@@ -88,3 +88,3 @@ 'use strict';

it('prints version', async function () {
const result = '0.7.1\n';
const result = '0.7.2\n';
let stdout = await runCLI('node lib/cli --version');

@@ -91,0 +91,0 @@ expect(stdout).to.equal(result);

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