oauth4webapi
Advanced tools
Comparing version 2.0.5 to 2.0.6
let USER_AGENT; | ||
if (typeof navigator === 'undefined' || !navigator.userAgent?.startsWith?.('Mozilla/5.0 ')) { | ||
const NAME = 'oauth4webapi'; | ||
const VERSION = 'v2.0.4'; | ||
const VERSION = 'v2.0.6'; | ||
USER_AGENT = `${NAME}/${VERSION}`; | ||
@@ -6,0 +6,0 @@ } |
{ | ||
"name": "oauth4webapi", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"description": "OAuth 2 / OpenID Connect for Web Platform API JavaScript runtimes", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -42,3 +42,3 @@ # OAuth 2 / OpenID Connect for Web Platform API JavaScript runtimes | ||
```js | ||
import * as oauth2 from 'https://deno.land/x/oauth4webapi@v2.0.5/mod.ts' | ||
import * as oauth2 from 'https://deno.land/x/oauth4webapi@v2.0.6/mod.ts' | ||
``` | ||
@@ -45,0 +45,0 @@ |
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