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

remark-message-control

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-message-control - npm Package Compare versions

Comparing version 5.0.0 to 6.0.0

3

index.js

@@ -5,3 +5,2 @@ 'use strict'

var marker = require('mdast-comment-marker')
var xtend = require('xtend')

@@ -16,3 +15,3 @@ module.exports = messageControl

function messageControl(options) {
return control(xtend({marker: marker, test: test}, options))
return control(Object.assign({marker: marker, test: test}, options))
}
{
"name": "remark-message-control",
"version": "5.0.0",
"version": "6.0.0",
"description": "remark plugin to enable, disable, and ignore messages with remark",

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

"remark",
"remark-plugin",
"plugin",

@@ -20,2 +21,6 @@ "mdast",

"bugs": "https://github.com/remarkjs/remark-message-control/issues",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
},
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",

@@ -31,16 +36,15 @@ "contributors": [

"mdast-comment-marker": "^1.0.0",
"unified-message-control": "^2.0.0",
"xtend": "^4.0.1"
"unified-message-control": "^3.0.0"
},
"devDependencies": {
"browserify": "^16.0.0",
"nyc": "^14.0.0",
"prettier": "^1.0.0",
"nyc": "^15.0.0",
"prettier": "^2.0.0",
"remark": "^11.0.0",
"remark-cli": "^7.0.0",
"remark-preset-wooorm": "^6.0.0",
"remark-toc": "^6.0.0",
"remark-toc": "^7.0.0",
"tape": "^4.0.0",
"tinyify": "^2.0.0",
"xo": "^0.24.0"
"xo": "^0.28.0"
},

@@ -74,2 +78,3 @@ "scripts": {

"rules": {
"unicorn/string-content": "off",
"guard-for-in": "off"

@@ -76,0 +81,0 @@ },

@@ -172,4 +172,4 @@ # remark-message-control

This project has a [Code of Conduct][coc].
By interacting with this repository, organisation, or community you agree to
This project has a [code of conduct][coc].
By interacting with this repository, organization, or community you agree to
abide by its terms.

@@ -205,3 +205,3 @@

[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg
[chat-badge]: https://img.shields.io/badge/chat-spectrum-7b16ff.svg

@@ -208,0 +208,0 @@ [chat]: https://spectrum.chat/unified/remark

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