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

githubauthreq

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

githubauthreq - npm Package Compare versions

Comparing version 5.1.0 to 5.1.1-next.1587956307.533a763ea280cf6894b44a761eb7dff889f5d9e2

4

HISTORY.md
# History
## v5.1.1 2020 April 27
- Correctly move `cross-fetch` from dependency to dev dependency
## v5.1.0 2020 April 27

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

4

package.json
{
"name": "githubauthreq",
"version": "5.1.0",
"version": "5.1.1-next.1587956307.533a763ea280cf6894b44a761eb7dff889f5d9e2",
"description": "Authorise GitHub API requests with the appropriate environment variables",

@@ -112,3 +112,2 @@ "homepage": "https://github.com/bevry/githubauthreq",

"dependencies": {
"cross-fetch": "^3.0.4",
"simplytyped": "^3.2.3"

@@ -120,2 +119,3 @@ },

"assert-helpers": "^6.0.0",
"cross-fetch": "^3.0.4",
"eslint": "^6.8.0",

@@ -122,0 +122,0 @@ "eslint-config-bevry": "^3.0.0",

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

<script type="module">
import * as pkg from '//cdn.pika.dev/githubauthreq/^5.1.0'
import * as pkg from '//cdn.pika.dev/githubauthreq/^5.1.1'
</script>

@@ -122,3 +122,3 @@ ```

<script type="module">
import * as pkg from '//unpkg.com/githubauthreq@^5.1.0'
import * as pkg from '//unpkg.com/githubauthreq@^5.1.1'
</script>

@@ -131,3 +131,3 @@ ```

<script type="module">
import * as pkg from '//dev.jspm.io/githubauthreq@5.1.0'
import * as pkg from '//dev.jspm.io/githubauthreq@5.1.1'
</script>

@@ -134,0 +134,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