Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

parse-github-url

Package Overview
Dependencies
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

parse-github-url - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

1

index.js

@@ -119,2 +119,3 @@ /*!

function user(str) {
if (!str || !str.length) return null;
if (str.indexOf(':') !== -1) {

@@ -121,0 +122,0 @@ var segs = str.split(':');

2

package.json
{
"name": "parse-github-url",
"description": "Parse a github URL into an object.",
"version": "0.2.0",
"version": "0.2.1",
"homepage": "https://github.com/jonschlinkert/parse-github-url",

@@ -6,0 +6,0 @@ "author": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc