ansi-rainbow
Advanced tools
Comparing version 0.0.9 to 1.0.0
{ | ||
"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) |
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
11448
232
1
+ Addedansi-styles@2.1.0(transitive)
- Removedansi-styles@1.0.0(transitive)
Updatedansi-styles@~2.1.0