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

getrepos

Package Overview
Dependencies
Maintainers
2
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

getrepos - npm Package Compare versions

Comparing version 5.16.0 to 5.17.0-next.1603936916.322ad01e9c55add383c8e813cdd95434b098b0ab

4

HISTORY.md
# History
## v5.17.0 2020 October 29
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
## v5.16.0 2020 September 4

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

44

package.json
{
"title": "Get Repositories",
"name": "getrepos",
"version": "5.16.0",
"version": "5.17.0-next.1603936916.322ad01e9c55add383c8e813cdd95434b098b0ab",
"description": "Fetch the specified repositories, or those that match a particular github user or search query",

@@ -162,3 +162,3 @@ "homepage": "https://github.com/bevry/getrepos",

{
"description": "TypeScript compiled against ESNext for Node.js 10 || 12 || 13 || 14 with Require for modules",
"description": "TypeScript compiled against ESNext for Node.js 10 || 12 || 14 || 15 with Require for modules",
"directory": "edition-esnext",

@@ -173,3 +173,3 @@ "entry": "index.js",

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

@@ -179,3 +179,3 @@ }

{
"description": "TypeScript compiled against ESNext for Node.js 12 || 13 || 14 with Import for modules",
"description": "TypeScript compiled against ESNext for Node.js 12 || 14 || 15 with Import for modules",
"directory": "edition-esnext-esm",

@@ -190,3 +190,3 @@ "entry": "index.js",

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

@@ -211,25 +211,25 @@ }

"dependencies": {
"cross-fetch": "^3.0.5",
"cross-fetch": "^3.0.6",
"githubauthreq": "^5.18.0",
"native-promise-pool": "^3.14.0",
"native-promise-pool": "^3.15.0",
"simplytyped": "^3.3.0"
},
"devDependencies": {
"@bevry/update-contributors": "^1.16.0",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"assert-helpers": "^7.2.0",
"eslint": "^7.8.1",
"eslint-config-bevry": "^3.22.0",
"eslint-config-prettier": "^6.11.0",
"@bevry/update-contributors": "^1.17.0",
"@typescript-eslint/eslint-plugin": "^4.6.0",
"@typescript-eslint/parser": "^4.6.0",
"assert-helpers": "^8.1.0",
"eslint": "^7.12.1",
"eslint-config-bevry": "^3.23.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.4",
"kava": "^5.11.0",
"make-deno-edition": "^1.1.1",
"prettier": "^2.1.1",
"projectz": "^2.15.0",
"kava": "^5.12.0",
"make-deno-edition": "^1.2.0",
"prettier": "^2.1.2",
"projectz": "^2.16.0",
"surge": "^0.21.6",
"typedoc": "^0.19.0",
"typescript": "^4.0.2",
"valid-directory": "^3.3.0",
"valid-module": "^1.13.0"
"typedoc": "^0.19.2",
"typescript": "^4.0.5",
"valid-directory": "^3.4.0",
"valid-module": "^1.14.0"
},

@@ -236,0 +236,0 @@ "scripts": {

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

<script type="module">
import * as pkg from '//cdn.skypack.dev/getrepos@^5.16.0'
import * as pkg from '//cdn.skypack.dev/getrepos@^5.17.0'
</script>

@@ -85,3 +85,3 @@ ```

<script type="module">
import * as pkg from '//unpkg.com/getrepos@^5.16.0'
import * as pkg from '//unpkg.com/getrepos@^5.17.0'
</script>

@@ -94,3 +94,3 @@ ```

<script type="module">
import * as pkg from '//dev.jspm.io/getrepos@5.16.0'
import * as pkg from '//dev.jspm.io/getrepos@5.17.0'
</script>

@@ -106,4 +106,4 @@ ```

<li><code>getrepos</code> aliases <code>getrepos/edition-esnext/index.js</code></li>
<li><code>getrepos/edition-esnext/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#ES.Next" title="ECMAScript Next">ESNext</a> for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> 10 || 12 || 13 || 14 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>getrepos/edition-esnext-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 <a href="https://en.wikipedia.org/wiki/ECMAScript#ES.Next" title="ECMAScript Next">ESNext</a> for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> 12 || 13 || 14 with <a href="https://babeljs.io/docs/learn-es2015/#modules" title="ECMAScript Modules">Import</a> for modules</li></ul>
<li><code>getrepos/edition-esnext/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#ES.Next" title="ECMAScript Next">ESNext</a> for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> 10 || 12 || 14 || 15 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>getrepos/edition-esnext-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 <a href="https://en.wikipedia.org/wiki/ECMAScript#ES.Next" title="ECMAScript Next">ESNext</a> for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> 12 || 14 || 15 with <a href="https://babeljs.io/docs/learn-es2015/#modules" title="ECMAScript Modules">Import</a> for modules</li></ul>

@@ -110,0 +110,0 @@ <!-- /INSTALL -->

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