Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/darkreader/darkreader
/ integrity.js
File
integrity.js
tasks/integrity.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{mkdir, rm, copyFile, writeFile, readFile, stat} from
'node:fs/promises'
;
2
import
{tmpdir} from
'node:os'
;
3
4
import
unzipper from
'adm-zip'
;
Callers
nothing calls this directly
Calls
1
main
Function · 0.70
Tested by
no test coverage detected