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

remark

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark - npm Package Compare versions

Comparing version 6.0.0 to 6.0.1

26

cli.js
#!/usr/bin/env node
console.error([
'Whoops, `remark` is mistakenly installed instead of `remark-cli`',
'',
' npm uninstall remark',
' npm install remark-cli',
'',
'See https://git.io/vonyG for more information.'
].join('\n'));
var load = require('load-plugin');
process.exit(1);
var cli = load.resolve('remark-cli');
if (cli) {
require(cli + '/cli');
} else {
console.error([
'Whoops, `remark` is mistakenly installed instead of `remark-cli`',
'',
' npm uninstall remark',
' npm install remark-cli',
'',
'See https://git.io/vonyG for more information.'
].join('\n'));
process.exit(1);
}
{
"name": "remark",
"version": "6.0.0",
"version": "6.0.1",
"description": "Markdown processor powered by plugins",

@@ -17,2 +17,3 @@ "license": "MIT",

"dependencies": {
"load-plugin": "^2.0.0",
"remark-parse": "^2.0.0",

@@ -19,0 +20,0 @@ "remark-stringify": "^2.0.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