@xml-tools/ast
Advanced tools
Comparing version 5.0.4 to 5.0.5
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
45130
11
1
- Removedlodash@4.17.20(transitive)
Updated@xml-tools/common@^0.1.6
Updated@xml-tools/parser@^1.0.11
Updatedlodash@4.17.21