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

@sd-jwt/present

Package Overview
Dependencies
Maintainers
0
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sd-jwt/present - npm Package Compare versions

Comparing version 0.9.2-next.1 to 0.9.2-next.2

12

package.json
{
"name": "@sd-jwt/present",
"version": "0.9.2-next.1+d6f70c3",
"version": "0.9.2-next.2+3c85e8e",
"description": "sd-jwt draft 7 implementation in typescript",

@@ -41,8 +41,8 @@ "main": "dist/index.js",

"devDependencies": {
"@sd-jwt/crypto-nodejs": "0.9.2-next.1+d6f70c3"
"@sd-jwt/crypto-nodejs": "0.9.2-next.2+3c85e8e"
},
"dependencies": {
"@sd-jwt/decode": "0.9.2-next.1+d6f70c3",
"@sd-jwt/types": "0.9.2-next.1+d6f70c3",
"@sd-jwt/utils": "0.9.2-next.1+d6f70c3"
"@sd-jwt/decode": "0.9.2-next.2+3c85e8e",
"@sd-jwt/types": "0.9.2-next.2+3c85e8e",
"@sd-jwt/utils": "0.9.2-next.2+3c85e8e"
},

@@ -65,3 +65,3 @@ "publishConfig": {

},
"gitHead": "d6f70c37efaafe5123b7ffd1115069ba6e0e4e6e"
"gitHead": "3c85e8e283fa53e871a14c321b3a04fc4380b875"
}

@@ -163,3 +163,3 @@ import { describe, expect, test } from 'vitest';

],
_sd_alg: 'SHA-256',
_sd_alg: 'sha-256',
};

@@ -229,3 +229,3 @@

],
_sd_alg: 'SHA-256',
_sd_alg: 'sha-256',
};

@@ -270,3 +270,3 @@

],
_sd_alg: 'SHA-256',
_sd_alg: 'sha-256',
};

@@ -273,0 +273,0 @@

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