New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

chalkmark

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chalkmark - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "chalkmark",
"version": "1.0.0",
"version": "1.0.1",
"description": "Markup for the console - convert HTML-like tags to ANSI escape sequences",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -1,2 +0,2 @@

# chalkup
# chalkmark

@@ -8,7 +8,9 @@ > Markup for the console - convert HTML-like tags to ANSI escape sequences

``` js
const chalkup = require('chalkup')
const chalkmark = require('chalkmark')
console.log('<b>test?<b> <green>success</green>')
console.log(chalkmark('<b>test?</b> <green>success</green>'))
```
![Example Screenshot with colored console output](docs/assets/screenshot.png)
## Available tags

@@ -15,0 +17,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