Socket
Socket
Sign inDemoInstall

remark-cli

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-cli - npm Package Compare versions

Comparing version 3.0.1 to 4.0.0

10

cli.js
#!/usr/bin/env node
/**
* @author Titus Wormer
* @copyright 2015 Titus Wormer
* @license MIT
* @module remark:cli
* @fileoverview CLI to process markdown.
*/
'use strict';
/* Dependencies. */
var start = require('unified-args');

@@ -19,3 +10,2 @@ var extensions = require('markdown-extensions');

/* Start. */
start({

@@ -22,0 +12,0 @@ processor: processor,

6

package.json
{
"name": "remark-cli",
"version": "3.0.1",
"version": "4.0.0",
"description": "CLI to process markdown with remark using plugins",

@@ -14,4 +14,4 @@ "license": "MIT",

"markdown-extensions": "^1.1.0",
"remark": "^7.0.0",
"unified-args": "^3.0.0"
"remark": "^8.0.0",
"unified-args": "^4.0.0"
},

@@ -18,0 +18,0 @@ "homepage": "http://remark.js.org",

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