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

@sd-jwt/decode

Package Overview
Dependencies
Maintainers
2
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sd-jwt/decode - npm Package Compare versions

Comparing version 0.3.0 to 2.0.2-next.26

dist/index.d.mts

103

package.json
{
"name": "@sd-jwt/decode",
"version": "0.3.0",
"description": "Decode implementation of sd-jwt Draft 06 and sd-jwt-vc Draft 01",
"license": "(MIT OR Apache-2.0)",
"author": "Berend Sliedrecht <sliedrecht@berend.io>",
"readme": "../../README.md",
"keywords": [
"jwt",
"jwt-sd",
"sd-jwt",
"sd-jwt-vc",
"decentralized-identity",
"ssi",
"oauth",
"oauth2",
"openid-connect"
"name": "@sd-jwt/decode",
"version": "2.0.2-next.26+278b4fa",
"description": "sd-jwt draft 7 implementation in typescript",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"scripts": {
"build": "rm -rf **/dist && tsup",
"lint": "biome lint ./src",
"test": "pnpm run test:node && pnpm run test:browser && pnpm run test:cov",
"test:node": "vitest run ./src/test/*.spec.ts --coverage",
"test:browser": "vitest run ./src/test/*.spec.ts --environment jsdom --coverage"
},
"keywords": [
"sd-jwt",
"sdjwt",
"sd-jwt-vc"
],
"repository": {
"type": "git",
"url": "https://github.com/openwallet-foundation-labs/sd-jwt-js"
},
"author": "Lukas.J.Han <lukas.j.han@gmail.com>",
"homepage": "https://github.com/openwallet-foundation-labs/sd-jwt-js/wiki",
"bugs": {
"url": "https://github.com/openwallet-foundation-labs/sd-jwt-js/issues"
},
"license": "Apache-2.0",
"devDependencies": {
"@sd-jwt/crypto-nodejs": "2.0.2-next.26+278b4fa"
},
"dependencies": {
"@sd-jwt/types": "2.0.2-next.26+278b4fa",
"@sd-jwt/utils": "2.0.2-next.26+278b4fa"
},
"publishConfig": {
"access": "public"
},
"tsup": {
"entry": [
"./src/index.ts"
],
"repository": {
"url": "https://github.com/berendsliedrecht/sd-jwt-ts",
"type": "git"
},
"homepage": "https://github.com/berendsliedrecht/sd-jwt-ts",
"bugs": {
"url": "https://github.com/berendsliedrecht/sd-jwt-ts/issues",
"email": "sliedrecht@berend.io"
},
"publishConfig": {
"access": "public"
},
"main": "build/index.js",
"files": [
"build"
],
"scripts": {
"build": "tsc",
"test": "node --require ts-node/register --test ./tests/*.test.ts"
},
"dependencies": {
"@sd-jwt/types": "0.3.0",
"@sd-jwt/utils": "0.3.0"
},
"devDependencies": {
"@types/node": "*",
"ts-node": "*",
"typescript": "*"
},
"gitHead": "38e6729c173b08d2b6adb437efa72e8bbb21cb2c"
"sourceMap": true,
"splitting": false,
"clean": true,
"dts": true,
"format": [
"cjs",
"esm"
]
},
"gitHead": "278b4faf53b544d274ecb4e14a9f90c2312af846"
}
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