
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
unist-util-generated
Advanced tools
unist utility to check if a node is generated.
This utility can be used to check if a node is said to be generated.
You can use this utility to check is generated. Generated nodes were not in the source of the original file, and thus not authored by a human. This info can then be used to not emit lint messages for generated content.
You might also find the utility unist-util-position
useful to get clean positional info.
To display positional info to users, use
unist-util-stringify-position
.
This package is ESM only. In Node.js (version 16+), install with npm:
npm install unist-util-generated
In Deno with esm.sh
:
import {generated} from 'https://esm.sh/unist-util-generated@3'
In browsers with esm.sh
:
<script type="module">
import {generated} from 'https://esm.sh/unist-util-generated@3?bundle'
</script>
import {generated} from 'unist-util-generated'
generated({}) // => true
generated({position: {start: {}, end: {}}}) // => true
generated({
position: {start: {line: 1, column: 1}, end: {line: 1, column: 2}}
}) // => false
This package exports the identifier generated
.
There is no default export.
generated(node)
Check if node
is generated.
node
(Node
)
— node to checkWhether node
is generated (does not have positional info) (boolean
).
This package is fully typed with TypeScript. It exports no additional types.
Projects maintained by the unified collective are compatible with maintained versions of Node.js.
When we cut a new major release, we drop support for unmaintained versions of
Node.
This means we try to keep the current release line, unist-util-generated@^2
,
compatible with Node.js 16.
unist-util-position
— get the position of nodesunist-util-source
— get the source of a node or positionunist-util-remove-position
— remove position
sunist-util-stringify-position
— serialize positional infoSee contributing.md
in syntax-tree/.github
for
ways to get started.
See support.md
for ways to get help.
This project has a code of conduct. By interacting with this repository, organization, or community you agree to abide by its terms.
FAQs
unist utility to check if a node is generated
The npm package unist-util-generated receives a total of 3,454,707 weekly downloads. As such, unist-util-generated popularity was classified as popular.
We found that unist-util-generated demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.