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

parse-ansi

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

parse-ansi - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

6

index.js

@@ -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",

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