Socket
Socket
Sign inDemoInstall

unist-util-generated

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

unist-util-generated - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

21

package.json
{
"name": "unist-util-generated",
"version": "1.1.0",
"version": "1.1.1",
"description": "Check if a Unist node is generated",

@@ -14,4 +14,4 @@ "license": "MIT",

],
"repository": "https://github.com/wooorm/unist-util-generated",
"bugs": "https://github.com/wooorm/unist-util-generated/issues",
"repository": "https://github.com/syntax-tree/unist-util-generated",
"bugs": "https://github.com/syntax-tree/unist-util-generated/issues",
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",

@@ -25,9 +25,9 @@ "contributors": [

"devDependencies": {
"browserify": "^13.0.0",
"browserify": "^14.1.0",
"esmangle": "^1.0.0",
"nyc": "^9.0.1",
"remark-cli": "^2.1.0",
"remark-preset-wooorm": "^1.0.0",
"nyc": "^11.0.0",
"remark-cli": "^3.0.0",
"remark-preset-wooorm": "^3.0.0",
"tape": "^4.5.1",
"xo": "^0.17.1"
"xo": "^0.18.2"
},

@@ -52,2 +52,3 @@ "scripts": {

"space": true,
"esnext": false,
"ignores": [

@@ -58,4 +59,6 @@ "unist-util-generated.js"

"remarkConfig": {
"presets": "wooorm"
"plugins": [
"preset-wooorm"
]
}
}

@@ -46,2 +46,11 @@ # unist-util-generated [![Build Status][build-badge]][build-page] [![Coverage Status][coverage-badge]][coverage-page]

## Related
* [`unist-util-position`](https://github.com/syntax-tree/unist-util-position)
— Get the position of nodes
* [`unist-util-remove-position`](https://github.com/syntax-tree/unist-util-remove-position)
— Remove `position`s from a tree
* [`unist-util-stringify-position`](https://github.com/syntax-tree/unist-util-stringify-position)
— Stringify a node, location, or position
## License

@@ -53,9 +62,9 @@

[build-badge]: https://img.shields.io/travis/wooorm/unist-util-generated.svg
[build-badge]: https://img.shields.io/travis/syntax-tree/unist-util-generated.svg
[build-page]: https://travis-ci.org/wooorm/unist-util-generated
[build-page]: https://travis-ci.org/syntax-tree/unist-util-generated
[coverage-badge]: https://img.shields.io/codecov/c/github/wooorm/unist-util-generated.svg
[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/unist-util-generated.svg
[coverage-page]: https://codecov.io/github/wooorm/unist-util-generated?branch=master
[coverage-page]: https://codecov.io/github/syntax-tree/unist-util-generated?branch=master

@@ -68,6 +77,6 @@ [npm]: https://docs.npmjs.com/cli/install

[unist]: https://github.com/wooorm/unist
[unist]: https://github.com/syntax-tree/unist
[node]: https://github.com/wooorm/unist#node
[node]: https://github.com/syntax-tree/unist#node
[spec]: https://github.com/wooorm/unist#location
[spec]: https://github.com/syntax-tree/unist#location
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