strip-ansi-cli
Advanced tools
Comparing version 3.0.1 to 3.0.2
#!/usr/bin/env node | ||
import process from 'node:process'; | ||
import meow from 'meow'; | ||
@@ -13,3 +14,5 @@ import stripAnsi from 'strip-ansi'; | ||
$ ls --color | strip-ansi | ||
`); | ||
`, { | ||
importMeta: import.meta, | ||
}); | ||
@@ -16,0 +19,0 @@ const input = cli.input[0]; |
{ | ||
"name": "strip-ansi-cli", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "Strip ANSI escape codes", | ||
@@ -54,10 +54,10 @@ "license": "MIT", | ||
"get-stdin": "^9.0.0", | ||
"meow": "^9.0.0", | ||
"strip-ansi": "^7.0.0" | ||
"meow": "^10.1.1", | ||
"strip-ansi": "^7.0.1" | ||
}, | ||
"devDependencies": { | ||
"ava": "^3.15.0", | ||
"execa": "^5.0.0", | ||
"xo": "^0.38.2" | ||
"execa": "^5.1.1", | ||
"xo": "^0.44.0" | ||
} | ||
} |
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
3166
29
+ Addedcamelcase@6.3.0(transitive)
+ Addedcamelcase-keys@7.0.2(transitive)
+ Addeddecamelize@5.0.1(transitive)
+ Addedfind-up@5.0.0(transitive)
+ Addedindent-string@5.0.0(transitive)
+ Addedlocate-path@6.0.0(transitive)
+ Addedmeow@10.1.5(transitive)
+ Addedp-limit@3.1.0(transitive)
+ Addedp-locate@5.0.0(transitive)
+ Addedquick-lru@5.1.1(transitive)
+ Addedread-pkg@6.0.0(transitive)
+ Addedread-pkg-up@8.0.0(transitive)
+ Addedredent@4.0.0(transitive)
+ Addedstrip-indent@4.0.0(transitive)
+ Addedtrim-newlines@4.1.1(transitive)
+ Addedtype-fest@1.4.0(transitive)
+ Addedyocto-queue@0.1.0(transitive)
- Removedcamelcase@5.3.1(transitive)
- Removedcamelcase-keys@6.2.2(transitive)
- Removedfind-up@4.1.0(transitive)
- Removedhosted-git-info@2.8.9(transitive)
- Removedindent-string@4.0.0(transitive)
- Removedlocate-path@5.0.0(transitive)
- Removedmeow@9.0.0(transitive)
- Removednormalize-package-data@2.5.0(transitive)
- Removedp-limit@2.3.0(transitive)
- Removedp-locate@4.1.0(transitive)
- Removedp-try@2.2.0(transitive)
- Removedpath-parse@1.0.7(transitive)
- Removedquick-lru@4.0.1(transitive)
- Removedread-pkg@5.2.0(transitive)
- Removedread-pkg-up@7.0.1(transitive)
- Removedredent@3.0.0(transitive)
- Removedresolve@1.22.10(transitive)
- Removedsemver@5.7.2(transitive)
- Removedstrip-indent@3.0.0(transitive)
- Removedsupports-preserve-symlinks-flag@1.0.0(transitive)
- Removedtrim-newlines@3.0.1(transitive)
- Removedtype-fest@0.18.10.6.00.8.1(transitive)
Updatedmeow@^10.1.1
Updatedstrip-ansi@^7.0.1