@xml-tools/ast
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -6,2 +6,6 @@ # Change Log | ||
## [5.0.1](https://github.com/sap/xml-tools/compare/@xml-tools/ast@5.0.0...@xml-tools/ast@5.0.1) (2021-01-20) | ||
**Note:** Version bump only for package @xml-tools/ast | ||
# [5.0.0](https://github.com/sap/xml-tools/compare/@xml-tools/ast@4.2.1...@xml-tools/ast@5.0.0) (2020-06-29) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@xml-tools/ast", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "XML Ast and Utilities", | ||
@@ -13,6 +13,11 @@ "keywords": [ | ||
"typings": "./api.d.ts", | ||
"files": [ | ||
".reuse", | ||
"LICENSES", | ||
"api.d.ts" | ||
], | ||
"dependencies": { | ||
"@xml-tools/common": "^0.1.2", | ||
"@xml-tools/parser": "^1.0.7", | ||
"lodash": "4.17.15" | ||
"@xml-tools/common": "^0.1.3", | ||
"@xml-tools/parser": "^1.0.8", | ||
"lodash": "4.17.20" | ||
}, | ||
@@ -43,3 +48,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "b1710a793a6c6e5abca1ef5b4bd1a88b478d03cc" | ||
"gitHead": "0835f9ef42ccdac6c69f81b8345eac18778236ea" | ||
} |
@@ -71,8 +71,1 @@ [![npm (scoped)](https://img.shields.io/npm/v/@xml-tools/ast.svg)](https://www.npmjs.com/package/@xml-tools/ast) | ||
See [CONTRIBUTING.md](./CONTRIBUTING.md). | ||
## License | ||
Copyright (c) 2019-2020 SAP SE or an SAP affiliate company. All rights reserved. | ||
This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the [LICENSE file](../../LICENSE). | ||
[ast]: https://en.wikipedia.org/wiki/Abstract_syntax_tree |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
1
37438
8
192
71
1
+ Addedlodash@4.17.20(transitive)
- Removedlodash@4.17.15(transitive)
Updated@xml-tools/common@^0.1.3
Updated@xml-tools/parser@^1.0.8
Updatedlodash@4.17.20