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.6.0 to 0.6.1

12

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

@@ -10,4 +10,5 @@ "main": "lib/ansi_to_html.js",

"scripts": {
"lint": "./node_modules/eslint/bin/eslint.js lib test",
"test": "./node_modules/mocha/bin/mocha --reporter tap"
"build": "./node_modules/.bin/babel src --out-dir lib",
"lint": "./node_modules/.bin/eslint src test",
"test": "./node_modules/.bin/mocha --reporter tap"
},

@@ -50,2 +51,4 @@ "repository": {

"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-env": "^1.4.0",
"chai": "~3.5.0",

@@ -60,3 +63,6 @@ "eslint": "^3.13.1",

"ansi-to-html": "./bin/ansi-to-html"
},
"babel": {
"presets": ["env"]
}
}

@@ -81,4 +81,4 @@ ## Ansi to Html

cd ansi-to-html
npm install
cd ansi-to-html
npm install

@@ -89,4 +89,8 @@ Lint

Build
npm run build
Test
npm test
npm test

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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