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 - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

10

compiled-types/index.d.ts
/** List of all the Bevry managed GitHub organisations */
declare const list: Array<string>
export default list
declare const list: Array<string>;
export default list;
/** Is the passed organisation a Bevry managed organisation? */
export declare function is(org: string): boolean
export declare function is(org: string): boolean;
/** Is the passed organisation NOT a Bevry managed organisation? */
export declare function isnt(org: string): boolean
//# sourceMappingURL=index.d.ts.map
export declare function isnt(org: string): boolean;
//# sourceMappingURL=index.d.ts.map
/** List of all the Bevry managed GitHub organisations */
const list = [
'balupton',
'bevry',
'bevry-archive',
'bevry-trading',
'browserstate',
'chainyjs',
'docpad',
'docpad-archive',
'elegant-talk',
'interconnectapp',
'webwrite',
]
export default list
'balupton',
'bevry',
'bevry-actions',
'bevry-archive',
'bevry-trading',
'browserstate',
'chainyjs',
'docpad',
'docpad-archive',
'elegant-talk',
'interconnectapp',
'webwrite',
];
export default list;
/** Is the passed organisation a Bevry managed organisation? */
export function is(org) {
return list.includes(org)
return list.includes(org);
}
/** Is the passed organisation NOT a Bevry managed organisation? */
export function isnt(org) {
return is(org) === false
return is(org) === false;
}

@@ -5,2 +5,3 @@ /** List of all the Bevry managed GitHub organisations */

'bevry',
'bevry-actions',
'bevry-archive',

@@ -7,0 +8,0 @@ 'bevry-trading',

/** List of all the Bevry managed GitHub organisations */
var list = [
'balupton',
'bevry',
'bevry-archive',
'bevry-trading',
'browserstate',
'chainyjs',
'docpad',
'docpad-archive',
'elegant-talk',
'interconnectapp',
'webwrite',
]
export default list
'balupton',
'bevry',
'bevry-actions',
'bevry-archive',
'bevry-trading',
'browserstate',
'chainyjs',
'docpad',
'docpad-archive',
'elegant-talk',
'interconnectapp',
'webwrite',
];
export default list;
/** Is the passed organisation a Bevry managed organisation? */
export function is(org) {
return list.includes(org)
return list.includes(org);
}
/** Is the passed organisation NOT a Bevry managed organisation? */
export function isnt(org) {
return is(org) === false
return is(org) === false;
}

@@ -1,3 +0,1 @@

{
"type": "module"
}
{"type": "module"}

@@ -1,28 +0,29 @@

'use strict'
Object.defineProperty(exports, '__esModule', { value: true })
exports.isnt = exports.is = void 0
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.isnt = exports.is = void 0;
/** List of all the Bevry managed GitHub organisations */
var list = [
'balupton',
'bevry',
'bevry-archive',
'bevry-trading',
'browserstate',
'chainyjs',
'docpad',
'docpad-archive',
'elegant-talk',
'interconnectapp',
'webwrite',
]
exports.default = list
'balupton',
'bevry',
'bevry-actions',
'bevry-archive',
'bevry-trading',
'browserstate',
'chainyjs',
'docpad',
'docpad-archive',
'elegant-talk',
'interconnectapp',
'webwrite',
];
exports.default = list;
/** Is the passed organisation a Bevry managed organisation? */
function is(org) {
return list.includes(org)
return list.includes(org);
}
exports.is = is
exports.is = is;
/** Is the passed organisation NOT a Bevry managed organisation? */
function isnt(org) {
return is(org) === false
return is(org) === false;
}
exports.isnt = isnt
exports.isnt = isnt;

@@ -1,3 +0,1 @@

{
"type": "commonjs"
}
{"type": "commonjs"}
# History
## v1.2.0 2021 July 28
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
## v1.1.0 2020 November 3

@@ -4,0 +8,0 @@

@@ -18,3 +18,3 @@ <!-- LICENSEFILE/ -->

The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or substantial portions of the Software.
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

@@ -21,0 +21,0 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

