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.0 to 2.1.1

dist/model/filterV2AllOf.d.ts

4

dist/model/filterV1.d.ts

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

import { FilterV1BaseItems } from './filterV1BaseItems';
import { OneOfNumberString } from './oneOfNumberString';
import { FilterV1Base } from './filterV1Base';
export interface FilterV1 {

@@ -16,5 +14,3 @@ const?: OneOfNumberString;

pattern?: string;
contains?: FilterV1Base;
items?: FilterV1BaseItems;
type: string;
}

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

import { Format } from './format';
import { Issuance } from './issuance';

@@ -7,2 +8,3 @@ import { ConstraintsV2 } from './constraintsV2';

purpose?: string;
format?: Format;
group?: Array<string>;

@@ -9,0 +11,0 @@ issuance?: Array<Issuance>;

@@ -11,6 +11,4 @@ export * from './callback';

export * from './filterV1';
export * from './filterV1AllOf';
export * from './filterV1Base';
export * from './filterV1BaseItems';
export * from './filterV2';
export * from './filterV2AllOf';
export * from './filterV2Base';

@@ -17,0 +15,0 @@ export * from './filterV2BaseItems';

@@ -27,6 +27,4 @@ "use strict";

__exportStar(require("./filterV1"), exports);
__exportStar(require("./filterV1AllOf"), exports);
__exportStar(require("./filterV1Base"), exports);
__exportStar(require("./filterV1BaseItems"), exports);
__exportStar(require("./filterV2"), exports);
__exportStar(require("./filterV2AllOf"), exports);
__exportStar(require("./filterV2Base"), exports);

@@ -33,0 +31,0 @@ __exportStar(require("./filterV2BaseItems"), exports);

{
"name": "@sphereon/pex-models",
"version": "2.1.0",
"version": "2.1.1",
"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