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 1.0.0 to 2.0.0

31

cli.js
#!/usr/bin/env node
/**
* @author Titus Wormer
* @copyright 2015-2016 Titus Wormer
* @copyright 2015 Titus Wormer
* @license MIT

@@ -12,4 +12,3 @@ * @module remark:cli

/* eslint-env node */
/* Dependencies. */
var start = require('unified-args');

@@ -21,15 +20,17 @@ var extensions = require('markdown-extensions');

/* Start. */
start({
'processor': processor,
'name': proc.name,
'description': cli.description,
'version': [
proc.name + ': ' + proc.version,
cli.name + ': ' + cli.version
].join(', '),
'pluginPrefix': proc.name,
'packageField': proc.name + 'Config',
'rcName': '.' + proc.name + 'rc',
'ignoreName': '.' + proc.name + 'ignore',
'extensions': extensions
processor: processor,
name: proc.name,
description: cli.description,
version: [
proc.name + ': ' + proc.version,
cli.name + ': ' + cli.version
].join(', '),
pluginPrefix: proc.name,
presetPrefix: proc.name + '-preset',
packageField: proc.name + 'Config',
rcName: '.' + proc.name + 'rc',
ignoreName: '.' + proc.name + 'ignore',
extensions: extensions
});
{
"name": "remark-cli",
"version": "1.0.0",
"version": "2.0.0",
"description": "CLI to process markdown with remark using plugins",

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

"markdown-extensions": "^1.1.0",
"remark": "^5.0.0",
"unified-args": "^1.0.0"
"remark": "^6.0.0",
"unified-args": "^2.0.0"
},

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

@@ -93,3 +93,3 @@ # remark-cli [![Build Status][build-badge]][build-status] [![Coverage Status][coverage-badge]][coverage-status] [![Chat][chat-badge]][chat]

[license]: LICENSE
[license]: https://github.com/wooorm/remark/blob/master/LICENSE

@@ -96,0 +96,0 @@ [author]: http://wooorm.com

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