elysia-auth-drizzle
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "elysia-auth-drizzle", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"main": "./dist/index.js", | ||
@@ -15,2 +15,6 @@ "typings": "dist/index.d.ts", | ||
}, | ||
"files": [ | ||
"dist", | ||
"src" | ||
], | ||
"peerDependencies": { | ||
@@ -17,0 +21,0 @@ "elysia": "^1.0.9" |
@@ -8,3 +8,3 @@ # elysia-auth-drizzle | ||
```typescript | ||
import { pluginUnifyElysia } from 'unify-elysia'; | ||
import { elysiaAuthDrizzlePlugin } from 'elysia-auth-drizzle'; | ||
@@ -11,0 +11,0 @@ export const app = new Elysia() |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
2248
70812
11