You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@sd-jwt/types

Package Overview
Dependencies
Maintainers
2
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sd-jwt/types - npm Package Compare versions

Comparing version

to
0.9.3-next.3

6

dist/index.js

@@ -21,4 +21,4 @@ "use strict";

// src/index.ts
var src_exports = {};
__export(src_exports, {
var index_exports = {};
__export(index_exports, {
IANA_HASH_ALGORITHMS: () => IANA_HASH_ALGORITHMS,

@@ -31,3 +31,3 @@ KB_JWT_TYP: () => KB_JWT_TYP,

});
module.exports = __toCommonJS(src_exports);
module.exports = __toCommonJS(index_exports);

@@ -34,0 +34,0 @@ // src/type.ts

{
"name": "@sd-jwt/types",
"version": "0.9.3-next.2+68b4ec4",
"version": "0.9.3-next.3+b1a1a48",
"description": "sd-jwt draft 7 implementation in typescript",

@@ -56,3 +56,3 @@ "main": "dist/index.js",

},
"gitHead": "68b4ec49db47d8fdee533646a05495bb2be729d0"
"gitHead": "b1a1a481270e3ad720fc17bd24345a11575f00d6"
}