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.4.1-next.5 to 0.4.1-next.6

12

package.json
{
"name": "@sd-jwt/present",
"version": "0.4.1-next.5+612bf82",
"version": "0.4.1-next.6+9baa93e",
"description": "sd-jwt draft 7 implementation in typescript",

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

"devDependencies": {
"@sd-jwt/crypto-nodejs": "0.4.1-next.5+612bf82"
"@sd-jwt/crypto-nodejs": "0.4.1-next.6+9baa93e"
},
"dependencies": {
"@sd-jwt/decode": "0.4.1-next.5+612bf82",
"@sd-jwt/types": "0.4.1-next.5+612bf82",
"@sd-jwt/utils": "0.4.1-next.5+612bf82"
"@sd-jwt/decode": "0.4.1-next.6+9baa93e",
"@sd-jwt/types": "0.4.1-next.6+9baa93e",
"@sd-jwt/utils": "0.4.1-next.6+9baa93e"
},

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

},
"gitHead": "612bf8224dd71ec558679e0202fde4fbab86fff6"
"gitHead": "9baa93efb612ee2fe73c5872766cbc37e541c4dc"
}

@@ -1,4 +0,8 @@

import { Hasher, PresentationFrame, SD_SEPARATOR } from '@sd-jwt/types';
import { Disclosure } from '@sd-jwt/utils';
import {
type Hasher,
type PresentationFrame,
SD_SEPARATOR,
} from '@sd-jwt/types';
import type { Disclosure } from '@sd-jwt/utils';
import {
createHashMapping,

@@ -13,3 +17,3 @@ decodeSdJwt,

} from '@sd-jwt/decode';
import { HasherSync } from '@sd-jwt/types/src/type';
import type { HasherSync } from '@sd-jwt/types/src/type';

@@ -16,0 +20,0 @@ // Presentable keys

@@ -11,3 +11,3 @@ import { describe, expect, test } from 'vitest';

import { decodeSdJwt, decodeSdJwtSync } from '@sd-jwt/decode';
import { PresentationFrame } from '@sd-jwt/types';
import type { PresentationFrame } from '@sd-jwt/types';

@@ -14,0 +14,0 @@ describe('Present tests', () => {

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