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

hast-util-phrasing

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hast-util-phrasing - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

license

18

package.json
{
"name": "hast-util-phrasing",
"version": "1.0.1",
"version": "1.0.2",
"description": "Check if a node is a phrasing content",

@@ -16,5 +16,5 @@ "license": "MIT",

"bugs": "https://github.com/syntax-tree/hast-util-phrasing/issues",
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
"contributors": [
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
],

@@ -32,11 +32,11 @@ "files": [

"browserify": "^16.0.0",
"esmangle": "^1.0.0",
"hastscript": "^3.0.1",
"nyc": "^12.0.0",
"hastscript": "^5.0.0",
"nyc": "^13.0.0",
"prettier": "^1.13.5",
"remark-cli": "^5.0.0",
"remark-cli": "^6.0.0",
"remark-preset-wooorm": "^4.0.0",
"tape": "^4.4.0",
"tinyify": "^2.4.3",
"unist-builder": "^1.0.2",
"xo": "^0.21.0"
"xo": "^0.23.0"
},

@@ -46,3 +46,3 @@ "scripts": {

"build-bundle": "browserify index.js -s hastUtilPhrasing > hast-util-phrasing.js",
"build-mangle": "esmangle hast-util-phrasing.js > hast-util-phrasing.min.js",
"build-mangle": "browserify index.js -s hastUtilPhrasing -p tinyify > hast-util-phrasing.min.js",
"build": "npm run build-bundle && npm run build-mangle",

@@ -49,0 +49,0 @@ "test-api": "node test",

@@ -1,2 +0,2 @@

# hast-util-phrasing [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov]
# hast-util-phrasing [![Build][build-badge]][build] [![Coverage][coverage-badge]][coverage] [![Downloads][downloads-badge]][downloads] [![Chat][chat-badge]][chat]

@@ -77,15 +77,23 @@ Check if a [node][] is a [**phrasing**][spec] content.

[travis-badge]: https://img.shields.io/travis/syntax-tree/hast-util-phrasing.svg
[build-badge]: https://img.shields.io/travis/syntax-tree/hast-util-phrasing.svg
[travis]: https://travis-ci.org/syntax-tree/hast-util-phrasing
[build]: https://travis-ci.org/syntax-tree/hast-util-phrasing
[codecov-badge]: https://img.shields.io/codecov/c/github/syntax-tree/hast-util-phrasing.svg
[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/hast-util-phrasing.svg
[codecov]: https://codecov.io/github/syntax-tree/hast-util-phrasing
[coverage]: https://codecov.io/github/syntax-tree/hast-util-phrasing
[downloads-badge]: https://img.shields.io/npm/dm/hast-util-phrasing.svg
[downloads]: https://www.npmjs.com/package/hast-util-phrasing
[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg
[chat]: https://spectrum.chat/unified/rehype
[npm]: https://docs.npmjs.com/cli/install
[license]: LICENSE
[license]: license
[author]: http://wooorm.com
[author]: https://wooorm.com

@@ -92,0 +100,0 @@ [node]: https://github.com/syntax-tree/hast

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