
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
@bahmutov/parse-github-repo-url
Advanced tools
Parse a GitHub URL for user/project@version
Note: this is a clone of repo-utils/parse-github-repo-url with additional parsers, since my pull request was in limbo for a very long time.
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 @versiongit@ and https:git@www.github.comgitlab.<my company name>.com/user/repo.git parsingversion could be falsey, a semantic version, a commit, or a branch, etc.
var parse = require('@bahmutov/parse-github-repo-url')
parse('component/emitter#1') // => ['component', 'emitter', '1']
See the tests for all the different types of supported URLs.
FAQs
Parse a GitHub URL for user/project@version
The npm package @bahmutov/parse-github-repo-url receives a total of 200 weekly downloads. As such, @bahmutov/parse-github-repo-url popularity was classified as not popular.
We found that @bahmutov/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 1 open source maintainer 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 discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.