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
1282
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.9.1-unstable.88 to 0.9.1-unstable.109

1

dist/types/vc.d.ts

@@ -176,2 +176,3 @@ import { PresentationSubmission } from './pex';

}
export declare const JWT_PROOF_TYPE_2020 = "JwtProof2020";
//# sourceMappingURL=vc.d.ts.map

3

dist/types/vc.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DocumentFormat = exports.OriginalType = void 0;
exports.JWT_PROOF_TYPE_2020 = exports.DocumentFormat = exports.OriginalType = void 0;
var OriginalType;

@@ -16,2 +16,3 @@ (function (OriginalType) {

})(DocumentFormat = exports.DocumentFormat || (exports.DocumentFormat = {}));
exports.JWT_PROOF_TYPE_2020 = 'JwtProof2020';
//# sourceMappingURL=vc.js.map
{
"name": "@sphereon/ssi-types",
"description": "SSI Common Types",
"version": "0.9.1-unstable.88+bc20d25",
"version": "0.9.1-unstable.109+db2213e",
"main": "dist/index.js",

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

],
"private": false,
"publishConfig": {

@@ -42,3 +43,3 @@ "access": "public"

],
"gitHead": "bc20d25d9b58688fa745e6e1020979ad936025c0"
"gitHead": "db2213ec08f5d44a9e39c619ef0b5456155f2e0c"
}

@@ -214,1 +214,3 @@ import { PresentationSubmission } from './pex'

}
export const JWT_PROOF_TYPE_2020 = 'JwtProof2020'

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