Yaxp

Latest version: v1.0.1

Safety actively analyzes 627310 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

1.0.1

> 2024-04-27

- Fix xpath error when vaues contain a quote (`"`):
- Use `'` as delimeter if values contain a quote
- Raise an error if values contain both, a single-quote and a double-quote,
since this is not supported by xpath 1.x

1.0.0

> 2023-11-14

- Reworked text handling:
- `xpath.p(text='...')` will be converted to `//p[text()='...']`
- `xpath.p(_text='...')` will be converted to `//p[text='...']`
- `xpath.p(_='...')` will be converted to `//p[.='...']`
- Partual matching: Use pattern `//p[attribute[contains(., '...')]]` since this
is more reliable (e.g. for text matching)

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.