Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
org.webjars.npm:parse-github-repo-url
Advanced tools
Parse a GitHub URL for user/project@version
Parse all the stupid ways you could write a GitHub URL in your damn package.json
.
Supports:
<user>/<repo#<commit>
git://
and .git
w/ #commit
or @version
git@
and https:git@
www.github.com
gitlab.<my company name>.com/user/repo.git
parsingversion
could be false
y, a semantic version, a commit, or a branch, etc.
var parse = require('parse-github-repo-url')
parse('component/emitter#1') // => ['component', 'emitter', '1']
See the tests for all the different types of supported URLs.
FAQs
WebJar for parse-github-repo-url
We found that org.webjars.npm:parse-github-repo-url demonstrated a not healthy version release cadence and project activity because the last version was released 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
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.