@sd-jwt/types
Advanced tools
Comparing version 0.3.0 to 0.3.2-next.62
{ | ||
"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" | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
24433
0
304
11
2