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

@bevry/github-orgs

Package Overview
Dependencies
Maintainers
3
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bevry/github-orgs

JSON listing of all the Bevry managed GitHub organisations

  • 1.4.0-next.1627594273.3b4d1c0b568ca918c490ea88d3eeffbb2f29ba0e
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
48
increased by433.33%
Maintainers
3
Weekly downloads
 
Created
Source

@bevry/github-orgs

Status of the GitHub Workflow: bevry NPM version NPM downloads Dependency Status Dev Dependency Status
GitHub Sponsors donate button Patreon donate button Flattr donate button Liberapay donate button Buy Me A Coffee donate button Open Collective donate button crypto donate button PayPal donate button Wishlist browse button

JSON listing of all the Bevry managed GitHub organisations

Usage

Complete API Documentation.

import list, { is, isnt } from '@bevry/github-orgs'
console.log(list) // Array<string> listing
console.log(is('bevry'), is('google')) // true, false
console.log(isnt('bevry'), isnt('google')) // false, true
const list = require('@bevry/github-orgs').default
console.log(list)

JSON also available via @bevry/github-orgs/list.json

CDN access available via https://unpkg.com/@bevry/github-orgs/list.json

Install

npm

  • Install: npm install --save @bevry/github-orgs
  • Import: import pkg from ('@bevry/github-orgs')
  • Require: const pkg = require('@bevry/github-orgs').default

Skypack

<script type="module">
    import pkg from '//cdn.skypack.dev/@bevry/github-orgs@^1.4.0'
</script>

unpkg

<script type="module">
    import pkg from '//unpkg.com/@bevry/github-orgs@^1.4.0'
</script>

jspm

<script type="module">
    import pkg from '//dev.jspm.io/@bevry/github-orgs@1.4.0'
</script>

Editions

This package is published with the following editions:

  • @bevry/github-orgs/source/index.ts is TypeScript source code with Import for modules
  • @bevry/github-orgs/edition-browsers/index.js is TypeScript compiled against ES2020 for web browsers with Import for modules
  • @bevry/github-orgs aliases @bevry/github-orgs/edition-es5/index.js
  • @bevry/github-orgs/edition-es5/index.js is TypeScript compiled against ES5 for Node.js with Require for modules
  • @bevry/github-orgs/edition-es5-esm/index.js is TypeScript compiled against ES5 for Node.js with Import for modules

History

Discover the release history by heading on over to the HISTORY.md file.

Backers

Maintainers

These amazing people are maintaining this project:

Sponsors

No sponsors yet! Will you be the first?

GitHub Sponsors donate button Patreon donate button Flattr donate button Liberapay donate button Buy Me A Coffee donate button Open Collective donate button crypto donate button PayPal donate button Wishlist browse button

Contributors

These amazing people have contributed code to this project:

Discover how you can contribute by heading on over to the CONTRIBUTING.md file.

License

Unless stated otherwise all works are:

and licensed under:

Keywords

FAQs

Package last updated on 29 Jul 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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