getcontributors
Advanced tools
Comparing version 2.20.0 to 2.21.0
# History | ||
## v2.21.0 2020 August 18 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v2.20.0 2020 August 4 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"title": "Get Contributors", | ||
"name": "getcontributors", | ||
"version": "2.20.0", | ||
"version": "2.21.0", | ||
"description": "Fetch all the contributors from a github repository, github organisation, or github search", | ||
@@ -146,24 +146,24 @@ "homepage": "https://github.com/bevry/getcontributors", | ||
"fellow": "^6.18.0", | ||
"getrepos": "^5.13.0", | ||
"githubauthreq": "^5.15.0", | ||
"getrepos": "^5.14.0", | ||
"githubauthreq": "^5.16.0", | ||
"simplytyped": "^3.3.0" | ||
}, | ||
"devDependencies": { | ||
"@bevry/update-contributors": "^1.14.0", | ||
"@typescript-eslint/eslint-plugin": "^3.8.0", | ||
"@typescript-eslint/parser": "^3.8.0", | ||
"@bevry/update-contributors": "^1.15.0", | ||
"@typescript-eslint/eslint-plugin": "^3.9.1", | ||
"@typescript-eslint/parser": "^3.9.1", | ||
"assert-helpers": "^6.19.0", | ||
"eslint": "^7.6.0", | ||
"eslint-config-bevry": "^3.18.0", | ||
"eslint": "^7.7.0", | ||
"eslint-config-bevry": "^3.19.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"kava": "^5.9.0", | ||
"make-deno-edition": "^0.15.0", | ||
"kava": "^5.10.0", | ||
"make-deno-edition": "^1.0.0", | ||
"prettier": "^2.0.5", | ||
"projectz": "^2.12.0", | ||
"projectz": "^2.14.0", | ||
"surge": "^0.21.6", | ||
"typedoc": "^0.17.8", | ||
"typedoc": "^0.18.0", | ||
"typescript": "^3.9.7", | ||
"valid-directory": "^2.7.0", | ||
"valid-module": "^1.11.0" | ||
"valid-directory": "^3.0.0", | ||
"valid-module": "^1.12.0" | ||
}, | ||
@@ -170,0 +170,0 @@ "scripts": { |
@@ -51,7 +51,7 @@ <!-- TITLE/ --> | ||
<a href="https://www.pika.dev/cdn" title="100% Native ES Modules CDN"><h3>pika</h3></a> | ||
<a href="https://www.skypack.dev" title="Skypack is a JavaScript Delivery Network for modern web apps"><h3>Skypack</h3></a> | ||
``` html | ||
<script type="module"> | ||
import * as pkg from '//cdn.pika.dev/getcontributors/^2.20.0' | ||
import * as pkg from '//cdn.skypack.dev/getcontributors@^2.21.0' | ||
</script> | ||
@@ -64,3 +64,3 @@ ``` | ||
<script type="module"> | ||
import * as pkg from '//unpkg.com/getcontributors@^2.20.0' | ||
import * as pkg from '//unpkg.com/getcontributors@^2.21.0' | ||
</script> | ||
@@ -73,3 +73,3 @@ ``` | ||
<script type="module"> | ||
import * as pkg from '//dev.jspm.io/getcontributors@2.20.0' | ||
import * as pkg from '//dev.jspm.io/getcontributors@2.21.0' | ||
</script> | ||
@@ -76,0 +76,0 @@ ``` |
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
56338
14
Updatedgetrepos@^5.14.0
Updatedgithubauthreq@^5.16.0