Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@fellow/auth-browser

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fellow/auth-browser - npm Package Compare versions

Comparing version 5.1.0 to 5.1.1

6

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc