New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hast-util-to-nlcst

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hast-util-to-nlcst - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

license

1

index.js

@@ -168,2 +168,3 @@ 'use strict'

find(child)
start = index + 1
} else {

@@ -170,0 +171,0 @@ ;(viable ? add : findAll)(children.slice(start, index))

14

package.json
{
"name": "hast-util-to-nlcst",
"version": "1.2.2",
"version": "1.2.3",
"description": "Transform HAST to NLCST",

@@ -36,6 +36,5 @@ "license": "MIT",

"browserify": "^16.0.0",
"esmangle": "^1.0.1",
"is-hidden": "^1.0.1",
"negate": "^1.0.0",
"nyc": "^12.0.0",
"nyc": "^13.0.0",
"parse-dutch": "^4.0.0",

@@ -45,13 +44,14 @@ "parse-english": "^4.0.0",

"prettier": "^1.13.5",
"rehype": "^5.0.0",
"rehype": "^6.0.0",
"remark-cli": "^5.0.0",
"remark-preset-wooorm": "^4.0.0",
"tape": "^4.0.0",
"tinyify": "^2.4.3",
"vfile": "^3.0.0",
"xo": "^0.21.0"
"xo": "^0.23.0"
},
"scripts": {
"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
"build-bundle": "browserify index.js --bare -s hastUtilToNLCST > hast-util-to-nlcst.js",
"build-mangle": "esmangle hast-util-to-nlcst.js > hast-util-to-nlcst.min.js",
"build-bundle": "browserify . -s hastUtilToNLCST > hast-util-to-nlcst.js",
"build-mangle": "browserify . -s hastUtilToNLCST -p tinyify > hast-util-to-nlcst.min.js",
"build": "npm run build-bundle && npm run build-mangle",

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

@@ -156,3 +156,3 @@ # hast-util-to-nlcst [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov]

[license]: LICENSE
[license]: license

@@ -159,0 +159,0 @@ [author]: http://wooorm.com

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