Skip to content

Commit de2cf98

Browse files
committed
Add unmaintained crate advisory for stdweb
Closes #391
1 parent 6e48979 commit de2cf98

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

crates/stdweb/RUSTSEC-0000-0000.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
```toml
2+
[advisory]
3+
id = "RUSTSEC-0000-0000"
4+
package = "stdweb"
5+
date = "2020-05-04"
6+
url = "https://github.com/koute/stdweb/issues/403"
7+
informational = "unmaintained"
8+
9+
[versions]
10+
patched = []
11+
unaffected = ["> 0.4.20"]
12+
```
13+
14+
# stdweb is unmaintained
15+
16+
The author of the `stdweb` crate is unresponsive.
17+
18+
Maintained alternatives:
19+
20+
- [`wasm-bindgen`](https://github.com/rustwasm/wasm-bindgen)
21+
- [`js-sys`](https://github.com/rustwasm/wasm-bindgen/tree/master/crates/js-sys)
22+
- [`web-sys`](https://github.com/rustwasm/wasm-bindgen/tree/master/crates/web-sys)

0 commit comments

Comments
 (0)