@fellow/auth-browser
Advanced tools
Comparing version 5.1.0 to 5.1.1
{ | ||
"name": "@fellow/auth-browser", | ||
"version": "5.1.0", | ||
"version": "5.1.1", | ||
"description": "A fork of the Capacitor Browser API only for iOS that supports extra features for authorization.", | ||
@@ -18,6 +18,6 @@ "main": "dist/plugin.cjs.js", | ||
"type": "git", | ||
"url": "https://github.com/fellow/authbrowser" | ||
"url": "https://github.com/fellow/auth-browser" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/fellow/authbrowser/issues" | ||
"url": "https://github.com/fellow/auth-browser/issues" | ||
}, | ||
@@ -24,0 +24,0 @@ "keywords": [ |
@@ -1,2 +0,2 @@ | ||
# @fellow/authbrowser | ||
# @fellow/auth-browser | ||
@@ -12,3 +12,3 @@ The Auth Browser API provides the ability to open an in-app browser and subscribe to browser events. | ||
```bash | ||
npm install @fellow/authbrowser | ||
npm install @fellow/auth-browser | ||
npx cap sync | ||
@@ -20,3 +20,3 @@ ``` | ||
```typescript | ||
import { AuthBrowser } from '@fellow/authbrowser'; | ||
import { AuthBrowser } from '@fellow/auth-browser'; | ||
@@ -23,0 +23,0 @@ const LoginWithN = async (n: string) => { |
Sorry, the diff of this file is not supported yet
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
26931