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

@sd-jwt/present

Package Overview
Dependencies
Maintainers
2
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sd-jwt/present - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1-next.12

3

dist/index.d.ts

@@ -23,2 +23,3 @@ import { Hasher, PresentationFrame } from '@sd-jwt/types';

};
declare const createHashMappingForSerializedDisclosure: (disclosures: SerializedDisclosure[]) => Record<string, Disclosure<unknown>>;
/**

@@ -34,2 +35,2 @@ * This function selects the serialized disclosures from the payload

export { type SerializedDisclosure, present, presentSync, presentableKeys, presentableKeysSync, selectDisclosures, transformPresentationFrame };
export { type SerializedDisclosure, createHashMappingForSerializedDisclosure, present, presentSync, presentableKeys, presentableKeysSync, selectDisclosures, transformPresentationFrame };

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

__export(src_exports, {
createHashMappingForSerializedDisclosure: () => createHashMappingForSerializedDisclosure,
present: () => present,

@@ -158,2 +159,3 @@ presentSync: () => presentSync,

0 && (module.exports = {
createHashMappingForSerializedDisclosure,
present,

@@ -160,0 +162,0 @@ presentSync,

{
"name": "@sd-jwt/present",
"version": "0.5.0",
"version": "0.5.1-next.12+b6f9f1d",
"description": "sd-jwt draft 7 implementation in typescript",

@@ -41,8 +41,8 @@ "main": "dist/index.js",

"devDependencies": {
"@sd-jwt/crypto-nodejs": "0.5.0"
"@sd-jwt/crypto-nodejs": "0.5.1-next.12+b6f9f1d"
},
"dependencies": {
"@sd-jwt/decode": "0.5.0",
"@sd-jwt/types": "0.5.0",
"@sd-jwt/utils": "0.5.0"
"@sd-jwt/decode": "0.5.1-next.12+b6f9f1d",
"@sd-jwt/types": "0.5.1-next.12+b6f9f1d",
"@sd-jwt/utils": "0.5.1-next.12+b6f9f1d"
},

@@ -65,3 +65,3 @@ "publishConfig": {

},
"gitHead": "513e36a23c96953368c050f5b82a43da2dcace65"
"gitHead": "b6f9f1d899769c70a8105f67cd2d41c1b6513694"
}

@@ -151,3 +151,3 @@ import {

const createHashMappingForSerializedDisclosure = (
export const createHashMappingForSerializedDisclosure = (
disclosures: SerializedDisclosure[],

@@ -154,0 +154,0 @@ ) => {

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