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

strip-ansi-cli

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

strip-ansi-cli - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

5

cli.js
#!/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];

10

package.json
{
"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"
}
}
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