getcontributors
Advanced tools
Comparing version 2.6.0 to 2.7.0-next.1588941120.ae4989aa68c17a764ab6b53ad4dc04648737f312
# History | ||
## v2.7.0 2020 May 8 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v2.6.0 2020 May 6 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"title": "Get Contributors", | ||
"name": "getcontributors", | ||
"version": "2.6.0", | ||
"version": "2.7.0-next.1588941120.ae4989aa68c17a764ab6b53ad4dc04648737f312", | ||
"description": "Fetch all the contributors from a github repository, github organisation, or github search", | ||
@@ -11,3 +11,2 @@ "homepage": "https://github.com/bevry/getcontributors", | ||
"contributors", | ||
"dom", | ||
"github", | ||
@@ -121,5 +120,5 @@ "maintainers", | ||
"cross-fetch": "^3.0.4", | ||
"fellow": "^6.5.0", | ||
"getrepos": "^5.0.1", | ||
"githubauthreq": "^5.1.1", | ||
"fellow": "^6.6.0", | ||
"getrepos": "^5.1.0", | ||
"githubauthreq": "^5.2.0", | ||
"simplytyped": "^3.3.0" | ||
@@ -126,0 +125,0 @@ }, |
@@ -55,3 +55,3 @@ <!-- TITLE/ --> | ||
<script type="module"> | ||
import * as pkg from '//cdn.pika.dev/getcontributors/^2.6.0' | ||
import * as pkg from '//cdn.pika.dev/getcontributors/^2.7.0' | ||
</script> | ||
@@ -64,3 +64,3 @@ ``` | ||
<script type="module"> | ||
import * as pkg from '//unpkg.com/getcontributors@^2.6.0' | ||
import * as pkg from '//unpkg.com/getcontributors@^2.7.0' | ||
</script> | ||
@@ -73,3 +73,3 @@ ``` | ||
<script type="module"> | ||
import * as pkg from '//dev.jspm.io/getcontributors@2.6.0' | ||
import * as pkg from '//dev.jspm.io/getcontributors@2.7.0' | ||
</script> | ||
@@ -76,0 +76,0 @@ ``` |
@@ -10,5 +10,5 @@ { | ||
"target": "ESNext", | ||
"lib": ["DOM", "DOM.Iterable"] | ||
"lib": [] | ||
}, | ||
"include": ["source"] | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
40855
1
Updatedfellow@^6.6.0
Updatedgetrepos@^5.1.0
Updatedgithubauthreq@^5.2.0