bigskysoftware / bigskysoftware/htmx-extensions
Several extensions list the wrong SRI hash in website instructions
Open
documentation
help wanted
- Dominant language
- JavaScript
- Stars
- 284
- Forks
- 88
- PR merge metrics
- No merged PRs in 30d
Description
The docs at https://htmx.org/extensions/ws/ specify the following script slug for the websocket extension:
```
```
This does not match the hash being served by unpkg: https://unpkg.com/htmx-ext-ws@2.0.2/ws.js?meta reports:
```
{
"path": "/ws.js",
"type": "file",
"contentType": "application/javascript",
"integrity": "sha384-932iIqjARv+Gy0+r6RTGrfCkCKS5MsF539Iqf6Vt8L4YmbnnWI2DSFoMD90bvXd0",
"lastModified": "Sat, 26 Oct 1985 08:15:00 GMT",
"size": 14714
}
```
Contributor guide
Assessment
This issue has not been assessed yet.