Comparing version 1.0.0 to 1.0.1
@@ -0,1 +1,3 @@ | ||
const path = require('path') | ||
const arrayUniq = require('array-uniq') | ||
@@ -6,4 +8,4 @@ const ansiRegex = require('ansi-regex') | ||
const ansiTags = require('./ansi-seqs-to-ansi-tags') | ||
const decorators = require('./ansi-tags-to-decorator-names') | ||
const ansiTags = require(path.join(__dirname, './ansi-seqs-to-ansi-tags')) | ||
const decorators = require(path.join(__dirname, './ansi-tags-to-decorator-names')) | ||
@@ -10,0 +12,0 @@ const meassureTextArea = plainText => { |
{ | ||
"name": "parse-ansi", | ||
"main": "parse-ansi", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "🤖 Parse ANSI text into an array of ansi-tags and text-chunks.", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
11636
204
3