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

@sd-jwt/types

Package Overview
Dependencies
Maintainers
2
Versions
129
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 0.3.0 to 0.3.2-next.62

dist/index.d.mts

92

package.json
{
"name": "@sd-jwt/types",
"version": "0.3.0",
"description": "Common types 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/types",
"version": "0.3.2-next.62+5143e7b",
"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",
"test:browser": "vitest run ./src/test/*.spec.ts --environment jsdom",
"test:cov": "vitest run --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",
"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"
},
"devDependencies": {
"@types/node": "*",
"ts-node": "*",
"typescript": "*"
},
"gitHead": "38e6729c173b08d2b6adb437efa72e8bbb21cb2c"
"sourceMap": true,
"splitting": false,
"clean": true,
"dts": true,
"format": [
"cjs",
"esm"
]
},
"gitHead": "5143e7b154c905e5398f609e7e7c0c84d5610d76"
}
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