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

@sphereon/oid4vc-common

Package Overview
Dependencies
Maintainers
0
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sphereon/oid4vc-common - npm Package Compare versions

Comparing version 0.16.0 to 0.16.1-next.3

lib/jwt/__tests__/JwkThumbprint.spec.ts

2

dist/jwt/JwkThumbprint.js

@@ -77,3 +77,3 @@ "use strict";

}
return u8a.toString((0, hasher_1.defaultHasher)(algorithm, JSON.stringify(components)), 'base64url');
return u8a.toString((0, hasher_1.defaultHasher)(JSON.stringify(components), algorithm), 'base64url');
});

@@ -80,0 +80,0 @@ }

@@ -47,3 +47,3 @@ import * as u8a from 'uint8arrays';

}
return u8a.toString(defaultHasher(algorithm, JSON.stringify(components)), 'base64url');
return u8a.toString(defaultHasher(JSON.stringify(components), algorithm), 'base64url');
}

@@ -50,0 +50,0 @@

{
"name": "@sphereon/oid4vc-common",
"version": "0.16.0",
"version": "0.16.1-next.3+ac29c5d",
"description": "OpenID 4 Verifiable Credentials Common",

@@ -55,3 +55,3 @@ "source": "lib/index.ts",

},
"gitHead": "7d938320eba5818dfe2bf6ae5291bb3c614085e1"
"gitHead": "ac29c5d66c421fcac24fd31241c94669b868ee75"
}

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