bigskysoftware / bigskysoftware/htmx-extensions

Several extensions list the wrong SRI hash in website instructions

Open
#153 3 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.