Socket
Socket
Sign inDemoInstall

github-url-to-object

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github-url-to-object - npm Package Compare versions

Comparing version 4.0.4 to 4.0.5

2

package.json
{
"name": "github-url-to-object",
"version": "4.0.4",
"version": "4.0.5",
"description": "Extract user, repo, and other interesting properties from GitHub URLs",

@@ -5,0 +5,0 @@ "main": "dist/commonjs.js",

@@ -15,3 +15,3 @@ # github-url-to-object [![Build Status](https://travis-ci.org/zeke/github-url-to-object.png?branch=master)](https://travis-ci.org/zeke/github-url-to-object)

```sh
npm install github-url-to-object --save
npm i github-url-to-object
```

@@ -30,3 +30,3 @@

```js
var gh = require('github-url-to-object')
const gh = require('github-url-to-object')

@@ -62,3 +62,6 @@ gh('github:monkey/business')

```js
gh('github:monkey/business#nachos')
gh('github:monkey/business#nachos')
```
```js
{

@@ -85,3 +88,3 @@ user: 'monkey',

```js
gh('https://ghe.example.com:heroku/heroku-flags.git', {enterprise: true})
gh('https://ghe.example.com:heroku/heroku-flags.git', { enterprise: true })
```

@@ -88,0 +91,0 @@

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