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