
Security News
Node.js Moves Toward Stable TypeScript Support with Amaro 1.0
Amaro 1.0 lays the groundwork for stable TypeScript support in Node.js, bringing official .ts loading closer to reality.
@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.
Security News
Amaro 1.0 lays the groundwork for stable TypeScript support in Node.js, bringing official .ts loading closer to reality.
Research
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.