repo-utils
Advanced tools
Comparing version 0.3.5 to 0.3.6
{ | ||
"name": "repo-utils", | ||
"description": "Utils for normalizing and formatting repo data.", | ||
"version": "0.3.5", | ||
"version": "0.3.6", | ||
"homepage": "https://github.com/jonschlinkert/repo-utils", | ||
@@ -30,4 +30,4 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)", | ||
"get-value": "^2.0.6", | ||
"git-config-path": "^0.2.0", | ||
"is-absolute": "^0.2.5", | ||
"git-config-path": "^1.0.1", | ||
"is-absolute": "^0.2.6", | ||
"kind-of": "^3.0.4", | ||
@@ -38,3 +38,3 @@ "lazy-cache": "^2.0.1", | ||
"parse-author": "^1.0.0", | ||
"parse-git-config": "^0.4.2", | ||
"parse-git-config": "^1.0.2", | ||
"parse-github-url": "^0.3.2", | ||
@@ -41,0 +41,0 @@ "project-name": "^0.2.6" |
@@ -1,2 +0,2 @@ | ||
# repo-utils [](https://www.npmjs.com/package/repo-utils) [](https://npmjs.org/package/repo-utils) [](https://travis-ci.org/jonschlinkert/repo-utils) | ||
# repo-utils [](https://www.npmjs.com/package/repo-utils) [](https://npmjs.org/package/repo-utils) [](https://travis-ci.org/jonschlinkert/repo-utils) | ||
@@ -512,9 +512,9 @@ > Utils for normalizing and formatting repo data. | ||
As of October 12, 2016: | ||
As of October 29, 2016: | ||
``` | ||
Statements : 71.19% ( 126/177 ) | ||
Branches : 59.13% ( 68/115 ) | ||
Functions : 59.09% ( 13/22 ) | ||
Lines : 71.59% ( 126/176 ) | ||
Statements : 100% ( 0/0 ) | ||
Branches : 100% ( 0/0 ) | ||
Functions : 100% ( 0/0 ) | ||
Lines : 100% ( 0/0 ) | ||
``` | ||
@@ -526,3 +526,3 @@ | ||
* [git-config-path](https://www.npmjs.com/package/git-config-path): Resolve the path to the user's global .gitconfig. | [homepage](https://github.com/jonschlinkert/git-config-path "Resolve the path to the user's global .gitconfig.") | ||
* [git-config-path](https://www.npmjs.com/package/git-config-path): Resolve the path to the user's local or global .gitconfig. | [homepage](https://github.com/jonschlinkert/git-config-path "Resolve the path to the user's local or global .gitconfig.") | ||
* [parse-author](https://www.npmjs.com/package/parse-author): Parse a string into an object with `name`, `email` and `url` properties following npm conventions… [more](https://github.com/jonschlinkert/parse-author) | [homepage](https://github.com/jonschlinkert/parse-author "Parse a string into an object with `name`, `email` and `url` properties following npm conventions. Useful for the `authors` property in package.json or for parsing an AUTHORS file into an array of authors objects.") | ||
@@ -540,3 +540,3 @@ * [parse-git-config](https://www.npmjs.com/package/parse-git-config): Parse `.git/config` into a JavaScript object. sync or async. | [homepage](https://github.com/jonschlinkert/parse-git-config "Parse `.git/config` into a JavaScript object. sync or async.") | ||
| --- | --- | | ||
| 30 | [jonschlinkert](https://github.com/jonschlinkert) | | ||
| 35 | [jonschlinkert](https://github.com/jonschlinkert) | | ||
| 1 | [tunnckoCore](https://github.com/tunnckoCore) | | ||
@@ -572,6 +572,6 @@ | ||
Copyright © 2016, [Jon Schlinkert](https://github.com/jonschlinkert). | ||
Released under the [MIT license](https://github.com/jonschlinkert/repo-utils/blob/master/LICENSE). | ||
Released under the [MIT license](LICENSE). | ||
*** | ||
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.1.31, on October 12, 2016._ | ||
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.2.0, on October 29, 2016._ |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
40746
1
- Removedgit-config-path@0.2.1(transitive)
- Removedparse-git-config@0.4.3(transitive)
Updatedgit-config-path@^1.0.1
Updatedis-absolute@^0.2.6
Updatedparse-git-config@^1.0.2