Socket
Socket
Sign inDemoInstall

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.2.0 to 7.0.0

12

index.js

@@ -1,12 +0,3 @@

/**
* @author Titus Wormer
* @copyright 2015 Titus Wormer
* @license MIT
* @module remark
* @fileoverview Markdown processor powered by plugins.
*/
'use strict';
/* Dependencies. */
var unified = require('unified');

@@ -16,3 +7,2 @@ var parse = require('remark-parse');

/* Expose. */
module.exports = unified().use(parse).use(stringify).abstract();
module.exports = unified().use(parse).use(stringify).freeze();

19

package.json
{
"name": "remark",
"version": "6.2.0",
"version": "7.0.0",
"description": "Markdown processor powered by plugins",

@@ -17,6 +17,5 @@ "license": "MIT",

"dependencies": {
"load-plugin": "^2.0.0",
"remark-parse": "^2.2.0",
"remark-stringify": "^2.2.0",
"unified": "^5.0.0"
"remark-parse": "^3.0.0",
"remark-stringify": "^3.0.0",
"unified": "^6.0.0"
},

@@ -30,11 +29,7 @@ "homepage": "http://remark.js.org",

],
"engines": {
"node": ">=0.11.0"
},
"files": [
"index.js",
"cli.js"
"index.js"
],
"bin": "cli.js",
"scripts": {}
"scripts": {},
"xo": false
}
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