New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@fluido/dreno-nextjs

Package Overview
Dependencies
Maintainers
2
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluido/dreno-nextjs - npm Package Compare versions

Comparing version

to
0.1.0-alpha-9

4

dist/server/client.d.ts

@@ -15,10 +15,10 @@ export type AuthenticationDrenoClient = Awaited<ReturnType<typeof createAuthenticationDrenoClient>>;

id: string;
createdAt: Date;
name: string;
status: "active" | "suspended" | "deleted" | "banished";
createdAt: Date;
updatedAt: Date;
lastSignInAt: Date;
description?: string | undefined;
imageURL?: string | undefined;
externalId?: string | undefined;
description?: string | undefined;
};

@@ -25,0 +25,0 @@ token: string;

@@ -14,10 +14,10 @@ export declare function getInstanceAuthorizationClient(): Promise<{

id: string;
createdAt: Date;
name: string;
status: "active" | "suspended" | "deleted" | "banished";
createdAt: Date;
updatedAt: Date;
lastSignInAt: Date;
description?: string | undefined;
imageURL?: string | undefined;
externalId?: string | undefined;
description?: string | undefined;
};

@@ -24,0 +24,0 @@ token: string;

@@ -8,10 +8,10 @@ export declare function getUser(forceRefresh?: boolean): Promise<{

id: string;
createdAt: Date;
name: string;
status: "active" | "suspended" | "deleted" | "banished";
createdAt: Date;
updatedAt: Date;
lastSignInAt: Date;
description?: string | undefined;
imageURL?: string | undefined;
externalId?: string | undefined;
description?: string | undefined;
};

@@ -18,0 +18,0 @@ token: string;

{
"name": "@fluido/dreno-nextjs",
"version": "0.1.0-alpha-8",
"version": "0.1.0-alpha-9",
"description": "Dreno library",

@@ -42,4 +42,4 @@ "license": "MIT",

"dependencies": {
"@fluido/dreno-core": "^0.1.0-alpha-8",
"@fluido/dreno-react": "^0.1.0-alpha-8",
"@fluido/dreno-core": "^0.1.0-alpha-9",
"@fluido/dreno-react": "^0.1.0-alpha-9",
"lodash": "^4.17.21",

@@ -46,0 +46,0 @@ "valibot": "^0.19.0"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet