
Research
Security News
The Growing Risk of Malicious Browser Extensions
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
@fluffylabs/links-check
Advanced tools
Check list of files for Gray Paper Reader links and make sure they are up to date.
This CLI tool allows you to scan files passed as parameters in a lookout for links to the Gray Paper (GP) Reader.
Each of these links is then evaluated:
On top of that, the tool is able to:
--write
)--generate-notes
)npx @fluffylabs/links-check ./path-to-my-project/**/*.ts
scanning 3703: 405.271ms
โ Outdated links 57/82
๐ packages/block/assurances.ts
17: ๐งน https://graypaper.fluffylabs.dev/#/c71229b/135201135601 (version: 0.4.1)
Can be safely updated (but please check!):
๐ https://graypaper.fluffylabs.dev/#/364735a/135201135601 (version: 0.4.5)
42: ๐งน https://graypaper.fluffylabs.dev/#/c71229b/135201135601 (version: 0.4.1)
Can be safely updated (but please check!):
๐ https://graypaper.fluffylabs.dev/#/364735a/135201135601 (version: 0.4.5)
65: ๐งน https://graypaper.fluffylabs.dev/#/c71229b/135201135601 (version: 0.4.1)
Can be safely updated (but please check!):
๐ https://graypaper.fluffylabs.dev/#/364735a/135201135601 (version: 0.4.5)
(...snip...)
๐ packages/trie/nodes.ts
13: ๐งน https://graypaper.fluffylabs.dev/#/387103d/0cb0000cb400 (version: 0.3.8)
Can be safely updated (but please check!):
๐ https://graypaper.fluffylabs.dev/#/364735a/0cb0000cb400 (version: 0.4.5)
โ
No broken links found amongst 82 total.
โ ๏ธ Yet there are 57 outdated links. See above.
Usage: gp-links-check [options] <paths...>
Arguments:
paths Paths of files to be scanned. Supports glob patterns.
Options:
--ignore-file <path> Path to a file containing patterns to ignore. Gitignore
format applies. Patterns are resolved according to current
working directory.
--fail-on-broken Exit with an error code when broken links are detected.
--version <name> Commit hash of specific version to update to (instead of
latest).
--write Modify the files and update reader links to
requested/lastest versions.
--fix Alias for --write.
--generate-notes <file.json> Generate notes for the Gray Paper Reader.
--generate-notes-label <label> Label assigned to all generated notes.
-h, --help display help for command
FAQs
Check list of files for Gray Paper Reader links and make sure they are up to date.
The npm package @fluffylabs/links-check receives a total of 6 weekly downloads. As such, @fluffylabs/links-check popularity was classified as not popular.
We found that @fluffylabs/links-check demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.ย It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.
Security News
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.