Socket
Socket
Sign inDemoInstall

remark-squeeze-paragraphs

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-squeeze-paragraphs - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

readme.md

11

index.js

@@ -1,8 +0,7 @@

'use strict';
'use strict'
var squeezeParagraphs = require('mdast-squeeze-paragraphs');
var squeezeParagraphs = require('mdast-squeeze-paragraphs')
module.exports = function () {
return squeezeParagraphs;
};
module.exports = function() {
return squeezeParagraphs
}
{
"name": "remark-squeeze-paragraphs",
"version": "3.0.1",
"version": "3.0.2",
"description": "Remark plugin for removing empty paragraphs",
"author": "Eugene Sharygin <eush77@gmail.com>",
"license": "MIT",
"scripts": {
"test": "tape test/*.js"
},
"files": [
"index.js"
],
"homepage": "https://github.com/eush77/remark-squeeze-paragraphs",
"repository": "eush77/remark-squeeze-paragraphs",
"bugs": {
"url": "https://github.com/eush77/remark-squeeze-paragraphs/issues"
},
"keywords": [

@@ -29,2 +17,12 @@ "clean",

],
"repository": "eush77/remark-squeeze-paragraphs",
"bugs": "https://github.com/eush77/remark-squeeze-paragraphs/issues",
"author": "Eugene Sharygin <eush77@gmail.com>",
"contributors": [
"Eugene Sharygin <eush77@gmail.com>",
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
],
"files": [
"index.js"
],
"dependencies": {

@@ -34,5 +32,32 @@ "mdast-squeeze-paragraphs": "^3.0.0"

"devDependencies": {
"remark": "^7.0.0",
"tape": "^4.0.0"
"prettier": "^1.14.2",
"remark": "^9.0.0",
"remark-cli": "^5.0.0",
"remark-preset-wooorm": "^4.0.0",
"tape": "^4.0.0",
"unist-builder": "^1.0.2",
"xo": "^0.22.0"
},
"scripts": {
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
"test-api": "node test",
"test": "npm run format && npm run test-api"
},
"prettier": {
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"bracketSpacing": false,
"semi": false,
"trailingComma": "none"
},
"xo": {
"prettier": true,
"esnext": false
},
"remarkConfig": {
"plugins": [
"preset-wooorm"
]
}
}
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