repo-utils
Advanced tools
Comparing version 0.3.6 to 0.3.7
@@ -432,3 +432,3 @@ 'use strict'; | ||
} | ||
urls.name = urls.name.split('%20').join(' '); | ||
urls.name = urls.name && urls.name.split('%20').join(' '); | ||
return urls; | ||
@@ -435,0 +435,0 @@ }; |
{ | ||
"name": "repo-utils", | ||
"description": "Utils for normalizing and formatting repo data.", | ||
"version": "0.3.6", | ||
"version": "0.3.7", | ||
"homepage": "https://github.com/jonschlinkert/repo-utils", | ||
@@ -6,0 +6,0 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
40759
0