Socket
Socket
Sign inDemoInstall

remark-squeeze-paragraphs

Package Overview
Dependencies
3
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.2 to 3.0.3

license

10

package.json
{
"name": "remark-squeeze-paragraphs",
"version": "3.0.2",
"version": "3.0.3",
"description": "Remark plugin for removing empty paragraphs",

@@ -22,3 +22,3 @@ "license": "MIT",

"Eugene Sharygin <eush77@gmail.com>",
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
],

@@ -33,8 +33,8 @@ "files": [

"prettier": "^1.14.2",
"remark": "^9.0.0",
"remark-cli": "^5.0.0",
"remark": "^10.0.0",
"remark-cli": "^6.0.0",
"remark-preset-wooorm": "^4.0.0",
"tape": "^4.0.0",
"unist-builder": "^1.0.2",
"xo": "^0.22.0"
"xo": "^0.23.0"
},

@@ -41,0 +41,0 @@ "scripts": {

@@ -1,3 +0,10 @@

# remark-squeeze-paragraphs [![Build Status][build-badge]][build-status] [![Chat][chat-badge]][chat]
# remark-squeeze-paragraphs
[![Build][build-badge]][build]
[![Coverage][coverage-badge]][coverage]
[![Downloads][downloads-badge]][downloads]
[![Chat][chat-badge]][chat]
[![Sponsors][sponsors-badge]][collective]
[![Backers][backers-badge]][collective]
Remove empty (or white-space only) paragraphs with [**remark**][remark].

@@ -22,3 +29,3 @@

.use(stripBadges)
.processSync('![](http://img.shields.io/)\n\ntext')
.processSync('![](https://img.shields.io/)\n\ntext')
.toString()

@@ -30,3 +37,3 @@ // => "\n\ntext\n"

.use(squeezeParagraphs)
.processSync('![](http://img.shields.io/)\n\ntext')
.processSync('![](https://img.shields.io/)\n\ntext')
.toString()

@@ -61,10 +68,24 @@ // => "text\n"

[build-status]: https://travis-ci.org/remarkjs/remark-squeeze-paragraphs
[build]: https://travis-ci.org/remarkjs/remark-squeeze-paragraphs
[chat-badge]: https://img.shields.io/gitter/room/remarkjs/Lobby.svg
[coverage-badge]: https://img.shields.io/codecov/c/github/remarkjs/remark-squeeze-paragraphs.svg
[chat]: https://gitter.im/remarkjs/Lobby
[coverage]: https://codecov.io/github/remarkjs/remark-squeeze-paragraphs
[license]: LICENSE
[downloads-badge]: https://img.shields.io/npm/dm/remark-squeeze-paragraphs.svg
[downloads]: https://www.npmjs.com/package/remark-squeeze-paragraphs
[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg
[chat]: https://spectrum.chat/unified/remark
[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg
[backers-badge]: https://opencollective.com/unified/backers/badge.svg
[collective]: https://opencollective.com/unified
[license]: license
[npm]: https://docs.npmjs.com/cli/install

@@ -71,0 +92,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc