mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-01 01:00:23 +01:00
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
23 lines
549 B
Markdown
23 lines
549 B
Markdown
```toml
|
|
[advisory]
|
|
id = "RUSTSEC-2020-0056"
|
|
package = "stdweb"
|
|
date = "2020-05-04"
|
|
url = "https://github.com/koute/stdweb/issues/403"
|
|
informational = "unmaintained"
|
|
|
|
[versions]
|
|
patched = []
|
|
unaffected = ["> 0.4.20"]
|
|
```
|
|
|
|
# stdweb is unmaintained
|
|
|
|
The author of the `stdweb` crate is unresponsive.
|
|
|
|
Maintained alternatives:
|
|
|
|
- [`wasm-bindgen`](https://github.com/rustwasm/wasm-bindgen)
|
|
- [`js-sys`](https://github.com/rustwasm/wasm-bindgen/tree/master/crates/js-sys)
|
|
- [`web-sys`](https://github.com/rustwasm/wasm-bindgen/tree/master/crates/web-sys)
|