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

@phanmn/chat3-sdk

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@phanmn/chat3-sdk - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

25

dist/index.d.ts

@@ -19,24 +19,14 @@ import * as valibot from 'valibot';

colorBackgroundInput: string;
account: {
email: string;
blockchain_account: {
address: string;
};
};
resource: string;
}
declare const ClientSchema: Omit<valibot.ObjectSchema<{
readonly client_id: valibot.StringSchema<undefined>;
readonly user_id: valibot.StringSchema<undefined>;
readonly token: valibot.StringSchema<undefined>;
readonly origin: valibot.OptionalSchema<valibot.StringSchema<undefined>, never>;
}, undefined>, "_types" | "_run" | "entries"> & {
readonly entries: {
readonly client_id: valibot.NonOptionalSchema<valibot.StringSchema<undefined>, undefined>;
readonly user_id: valibot.NonOptionalSchema<valibot.StringSchema<undefined>, undefined>;
readonly token: valibot.NonOptionalSchema<valibot.StringSchema<undefined>, undefined>;
readonly origin: valibot.OptionalSchema<valibot.StringSchema<undefined>, never>;
};
_run(dataset: valibot.Dataset<unknown, never>, config: valibot.Config<valibot.ObjectIssue | valibot.StringIssue>): valibot.Dataset<{
client_id: string;
user_id: string;
token: string;
origin?: string | undefined;

@@ -46,9 +36,7 @@ }, valibot.ObjectIssue | valibot.StringIssue | valibot.NonOptionalIssue>;

readonly input: {
client_id: string;
user_id: string;
token: string;
origin?: string | undefined;
};
readonly output: {
client_id: string;
user_id: string;
token: string;
origin?: string | undefined;

@@ -63,4 +51,3 @@ };

static create(params: InferOutput<typeof ClientSchema>): Client;
get user_id(): string;
get client_id(): string;
get token(): string;
get origin(): string;

@@ -67,0 +54,0 @@ }

{
"name": "@phanmn/chat3-sdk",
"type": "module",
"version": "0.0.2",
"version": "0.0.3",
"description": "Chat3.one SDK",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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