githubauthreq
Advanced tools
Comparing version 5.1.0 to 5.1.1-next.1587956307.533a763ea280cf6894b44a761eb7dff889f5d9e2
# 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 @@ |
{ | ||
"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 @@ ``` |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
30958
1
16
1
- Removedcross-fetch@^3.0.4
- Removedcross-fetch@3.2.0(transitive)
- Removednode-fetch@2.7.0(transitive)
- Removedtr46@0.0.3(transitive)
- Removedwebidl-conversions@3.0.1(transitive)
- Removedwhatwg-url@5.0.0(transitive)