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.6.2-next.26 to 0.6.2-next.27

1

dist/index.d.ts

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

};
exp?: number;
[key: string]: unknown;

@@ -65,0 +66,0 @@ }

4

package.json
{
"name": "@sd-jwt/types",
"version": "0.6.2-next.26+5a6db52",
"version": "0.6.2-next.27+5711484",
"description": "sd-jwt draft 7 implementation in typescript",

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

},
"gitHead": "5a6db529b8e7d81027ee97c09ad3c68cde8a995e"
"gitHead": "5711484f7aedc207763835f1f7f656a75558798d"
}

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

};
exp?: number;
[key: string]: unknown;

@@ -71,0 +72,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