{
"name": "@bevry/github-orgs",
"version": "1.1.0",
"version": "1.2.0",
"description": "JSON listing of all the Bevry managed GitHub organisations",

@@ -10,6 +10,2 @@ "homepage": "https://github.com/bevry/github-orgs",

"browser",
"deno",
"deno-edition",
"deno-entry",
"denoland",
"es5",

@@ -31,3 +27,3 @@ "export-default",

"list": [
"travisci",
"githubworkflow",
"npmversion",

@@ -49,2 +45,3 @@ "npmdownloads",

"config": {
"githubWorkflow": "bevry",
"githubSponsorsUsername": "balupton",

@@ -59,3 +56,2 @@ "buymeacoffeeUsername": "balupton",

"wishlistURL": "https://bevry.me/wishlist",
"travisTLD": "com",
"githubUsername": "bevry",

@@ -98,3 +94,3 @@ "githubRepository": "github-orgs",

{
"description": "TypeScript compiled against ES2019 for web browsers with Import for modules",
"description": "TypeScript compiled against ES2020 for web browsers with Import for modules",
"directory": "edition-browsers",

@@ -123,3 +119,3 @@ "entry": "index.js",

"engines": {
"node": "10 || 12 || 14 || 15",
"node": "10 || 12 || 14",
"browsers": false

@@ -139,19 +135,5 @@ }

"engines": {
"node": "12 || 14 || 15",
"node": "12 || 14",
"browsers": false
}
},
{
"description": "TypeScript source code made to be compatible with Deno",
"directory": "edition-deno",
"entry": "index.ts",
"tags": [
"typescript",
"import",
"deno"
],
"engines": {
"deno": true,
"browsers": true
}
}

@@ -171,3 +153,2 @@ ],

},
"deno": "edition-deno/index.ts",
"browser": "edition-browsers/index.js",

@@ -177,19 +158,19 @@ "module": "edition-browsers/index.js",

"@bevry/update-contributors": "^1.18.0",
"@typescript-eslint/eslint-plugin": "^4.6.1",
"@typescript-eslint/parser": "^4.6.1",
"assert-helpers": "^8.1.0",
"eslint": "^7.12.1",
"@typescript-eslint/eslint-plugin": "^4.28.5",
"@typescript-eslint/parser": "^4.28.5",
"assert-helpers": "^8.2.0",
"eslint": "^7.31.0",
"eslint-config-bevry": "^3.23.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.4",
"filedirname": "^2.4.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"filedirname": "^2.5.0",
"kava": "^5.13.0",
"make-deno-edition": "^1.2.0",
"prettier": "^2.1.2",
"projectz": "^2.17.0",
"surge": "^0.21.6",
"make-deno-edition": "^1.3.0",
"prettier": "^2.3.2",
"projectz": "^2.18.0",
"surge": "^0.23.0",
"textextensions": "^5.12.0",
"typedoc": "^0.19.2",
"typescript": "^4.0.5",
"valid-directory": "^3.5.0",
"typedoc": "^0.21.4",
"typescript": "4.3.5",
"valid-directory": "^3.7.0",
"valid-module": "^1.15.0"

@@ -201,3 +182,3 @@ },

"our:compile:deno": "make-deno-edition --attempt",
"our:compile:edition-browsers": "tsc --module ESNext --target ES2019 --outDir ./edition-browsers --project tsconfig.json && ( test ! -d edition-browsers/source || ( mv edition-browsers/source edition-temp && rm -Rf edition-browsers && mv edition-temp edition-browsers ) )",
"our:compile:edition-browsers": "tsc --module ESNext --target ES2020 --outDir ./edition-browsers --project tsconfig.json && ( test ! -d edition-browsers/source || ( mv edition-browsers/source edition-temp && rm -Rf edition-browsers && mv edition-temp edition-browsers ) )",
"our:compile:edition-es5": "tsc --module commonjs --target ES5 --outDir ./edition-es5 --project tsconfig.json && ( test ! -d edition-es5/source || ( mv edition-es5/source edition-temp && rm -Rf edition-es5 && mv edition-temp edition-es5 ) ) && echo '{\"type\": \"commonjs\"}' > edition-es5/package.json",

@@ -210,3 +191,3 @@ "our:compile:edition-es5-esm": "tsc --module ESNext --target ES5 --outDir ./edition-es5-esm --project tsconfig.json && ( test ! -d edition-es5-esm/source || ( mv edition-es5-esm/source edition-temp && rm -Rf edition-es5-esm && mv edition-temp edition-es5-esm ) ) && echo '{\"type\": \"module\"}' > edition-es5-esm/package.json",

"our:meta:docs": "npm run our:meta:docs:typedoc",
"our:meta:docs:typedoc": "rm -Rf ./docs && typedoc --mode file --exclude '**/+(*test*|node_modules)' --excludeExternals --name \"$npm_package_name\" --readme ./README.md --out ./docs ./source",
"our:meta:docs:typedoc": "rm -Rf ./docs && typedoc --exclude '**/+(*test*|node_modules)' --excludeExternals --out ./docs ./source",
"our:meta:projectz": "projectz compile",

@@ -217,3 +198,3 @@ "our:release": "npm run our:release:prepare && npm run our:release:check-changelog && npm run our:release:check-dirty && npm run our:release:tag && npm run our:release:push",

"our:release:prepare": "npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta",
"our:release:push": "git push origin master && git push origin --tags",
"our:release:push": "git push origin && git push origin --tags",
"our:release:tag": "export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (echo 'proper changelog entry not found' && exit -1) && git tag v$npm_package_version -am \"$MESSAGE\"",

@@ -220,0 +201,0 @@ "our:setup": "npm run our:setup:install",

@@ -10,3 +10,3 @@ <!-- TITLE/ -->

<span class="badge-travisci"><a href="http://travis-ci.com/bevry/github-orgs" title="Check this project's build status on TravisCI"><img src="https://img.shields.io/travis/com/bevry/github-orgs/master.svg" alt="Travis CI Build Status" /></a></span>
<span class="badge-githubworkflow"><a href="https://github.com/bevry/github-orgs/actions?query=workflow%3Abevry" title="View the status of this project's GitHub Workflow: bevry"><img src="https://github.com/bevry/github-orgs/workflows/bevry/badge.svg" alt="Status of the GitHub Workflow: bevry" /></a></span>
<span class="badge-npmversion"><a href="https://npmjs.org/package/@bevry/github-orgs" title="View this project on NPM"><img src="https://img.shields.io/npm/v/@bevry/github-orgs.svg" alt="NPM version" /></a></span>

@@ -68,8 +68,2 @@ <span class="badge-npmdownloads"><a href="https://npmjs.org/package/@bevry/github-orgs" title="View this project on NPM"><img src="https://img.shields.io/npm/dm/@bevry/github-orgs.svg" alt="NPM downloads" /></a></span>

<a href="https://deno.land" title="Deno is a secure runtime for JavaScript and TypeScript, it is an alternative for Node.js"><h3>Deno</h3></a>
``` typescript
import pkg from 'https://unpkg.com/@bevry/github-orgs@^1.1.0/edition-deno/index.ts'
```
<a href="https://www.skypack.dev" title="Skypack is a JavaScript Delivery Network for modern web apps"><h3>Skypack</h3></a>

@@ -79,3 +73,3 @@

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

@@ -88,3 +82,3 @@ ```

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

@@ -97,3 +91,3 @@ ```

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

@@ -107,7 +101,6 @@ ```

<ul><li><code>@bevry/github-orgs/source/index.ts</code> is <a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> source code with <a href="https://babeljs.io/docs/learn-es2015/#modules" title="ECMAScript Modules">Import</a> for modules</li>
<li><code>@bevry/github-orgs/edition-browsers/index.js</code> is <a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> compiled against <a href="https://en.wikipedia.org/wiki/ECMAScript#10th_Edition_-_ECMAScript_2019" title="ECMAScript ES2019">ES2019</a> for web browsers with <a href="https://babeljs.io/docs/learn-es2015/#modules" title="ECMAScript Modules">Import</a> for modules</li>
<li><code>@bevry/github-orgs/edition-browsers/index.js</code> is <a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> compiled against <a href="https://en.wikipedia.org/wiki/ECMAScript#11th_Edition_–_ECMAScript_2020" title="ECMAScript ES2020">ES2020</a> for web browsers with <a href="https://babeljs.io/docs/learn-es2015/#modules" title="ECMAScript Modules">Import</a> for modules</li>
<li><code>@bevry/github-orgs</code> aliases <code>@bevry/github-orgs/edition-es5/index.js</code></li>
<li><code>@bevry/github-orgs/edition-es5/index.js</code> is <a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> compiled against ES5 for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> with <a href="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a> for modules</li>
<li><code>@bevry/github-orgs/edition-es5-esm/index.js</code> is <a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> compiled against ES5 for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> with <a href="https://babeljs.io/docs/learn-es2015/#modules" title="ECMAScript Modules">Import</a> for modules</li>
<li><code>@bevry/github-orgs/edition-deno/index.ts</code> is <a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> source code made to be compatible with <a href="https://deno.land" title="Deno is a secure runtime for JavaScript and TypeScript, it is an alternative to Node.js">Deno</a></li></ul>
<li><code>@bevry/github-orgs/edition-es5-esm/index.js</code> is <a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> compiled against ES5 for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> with <a href="https://babeljs.io/docs/learn-es2015/#modules" title="ECMAScript Modules">Import</a> for modules</li></ul>

@@ -114,0 +107,0 @@ <!-- /INSTALL -->

@@ -5,2 +5,3 @@ /** List of all the Bevry managed GitHub organisations */

'bevry',
'bevry-actions',
'bevry-archive',

@@ -7,0 +8,0 @@ 'bevry-trading',

Sorry, the diff of this file is not supported yet

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