getcontributors
Advanced tools
Comparing version 2.1.0 to 2.2.0-next.1585268291.cb279a6622db89de6562eb78e31a38a96ff15d3c
@@ -7,2 +7,4 @@ /* eslint camelcase:0 */ | ||
const ghapi = process.env.GITHUB_API || 'https://api.github.com' | ||
/** Export the Fellow class we have imported and are using, such that consumers of this package and ensure they are interacting with the same singletons */ | ||
export { Fellow } | ||
/** Continue despite certain errors */ | ||
@@ -9,0 +11,0 @@ function ignore(err) { |
@@ -11,2 +11,3 @@ 'use strict' | ||
const fellow_1 = __importDefault(require('fellow')) | ||
exports.Fellow = fellow_1.default | ||
const getrepos_1 = require('getrepos') | ||
@@ -13,0 +14,0 @@ const githubauthquerystring_1 = __importDefault( |
# History | ||
## v2.2.0 2020 March 27 | ||
- Export the Fellow import we are using to ensure singelton compatability | ||
## v2.1.0 2020 March 27 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"title": "Get Contributors", | ||
"name": "getcontributors", | ||
"version": "2.1.0", | ||
"version": "2.2.0-next.1585268291.cb279a6622db89de6562eb78e31a38a96ff15d3c", | ||
"description": "Fetch all the contributors from a github repository, github organisation, or github search", | ||
@@ -6,0 +6,0 @@ "homepage": "https://github.com/bevry/getcontributors", |
@@ -55,3 +55,3 @@ <!-- TITLE/ --> | ||
<script type="module"> | ||
import * as pkg from '//cdn.pika.dev/getcontributors/^2.1.0' | ||
import * as pkg from '//cdn.pika.dev/getcontributors/^2.2.0' | ||
</script> | ||
@@ -64,3 +64,3 @@ ``` | ||
<script type="module"> | ||
import * as pkg from '//unpkg.com/getcontributors@^2.1.0' | ||
import * as pkg from '//unpkg.com/getcontributors@^2.2.0' | ||
</script> | ||
@@ -73,3 +73,3 @@ ``` | ||
<script type="module"> | ||
import * as pkg from '//dev.jspm.io/getcontributors@2.1.0' | ||
import * as pkg from '//dev.jspm.io/getcontributors@2.2.0' | ||
</script> | ||
@@ -76,0 +76,0 @@ ``` |
@@ -11,4 +11,8 @@ /* eslint camelcase:0 */ | ||
type Fellows = Set<Fellow> | ||
/** Collection of fellows */ | ||
export type Fellows = Set<Fellow> | ||
/** Export the Fellow class we have imported and are using, such that consumers of this package and ensure they are interacting with the same singletons */ | ||
export { Fellow } | ||
/** Continue despite certain errors */ | ||
@@ -15,0 +19,0 @@ function ignore(err: Error) { |
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
38904
541
1