New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 2.0.0 to 2.0.1-next.1575880897.9dd30c028260de31d26ac04364a3e7de2211e102

5

HISTORY.md
# History
## v2.0.1 2019 December 9
- Fix `GITHUB_API` fallback
## v2.0.0 2019 December 9
- Implemented support for `GITHUB_API` environment variable to access the GitHub API via a proxy
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)

@@ -6,0 +11,0 @@ - Minimum required node version changed from `node: >=0.8` to `node: >=8` to keep up with mandatory ecosystem changes

2

package.json
{
"name": "getrepos",
"version": "2.0.0",
"version": "2.0.1-next.1575880897.9dd30c028260de31d26ac04364a3e7de2211e102",
"description": "Fetch the specified repositories, or those that match a particular github user or search query",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/bevry/getrepos",

@@ -8,3 +8,3 @@ 'use strict'

const githubAuthQueryString = require('githubauthquerystring').fetch()
const ghapi = process.env.GITHUB_API || '${ghapi}'
const ghapi = process.env.GITHUB_API || 'https://api.github.com'

@@ -11,0 +11,0 @@ /**

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