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

xastscript

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xastscript - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

13

package.json
{
"name": "xastscript",
"version": "1.0.0",
"description": "Create xast trees",
"version": "1.0.1",
"description": "xast utility to create trees",
"license": "MIT",
"keywords": [
"unist",
"xast",
"unist",
"xast-util",
"util",
"utility",
"xml",
"dsl",
"xml",
"extensible",

@@ -35,3 +38,3 @@ "markup",

"tape": "^4.0.0",
"xo": "^0.25.0"
"xo": "^0.27.0"
},

@@ -38,0 +41,0 @@ "scripts": {

@@ -145,3 +145,3 @@ # xastscript

### `x(name[, attributes][, ...children])`
### `x(name[, attributes][, …children])`

@@ -186,2 +186,6 @@ Create XML *[trees][tree]* in **[xast][]**.

— Serialize nodes to XML
* [`xast-util-from-xml`](https://github.com/syntax-tree/xast-util-from-xml)
— Parse from XML
* [`hast-util-to-xast`](https://github.com/syntax-tree/hast-util-to-xast)
— Transform hast (html, svg) to xast (xml)

@@ -194,4 +198,4 @@ ## Contribute

This project has a [Code of Conduct][coc].
By interacting with this repository, organisation, or community you agree to
This project has a [code of conduct][coc].
By interacting with this repository, organization, or community you agree to
abide by its terms.

@@ -198,0 +202,0 @@

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