Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

getcontributors

Package Overview
Dependencies
Maintainers
2
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

getcontributors - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0-next.1585268291.cb279a6622db89de6562eb78e31a38a96ff15d3c

2

edition-browsers/index.js

@@ -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 @@

2

package.json
{
"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) {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc