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

msee

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

msee - npm Package Compare versions

Comparing version 0.3.4 to 0.3.5

4

lib/color.js
var chalk = require('chalk');
var os = require('os');
var lightColor = os.platform() === 'linux' ? chalk.white : chalk.grey;
var stripColor = require('strip-ansi')
var colorBrushes = {

@@ -26,3 +26,3 @@ "syntax": lightColor,

if (!colorBrush)
colorBrush = chalk.stripColor;
colorBrush = stripColor;
return colorBrush(text);

@@ -29,0 +29,0 @@ }

{
"name": "msee",
"version": "0.3.4",
"version": "0.3.5",
"description": "Msee is a command-line tool to read Markdown file in your terminal, and it's a library help your command-line software to output readable markdown content.",

@@ -15,10 +15,11 @@ "main": "./lib/msee.js",

"dependencies": {
"ansi-regex": "^2.0.0",
"ansi-regex": "^3.0.0",
"ansicolors": "^0.3.2",
"cardinal": "^0.7.1",
"chalk": "^1.1.1",
"cardinal": "^1.0.0",
"chalk": "^2.3.1",
"combined-stream-wait-for-it": "^1.1.0",
"entities": "^1.1.1",
"marked": "^0.3.5",
"marked": "0.3.12",
"nopt": "^4.0.1",
"strip-ansi": "^4.0.0",
"table-header": "^0.2.2",

@@ -25,0 +26,0 @@ "text-table": "^0.2.0",

@@ -41,2 +41,6 @@ # Headline 1

```
- Lists should even support indented, typed code
```javascript
var a = 1;
```
- Another entry with a [link](http://somewhere.to.go)

@@ -43,0 +47,0 @@ + Deep lists with

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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