
Security News
Node.js Homepage Adds Paid Support Link, Prompting Contributor Pushback
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.
github.com/matthewdargan/ghlink
Ghlink creates GitHub permanent links to specified file lines of files hosted in a GitHub repository.
Usage:
ghlink [-l1 line1 [-l2 line2] | -s text] file
ghlink file
prints a link to file.
ghlink -l1 line1 file
prints a link to line1 in file.
ghlink -l1 line1 -l2 line2 file
prints a link to lines line1 through line2
in file.
ghlink -s text file
prints a link to lines matching text in file. If text
is ‘-’, the standard input is used.
Print a link to README.md:
$ ghlink README.md
Print a link to line 3 in README.md:
$ ghlink -l1 3 README.md
Print a link to lines 3 through 8 in README.md:
$ ghlink -l1 3 -l2 8 README.md
Print a link to lines matching "Usage:\n\n ghlink file":
$ ghlink -s 'Usage:\n\n ghlink file' README.md
FAQs
Unknown package
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
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.
Research
North Korean threat actors linked to the Contagious Interview campaign return with 35 new malicious npm packages using a stealthy multi-stage malware loader.
Research
Security News
The Socket Research Team investigates a malicious Python typosquat of a popular password library that forces Windows shutdowns when input is incorrect.