Comparing version 1.0.0 to 1.0.1
const fetch = require('isomorphic-unfetch') | ||
class AuthFetch { | ||
constructor(token, url) { | ||
constructor(url, token) { | ||
this.token = token | ||
@@ -6,0 +6,0 @@ this.url = url |
{ | ||
"name": "auth-fetch", | ||
"description": "Fetch JSON with a Bearer token", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"author": "Pablo Varela <pablo@pablopunk.com>", | ||
@@ -6,0 +6,0 @@ "bugs": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package