@thi.ng/sax
Advanced tools
Comparing version 2.1.116 to 2.1.117
# Change Log | ||
- **Last updated**: 2024-03-27T09:53:46Z | ||
- **Last updated**: 2024-04-08T14:59:30Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/sax", | ||
"version": "2.1.116", | ||
"version": "2.1.117", | ||
"description": "Transducer-based, SAX-like, non-validating, speedy & tiny XML parser", | ||
@@ -39,6 +39,6 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.9.31", | ||
"@thi.ng/strings": "^3.7.28", | ||
"@thi.ng/transducers": "^8.9.18", | ||
"@thi.ng/transducers-fsm": "^2.2.81" | ||
"@thi.ng/api": "^8.10.0", | ||
"@thi.ng/strings": "^3.7.29", | ||
"@thi.ng/transducers": "^9.0.0", | ||
"@thi.ng/transducers-fsm": "^2.2.82" | ||
}, | ||
@@ -85,3 +85,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "ce5ae2a322d50a7ce8ecccbd94fa55c496ba04fd\n" | ||
"gitHead": "85ac4bd4d6d89f8e3689e2863d5bea0cecdb371c\n" | ||
} |
@@ -10,3 +10,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
> [!NOTE] | ||
> This is one of 190 standalone projects, maintained as part | ||
> This is one of 191 standalone projects, maintained as part | ||
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo | ||
@@ -72,4 +72,10 @@ > and anti-framework. | ||
ES module import: | ||
ESM import: | ||
```ts | ||
import * as sax from "@thi.ng/sax"; | ||
``` | ||
Browser ESM import: | ||
```html | ||
@@ -76,0 +82,0 @@ <script type="module" src="https://cdn.skypack.dev/@thi.ng/sax"></script> |
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
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
49919
382
- Removed@thi.ng/compose@2.1.71(transitive)
- Removed@thi.ng/random@3.8.5(transitive)
- Removed@thi.ng/transducers@8.9.18(transitive)
Updated@thi.ng/api@^8.10.0
Updated@thi.ng/strings@^3.7.29
Updated@thi.ng/transducers@^9.0.0