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.2-next.75 to 0.3.2-next.76

2

dist/index.d.ts

@@ -33,3 +33,3 @@ declare const SD_SEPARATOR = "~";

type KBOptions = {
payload: kbPayload;
payload: Omit<kbPayload, 'sd_hash'>;
};

@@ -36,0 +36,0 @@ type OrPromise<T> = T | Promise<T>;

{
"name": "@sd-jwt/types",
"version": "0.3.2-next.75+c1b701d",
"version": "0.3.2-next.76+270ba1b",
"description": "sd-jwt draft 7 implementation in typescript",

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

},
"gitHead": "c1b701d6c1998c22dcc9efc0f91229177c7c8eea"
"gitHead": "270ba1b51bde3fd8c4f2dc7d9eaf09e1225c7873"
}

@@ -35,3 +35,3 @@ export const SD_SEPARATOR = '~';

export type KBOptions = {
payload: kbPayload;
payload: Omit<kbPayload, 'sd_hash'>;
};

@@ -38,0 +38,0 @@

Sorry, the diff of this file is not supported yet

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