has-ansi-cli
Advanced tools
Comparing version 4.0.0 to 4.1.0
{ | ||
"name": "has-ansi-cli", | ||
"version": "4.0.0", | ||
"version": "4.1.0", | ||
"description": "Check if a string has ANSI escape codes", | ||
@@ -15,3 +15,3 @@ "license": "MIT", | ||
"bin": { | ||
"has-ansi": "cli.js" | ||
"has-ansi": "./cli.js" | ||
}, | ||
@@ -54,4 +54,4 @@ "engines": { | ||
"dependencies": { | ||
"get-stdin": "^8.0.0", | ||
"has-ansi": "^4.0.0", | ||
"get-stdin": "^9.0.0", | ||
"has-ansi": "^5.0.0", | ||
"meow": "^9.0.0" | ||
@@ -62,4 +62,4 @@ }, | ||
"execa": "^5.0.0", | ||
"xo": "^0.37.1" | ||
"xo": "^0.38.2" | ||
} | ||
} |
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
3249
+ Addedansi-regex@6.1.0(transitive)
+ Addedget-stdin@9.0.0(transitive)
+ Addedhas-ansi@5.0.1(transitive)
- Removedansi-regex@4.1.1(transitive)
- Removedget-stdin@8.0.0(transitive)
- Removedhas-ansi@4.0.1(transitive)
Updatedget-stdin@^9.0.0
Updatedhas-ansi@^5.0.0