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

elysia-auth-drizzle

Package Overview
Dependencies
Maintainers
1
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elysia-auth-drizzle - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

4

dist/index.d.ts

@@ -35,5 +35,5 @@ import * as Elysia from 'elysia';

}>;
declare const refreshUserToken: ({ db, tokensSchema }: {
declare const refreshUserToken: ({ db, tokensSchema, }: {
db: any;
tokensSchema: any;
tokensSchema?: any;
}) => (refreshToken: string, { secret, refreshSecret, accessTokenTime, }: {

@@ -40,0 +40,0 @@ secret: string;

@@ -825,3 +825,6 @@ 'use strict';

//@ts-ignore
({ db, tokensSchema }) => async (refreshToken, {
({
db,
tokensSchema
}) => async (refreshToken, {
secret,

@@ -828,0 +831,0 @@ refreshSecret,

{
"name": "elysia-auth-drizzle",
"version": "1.2.1",
"version": "1.2.2",
"main": "./dist/index.js",

@@ -5,0 +5,0 @@ "typings": "dist/index.d.ts",

@@ -100,3 +100,11 @@ /* eslint-disable @typescript-eslint/ban-ts-comment */

({ db, tokensSchema }) =>
({
db,
tokensSchema,
}: {
//@ts-ignore
db;
//@ts-ignore
tokensSchema?;
}) =>
async (

@@ -103,0 +111,0 @@ refreshToken: string,

Sorry, the diff of this file is not supported yet

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