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

ansi-rainbow

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ansi-rainbow - npm Package Compare versions

Comparing version 0.0.9 to 1.0.0

12

package.json
{
"name": "ansi-rainbow",
"version": "0.0.9",
"version": "1.0.0",
"description": "One of the most advanced ansi string rainbow stylizer tool",

@@ -19,10 +19,10 @@ "main": "index.js",

"dependencies": {
"ansi-styles": "~1.0.0"
"ansi-styles": "~2.1.0"
},
"devDependencies": {
"chai": "~1.9.1",
"mocha": "~1.18.2",
"chalk": "~0.4.0",
"through2": "^0.4.1"
"chai": "~3.4.1",
"mocha": "~2.3.3",
"chalk": "~1.1.1",
"through2": "^2.0.0"
}
}

@@ -17,4 +17,4 @@ var pony = require('../'), chalk = require('chalk')

fs.createReadStream('./ascii.txt')
fs.createReadStream(__dirname + '/ascii.txt')
.pipe(transform)
.pipe(process.stdout)
.pipe(process.stdout)
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