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

@didtools/pkh-tezos

Package Overview
Dependencies
Maintainers
6
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@didtools/pkh-tezos - npm Package Compare versions

Comparing version 0.2.3-next.0 to 0.3.0

3

dist/authmethod.js

@@ -24,2 +24,3 @@ import { AccountId } from 'caip';

}
// eslint-disable-next-line @typescript-eslint/require-await
TezosWebAuth.getAuthMethod = getAuthMethod;

@@ -41,3 +42,3 @@ })(TezosWebAuth || (TezosWebAuth = {}));

assertSupportedProvider(tzProvider);
const { signature } = await tzProvider.requestSignPayload({
const { signature } = await tzProvider.requestSignPayload({
signingType: 'micheline',

@@ -44,0 +45,0 @@ payload: message

{
"name": "@didtools/pkh-tezos",
"version": "0.2.3-next.0",
"version": "0.3.0",
"license": "(Apache-2.0 OR MIT)",

@@ -33,14 +33,14 @@ "type": "module",

"devDependencies": {
"@taquito/signer": "^16.1.2",
"@taquito/taquito": "^16.1.2",
"@taquito/utils": "^16.1.2",
"typescript": "^5.0.4"
"@taquito/signer": "^17.4.0",
"@taquito/taquito": "^17.4.0",
"@taquito/utils": "^17.4.0",
"typescript": "^5.3.2"
},
"dependencies": {
"@didtools/cacao": "^2.1.1-next.0",
"@noble/curves": "^1.0.0",
"@noble/hashes": "^1.3.0",
"@didtools/cacao": "^3.0.0",
"@noble/curves": "^1.2.0",
"@noble/hashes": "^1.3.2",
"@stablelib/random": "^1.0.2",
"caip": "^1.1.0",
"uint8arrays": "^4.0.3"
"uint8arrays": "^5.0.1"
},

@@ -47,0 +47,0 @@ "scripts": {

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