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

@sphereon/ssi-types

Package Overview
Dependencies
Maintainers
4
Versions
1293
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sphereon/ssi-types - npm Package Compare versions

Comparing version 0.32.1-feature.VDX.341.57 to 0.32.1-feature.oid4vp.rest.api.improv.bootcamp.187

dist/types/status-list.d.ts

1

dist/types/index.d.ts

@@ -12,3 +12,4 @@ export * from './did';

export * from './metadata-types';
export * from './status-list';
export * from './dcql';
//# sourceMappingURL=index.d.ts.map

@@ -28,3 +28,4 @@ "use strict";

__exportStar(require("./metadata-types"), exports);
__exportStar(require("./status-list"), exports);
__exportStar(require("./dcql"), exports);
//# sourceMappingURL=index.js.map

3

dist/types/w3c-vc.d.ts

@@ -232,5 +232,2 @@ import { IProofPurpose, IProofType } from './did';

}
export declare enum StatusListType {
StatusList2021 = "StatusList2021"
}
export type StatusPurpose2021 = 'revocation' | 'suspension' | string;

@@ -237,0 +234,0 @@ export declare enum StatusListCredentialIdMode {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.StatusListDriverType = exports.StatusListCredentialIdMode = exports.StatusListType = exports.JWT_PROOF_TYPE_2020 = void 0;
exports.StatusListDriverType = exports.StatusListCredentialIdMode = exports.JWT_PROOF_TYPE_2020 = void 0;
exports.isWrappedW3CVerifiableCredential = isWrappedW3CVerifiableCredential;
exports.isWrappedW3CVerifiablePresentation = isWrappedW3CVerifiablePresentation;
exports.JWT_PROOF_TYPE_2020 = 'JwtProof2020';
var StatusListType;
(function (StatusListType) {
StatusListType["StatusList2021"] = "StatusList2021";
})(StatusListType || (exports.StatusListType = StatusListType = {}));
var StatusListCredentialIdMode;

@@ -12,0 +8,0 @@ (function (StatusListCredentialIdMode) {

{
"name": "@sphereon/ssi-types",
"description": "SSI Common Types",
"version": "0.32.1-feature.VDX.341.57+c933fcf4",
"version": "0.32.1-feature.oid4vp.rest.api.improv.bootcamp.187+cb1cb474",
"main": "dist/index.js",

@@ -50,3 +50,3 @@ "types": "dist/index.d.ts",

"nx": {},
"gitHead": "c933fcf458a0a541de46ee82ac863a8c23c50e82"
"gitHead": "cb1cb474f6b670933f9bd5ea40da9dc421d5585f"
}

@@ -12,2 +12,3 @@ export * from './did'

export * from './metadata-types'
export * from './status-list'
export * from './dcql'

@@ -23,3 +23,3 @@ import { IProofPurpose, IProofType } from './did'

id?: string
credentialStatus?: ICredentialStatus
credentialStatus?: ICredentialStatus // | Array<ICredentialStatus> TODO this is only true for VC v2.0 CREATE TICKET BEFORE PR
description?: string

@@ -229,3 +229,3 @@ name?: string

log: [{ id: string; valid: boolean }]
},
}
]

@@ -281,5 +281,7 @@

/* FIXME figurae out how to handle this, we can't have duplicates and we need one in ssi-types for the data store logic
export enum StatusListType {
StatusList2021 = 'StatusList2021',
}
*/

@@ -286,0 +288,0 @@ export type StatusPurpose2021 = 'revocation' | 'suspension' | string

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