Socket
Socket
Sign inDemoInstall

hast-util-is-element

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hast-util-is-element - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

license

18

package.json
{
"name": "hast-util-is-element",
"version": "1.0.1",
"version": "1.0.2",
"description": "Check if a node is a (certain) element",

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

"bugs": "https://github.com/syntax-tree/hast-util-is-element/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)"
],

@@ -27,14 +27,14 @@ "files": [

"browserify": "^16.0.0",
"esmangle": "^1.0.1",
"nyc": "^12.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",
"xo": "^0.21.0"
"tinyify": "^2.4.3",
"xo": "^0.23.0"
},
"scripts": {
"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
"build-bundle": "browserify index.js --bare -s hastUtilIsElement > hast-util-is-element.js",
"build-mangle": "esmangle hast-util-is-element.js > hast-util-is-element.min.js",
"build-bundle": "browserify . -s hastUtilIsElement > hast-util-is-element.js",
"build-mangle": "browserify . -s hastUtilIsElement -p tinyify > hast-util-is-element.min.js",
"build": "npm run build-bundle && npm run build-mangle",

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

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

# hast-util-is-element [![Build Status][build-badge]][build-page] [![Coverage Status][coverage-badge]][coverage-page]
# hast-util-is-element [![Build][build-badge]][build] [![Coverage][coverage-badge]][coverage] [![Downloads][downloads-badge]][downloads] [![Chat][chat-badge]][chat]

@@ -65,13 +65,21 @@ Check if a [node][] is a (certain) [**HAST**][hast] [element][].

[build-page]: https://travis-ci.org/syntax-tree/hast-util-is-element
[build]: https://travis-ci.org/syntax-tree/hast-util-is-element
[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/hast-util-is-element.svg
[coverage-page]: https://codecov.io/github/syntax-tree/hast-util-is-element?branch=master
[coverage]: https://codecov.io/github/syntax-tree/hast-util-is-element
[downloads-badge]: https://img.shields.io/npm/dm/hast-util-is-element.svg
[downloads]: https://www.npmjs.com/package/hast-util-is-element
[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

@@ -78,0 +86,0 @@ [hast]: 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