ansi-to-html
Advanced tools
Comparing version 0.7.1 to 0.7.2
{ | ||
"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); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
79776
8