Security News
Introducing the Socket Python SDK
The initial version of the Socket Python SDK is now on PyPI, enabling developers to more easily interact with the Socket REST API in Python projects.
@typescript/github-link
Advanced tools
Determine the Github URL corresponding to a file (position) on disk
For a file in a local clone of a Github repository, find the corresponding github.com permalink.
npx ghlink path/foo.ts
npx ghlink path/foo.ts line
npx ghlink path/foo.ts,line
npx ghlink path/foo.ts:line
A trailing character position (e.g. as in Node.js stack traces) will also be tolerated, but will not affect the output.
If the commit exists in multiple remotes, origin
will be preferred. Failing that, one will be chosen at random.
To publish a new version of this package, change the version in package.json
and push to main.
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.
FAQs
Determine the Github permalink corresponding to a file (position) on disk
The npm package @typescript/github-link receives a total of 220 weekly downloads. As such, @typescript/github-link popularity was classified as not popular.
We found that @typescript/github-link demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 8 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
The initial version of the Socket Python SDK is now on PyPI, enabling developers to more easily interact with the Socket REST API in Python projects.
Security News
Floating dependency ranges in npm can introduce instability and security risks into your project by allowing unverified or incompatible versions to be installed automatically, leading to unpredictable behavior and potential conflicts.
Security News
A new Rust RFC proposes "Trusted Publishing" for Crates.io, introducing short-lived access tokens via OIDC to improve security and reduce risks associated with long-lived API tokens.