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

@nexeraid/identity-schemas

Package Overview
Dependencies
Maintainers
0
Versions
194
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nexeraid/identity-schemas - npm Package Compare versions

Comparing version 2.44.0-dev to 2.45.0-dev

dist/CoinMarketCap.schema-551c5465.cjs.prod.cjs

37

dist/declarations/src/identity/scenario.schema.d.ts

@@ -5,2 +5,39 @@ import { z } from "zod";

export type ScenarioType = z.infer<typeof ScenarioType>;
export declare const ScenarioStatuses: readonly ["enabled", "disabled"];
export declare const ScenarioStatus: z.ZodEnum<["enabled", "disabled"]>;
export type ScenarioStatus = z.infer<typeof ScenarioType>;
export declare const ScenarioSchema: z.ZodObject<{
title: z.ZodString;
link: z.ZodObject<{
version: z.ZodString;
schema: z.ZodString;
path: z.ZodString;
}, "strip", z.ZodTypeAny, {
path: string;
version: string;
schema: string;
}, {
path: string;
version: string;
schema: string;
}>;
status: z.ZodOptional<z.ZodEnum<["enabled", "disabled"]>>;
}, "strip", z.ZodTypeAny, {
title: string;
link: {
path: string;
version: string;
schema: string;
};
status?: "enabled" | "disabled" | undefined;
}, {
title: string;
link: {
path: string;
version: string;
schema: string;
};
status?: "enabled" | "disabled" | undefined;
}>;
export type ScenarioSchema = z.infer<typeof ScenarioSchema>;
export declare const BackwardsCompatibleScenarioTypes: readonly ["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "OffChainZKP", "ChallengeQuery"];

@@ -7,0 +44,0 @@ export declare const BackwardsCompatibleScenarioType: z.ZodEnum<["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "OffChainZKP", "ChallengeQuery"]>;

2

dist/package.json
{
"name": "@nexeraid/identity-schemas",
"version": "2.44.0",
"version": "2.45.0",
"description": "",

@@ -5,0 +5,0 @@ "keywords": [],

{
"name": "@nexeraid/identity-schemas",
"version": "2.44.0-dev",
"version": "2.45.0-dev",
"description": "",

@@ -5,0 +5,0 @@ "keywords": [],

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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

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

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