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

@sphereon/pex-models

Package Overview
Dependencies
Maintainers
4
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sphereon/pex-models - npm Package Compare versions

Comparing version 2.1.3 to 2.1.4-unstable.0

dist/model/schema.d.ts

4

dist/model/inputDescriptorV1.d.ts
import { Issuance } from './issuance';
import { DefinitionSchema } from './definitionSchema';
import { Schema } from './schema';
import { ConstraintsV1 } from './constraintsV1';

@@ -9,5 +9,5 @@ export interface InputDescriptorV1 {

group?: Array<string>;
schema: Array<DefinitionSchema>;
schema: Array<Schema>;
issuance?: Array<Issuance>;
constraints?: ConstraintsV1;
}

@@ -5,3 +5,2 @@ export * from './callback';

export * from './constraintsV2';
export * from './definitionSchema';
export * from './descriptor';

@@ -37,2 +36,3 @@ export * from './directives';

export * from './rules';
export * from './schema';
export * from './sdJwtObject';

@@ -39,0 +39,0 @@ export * from './status';

@@ -21,3 +21,2 @@ "use strict";

__exportStar(require("./constraintsV2"), exports);
__exportStar(require("./definitionSchema"), exports);
__exportStar(require("./descriptor"), exports);

@@ -53,2 +52,3 @@ __exportStar(require("./directives"), exports);

__exportStar(require("./rules"), exports);
__exportStar(require("./schema"), exports);
__exportStar(require("./sdJwtObject"), exports);

@@ -55,0 +55,0 @@ __exportStar(require("./status"), exports);

{
"name": "@sphereon/pex-models",
"version": "2.1.3",
"version": "2.1.4-unstable.0",
"description": "Presentation Exchange v1 and v2 typescript models",

@@ -5,0 +5,0 @@ "author": "Sphereon",

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