remark-message-control
Advanced tools
Comparing version 5.0.0 to 6.0.0
@@ -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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9093
2
11
+ Added@types/unist@2.0.11(transitive)
+ Addedunified-message-control@3.0.3(transitive)
+ Addedunist-util-is@4.1.0(transitive)
+ Addedunist-util-visit@2.0.3(transitive)
+ Addedunist-util-visit-parents@3.1.1(transitive)
+ Addedvfile-location@3.2.0(transitive)
- Removedxtend@^4.0.1
- Removedunified-message-control@2.0.0(transitive)
- Removedunist-util-is@3.0.0(transitive)
- Removedunist-util-visit@1.4.1(transitive)
- Removedunist-util-visit-parents@2.1.2(transitive)
- Removedvfile-location@2.0.6(transitive)
- Removedxtend@4.0.2(transitive)