New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

githubauthreq

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

githubauthreq - npm Package Compare versions

Comparing version

to
6.4.0

# History
## v6.4.0 2021 August 4
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
## v6.3.0 2021 July 30

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

{
"name": "githubauthreq",
"version": "6.3.0-next.1627837855.a38a12fc4cf11195b5527a57ab9cc28acc0ced2a",
"version": "6.4.0",
"description": "Authorize GitHub API requests with the appropriate credentials and preferences.",

@@ -148,20 +148,20 @@ "homepage": "https://github.com/bevry/githubauthreq",

"devDependencies": {
"@bevry/update-contributors": "^1.19.0",
"@typescript-eslint/eslint-plugin": "^4.28.5",
"@typescript-eslint/parser": "^4.28.5",
"@bevry/update-contributors": "^1.20.0",
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.29.0",
"assert-helpers": "^8.4.0",
"cross-fetch": "^3.1.4",
"eslint": "^7.31.0",
"eslint": "^7.32.0",
"eslint-config-bevry": "^3.27.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"kava": "^5.14.0",
"kava": "^5.15.0",
"make-deno-edition": "^1.3.0",
"prettier": "^2.3.2",
"projectz": "^2.21.0",
"projectz": "^2.22.0",
"surge": "^0.23.0",
"typedoc": "^0.21.4",
"typedoc": "^0.21.5",
"typescript": "4.3.5",
"valid-directory": "^3.7.0",
"valid-module": "^1.16.0"
"valid-directory": "^3.9.0",
"valid-module": "^1.17.0"
},

@@ -212,2 +212,2 @@ "scripts": {

}
}
}

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

<script type="module">
import * as pkg from '//cdn.skypack.dev/githubauthreq@^6.3.0'
import * as pkg from '//cdn.skypack.dev/githubauthreq@^6.4.0'
</script>

@@ -87,3 +87,3 @@ ```

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

@@ -96,3 +96,3 @@ ```

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

@@ -99,0 +99,0 @@ ```