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

@honojs/firebase-auth

Package Overview
Dependencies
Maintainers
3
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@honojs/firebase-auth - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

package.json
{
"name": "@honojs/firebase-auth",
"version": "1.0.0",
"version": "1.0.1",
"description": "A third-party firebase auth middleware for Hono",

@@ -32,3 +32,3 @@ "main": "dist/index.js",

"firebase-auth-cloudflare-workers": "^1.0.0",
"hono": "^2.0.2"
"hono": "^2.1.3"
},

@@ -35,0 +35,0 @@ "devDependencies": {

@@ -21,3 +21,3 @@ # Hono Firebase Auth middleware for Cloudflare Workers.

// Or you can specify here the extended VerifyFirebaseAuthEnv type.
const app = new Hono<VerifyFirebaseAuthEnv>()
const app = new Hono<{ Bindings: VerifyFirebaseAuthEnv }>()

@@ -104,1 +104,11 @@ // set middleware

MIT
## Contribution
If you are interested, send me PR would be greatly appreciated!
To test this code in your local environment, execute the following command.
```
$ yarn test-with-emulator
```
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