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

@nexeraprotocol/nexera-id-schemas

Package Overview
Dependencies
Maintainers
1
Versions
385
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nexeraprotocol/nexera-id-schemas - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

6

dist/declarations/src/compliance/identity-sdk.d.ts
import { z } from "zod";
export interface DataAvailableOnStart {
export type DataAvailableOnStart = {
identifier: string;

@@ -8,3 +8,3 @@ flow?: AvailableFlow;

signature: string;
}
};
export declare const AVAILABLE_FLOWS: readonly ["VERIFICATION", "MANAGEMENT"];

@@ -16,3 +16,3 @@ export type AvailableFlow = (typeof AVAILABLE_FLOWS)[number];

export declare const VerificationModeSchema: z.ZodEnum<["full_verification", "sandbox"]>;
export type VerificationMode = (typeof VerificationModes)[number];
export type VerificationMode = z.infer<typeof VerificationModeSchema>;
/**

@@ -19,0 +19,0 @@ * Nullish values means that null or undefined is allowed

@@ -1,2 +0,2 @@

import { type Alpha3Code } from "i18n-iso-countries";
import type { Alpha3Code } from "i18n-iso-countries";
import { z } from "zod";

@@ -3,0 +3,0 @@ export declare const EmailAddressSchema: z.ZodEffects<z.ZodString, string, unknown>;

{
"name": "@nexeraprotocol/nexera-id-schemas",
"version": "1.2.0",
"version": "1.2.1",
"description": "",

@@ -63,4 +63,11 @@ "main": "dist/nexeraprotocol-nexera-id-schemas.cjs.js",

"devDependencies": {
"@nexeraprotocol/eslint-config": "workspace:*",
"json-schema-to-zod": "^1.1.1"
},
"eslintConfig": {
"root": true,
"extends": [
"@nexeraprotocol/eslint-config/base"
]
}
}
{
"name": "@nexeraprotocol/nexera-id-schemas",
"version": "1.2.0",
"version": "1.2.1",
"description": "",

@@ -39,4 +39,11 @@ "main": "dist/nexeraprotocol-nexera-id-schemas.cjs.js",

"devDependencies": {
"json-schema-to-zod": "^1.1.1"
"json-schema-to-zod": "^1.1.1",
"@nexeraprotocol/eslint-config": "0.1.1"
},
"eslintConfig": {
"root": true,
"extends": [
"@nexeraprotocol/eslint-config/base"
]
},
"scripts": {

@@ -43,0 +50,0 @@ "build": "preconstruct build && npm run copy-package-json-to-dist",

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