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

repo-utils

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

repo-utils - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

lib/git.js

@@ -13,3 +13,5 @@ 'use strict';

*
* repo.git({pathname: 'abc/xyz'});
* var url = require('url');
* var parts = url.parse('abc/xyz');
* repo.git(parts);
* //=> 'https://github.com/abc/xyz.git'

@@ -16,0 +18,0 @@ * ```

{
"name": "repo-utils",
"description": "Utils for normalizing and formatting repo data.",
"version": "0.1.0",
"version": "0.1.1",
"homepage": "https://github.com/jonschlinkert/repo-utils",

@@ -48,2 +48,2 @@ "author": {

]
}
}

@@ -19,3 +19,3 @@ # repo-utils [![NPM version](https://badge.fury.io/js/repo-utils.svg)](http://badge.fury.io/js/repo-utils)

### [.git](lib/git.js#L23)
### [.git](lib/git.js#L25)

@@ -31,3 +31,5 @@ Create a github `.git` url.

repo.git({pathname: 'abc/xyz'});
var url = require('url');
var parts = url.parse('abc/xyz');
repo.git(parts);
//=> 'https://github.com/abc/xyz.git'

@@ -34,0 +36,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