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

@fluido/dreno-core

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluido/dreno-core - npm Package Compare versions

Comparing version

to
0.6.2-alpha

@@ -61,3 +61,3 @@ import { type Output } from 'valibot';

externalId: import("valibot").OptionalSchema<import("valibot").StringSchema<string>, undefined, string | undefined>;
type: import("valibot").PicklistSchema<("password" | "fido2")[], "password" | "fido2">;
type: import("valibot").PicklistSchema<("password" | "passwordless")[], "password" | "passwordless">;
state: import("valibot").PicklistSchema<("active" | "inactive")[], "active" | "inactive">;

@@ -73,3 +73,3 @@ data: import("valibot").StringSchema<string>;

}, undefined, {
type: "password" | "fido2";
type: "password" | "passwordless";
data: string;

@@ -76,0 +76,0 @@ id: string;

{
"name": "@fluido/dreno-core",
"version": "0.6.1-alpha",
"version": "0.6.2-alpha",
"description": "Dreno library",

@@ -5,0 +5,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet