@sd-jwt/present
Advanced tools
Comparing version 0.3.2-next.76 to 0.3.2-next.94
{ | ||
"name": "@sd-jwt/present", | ||
"version": "0.3.2-next.76+270ba1b", | ||
"version": "0.3.2-next.94+32af6cf", | ||
"description": "sd-jwt draft 7 implementation in typescript", | ||
@@ -41,8 +41,8 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@sd-jwt/crypto-nodejs": "0.3.2-next.76+270ba1b" | ||
"@sd-jwt/crypto-nodejs": "0.3.2-next.94+32af6cf" | ||
}, | ||
"dependencies": { | ||
"@sd-jwt/decode": "0.3.2-next.76+270ba1b", | ||
"@sd-jwt/types": "0.3.2-next.76+270ba1b", | ||
"@sd-jwt/utils": "0.3.2-next.76+270ba1b" | ||
"@sd-jwt/decode": "0.3.2-next.94+32af6cf", | ||
"@sd-jwt/types": "0.3.2-next.94+32af6cf", | ||
"@sd-jwt/utils": "0.3.2-next.94+32af6cf" | ||
}, | ||
@@ -65,3 +65,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "270ba1b51bde3fd8c4f2dc7d9eaf09e1225c7873" | ||
"gitHead": "32af6cfa150fceb440fc9225bcaf2791a6aeee90" | ||
} |
@@ -8,3 +8,3 @@ import { describe, expect, test } from 'vitest'; | ||
presentableKeysSync, | ||
} from '../present'; | ||
} from '../index'; | ||
import { decodeSdJwt, decodeSdJwtSync } from '@sd-jwt/decode'; | ||
@@ -11,0 +11,0 @@ |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
33766