Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@xml-tools/ast

Package Overview
Dependencies
Maintainers
3
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xml-tools/ast - npm Package Compare versions

Comparing version 5.0.4 to 5.0.5

10

package.json
{
"name": "@xml-tools/ast",
"version": "5.0.4",
"version": "5.0.5",
"description": "XML Ast and Utilities",

@@ -20,5 +20,5 @@ "keywords": [

"dependencies": {
"@xml-tools/common": "^0.1.5",
"@xml-tools/parser": "^1.0.10",
"lodash": "4.17.20"
"@xml-tools/common": "^0.1.6",
"@xml-tools/parser": "^1.0.11",
"lodash": "4.17.21"
},

@@ -49,3 +49,3 @@ "devDependencies": {

},
"gitHead": "8ec00c73992783dd23e12cdecc2ea83d7177c9fa"
"gitHead": "6ce4d58f85eff0c993cc34535b8ca1b23c1e2fa0"
}

@@ -36,4 +36,4 @@ [![npm (scoped)](https://img.shields.io/npm/v/@xml-tools/ast.svg)](https://www.npmjs.com/package/@xml-tools/ast)

```javascript
const { parse } = require("xml-tools/parser");
const { buildAst, accept } = require("xml-tools/ast");
const { parse } = require("@xml-tools/parser");
const { buildAst, accept } = require("@xml-tools/ast");

@@ -40,0 +40,0 @@ const xmlText = `<note>

Sorry, the diff of this file is not supported yet

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