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

githubauthquerystring

Package Overview
Dependencies
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

githubauthquerystring - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1-next.1576646437.f7b8c4b0f2683eb1faf0f374b230970d860652fa

4

HISTORY.md
# History
## v3.0.1 2019 December 18
- Fixed an error in a `README.md` example
## v3.0.0 2019 December 18

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

2

package.json
{
"name": "githubauthquerystring",
"version": "3.0.0",
"version": "3.0.1-next.1576646437.f7b8c4b0f2683eb1faf0f374b230970d860652fa",
"description": "Authorise GitHub API requests by appending the environments auth credentials to your request's query string.",

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

@@ -40,6 +40,2 @@ <!-- TITLE/ -->

### Fetch

@@ -118,3 +114,3 @@

const {
default: ghQueryString
default: ghQueryString,
fetch: fetchGithubAuthQueryString,

@@ -125,7 +121,2 @@ redact: redactGithubAuthQueryString

<!-- INSTALL/ -->

@@ -146,3 +137,3 @@

<script type="module">
import pkg from '//cdn.pika.dev/githubauthquerystring/^3.0.0'
import pkg from '//cdn.pika.dev/githubauthquerystring/^3.0.1'
</script>

@@ -155,3 +146,3 @@ ```

<script type="module">
import pkg from '//unpkg.com/githubauthquerystring@^3.0.0'
import pkg from '//unpkg.com/githubauthquerystring@^3.0.1'
</script>

@@ -164,3 +155,3 @@ ```

<script type="module">
import pkg from '//dev.jspm.io/githubauthquerystring@3.0.0'
import pkg from '//dev.jspm.io/githubauthquerystring@3.0.1'
</script>

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