Socket
Socket
Sign inDemoInstall

@taquito/utils

Package Overview
Dependencies
Maintainers
6
Versions
200
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@taquito/utils - npm Package Compare versions

Comparing version 20.0.2-beta.2 to 21.0.0-beta.0

2

dist/lib/verify-signature.js

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

* @param messageBytes The forged message including the magic byte (11 for block,
* 12 for preattestation/preendorsement, 13 for attestation/endorsement, 3 for generic, 5 for the PACK format of michelson)
* 12 for preattestation, 13 for attestation, 3 for generic, 5 for the PACK format of michelson)
* @param publicKey The public key to verify the signature against

@@ -18,0 +18,0 @@ * @param signature The signature to verify

@@ -6,4 +6,4 @@ "use strict";

exports.VERSION = {
"commitHash": "943d5fd11790da35f4a3e6ecfcaae3c4f0399a97",
"version": "20.0.2-beta.2"
"commitHash": "bbfe9f5a28ecf81757bf3895aaba6d2aeaa656cb",
"version": "21.0.0-beta.0"
};

@@ -127,3 +127,3 @@ import { Buffer } from 'buffer';

* @param messageBytes The forged message including the magic byte (11 for block,
* 12 for preattestation/preendorsement, 13 for attestation/endorsement, 3 for generic, 5 for the PACK format of michelson)
* 12 for preattestation, 13 for attestation, 3 for generic, 5 for the PACK format of michelson)
* @param publicKey The public key to verify the signature against

@@ -500,4 +500,4 @@ * @param signature The signature to verify

const VERSION = {
"commitHash": "943d5fd11790da35f4a3e6ecfcaae3c4f0399a97",
"version": "20.0.2-beta.2"
"commitHash": "bbfe9f5a28ecf81757bf3895aaba6d2aeaa656cb",
"version": "21.0.0-beta.0"
};

@@ -504,0 +504,0 @@

@@ -122,3 +122,3 @@ (function (global, factory) {

* @param messageBytes The forged message including the magic byte (11 for block,
* 12 for preattestation/preendorsement, 13 for attestation/endorsement, 3 for generic, 5 for the PACK format of michelson)
* 12 for preattestation, 13 for attestation, 3 for generic, 5 for the PACK format of michelson)
* @param publicKey The public key to verify the signature against

@@ -495,4 +495,4 @@ * @param signature The signature to verify

const VERSION = {
"commitHash": "943d5fd11790da35f4a3e6ecfcaae3c4f0399a97",
"version": "20.0.2-beta.2"
"commitHash": "bbfe9f5a28ecf81757bf3895aaba6d2aeaa656cb",
"version": "21.0.0-beta.0"
};

@@ -499,0 +499,0 @@

@@ -7,3 +7,3 @@ import { Prefix } from './taquito-utils';

* @param messageBytes The forged message including the magic byte (11 for block,
* 12 for preattestation/preendorsement, 13 for attestation/endorsement, 3 for generic, 5 for the PACK format of michelson)
* 12 for preattestation, 13 for attestation, 3 for generic, 5 for the PACK format of michelson)
* @param publicKey The public key to verify the signature against

@@ -10,0 +10,0 @@ * @param signature The signature to verify

{
"name": "@taquito/utils",
"version": "20.0.2-beta.2",
"version": "21.0.0-beta.0",
"description": "converts michelson data and types into convenient JS/TS objects",

@@ -28,3 +28,3 @@ "keywords": [

"engines": {
"node": ">=18"
"node": ">=20"
},

@@ -68,3 +68,3 @@ "scripts": {

"@stablelib/ed25519": "^1.0.3",
"@taquito/core": "^20.0.2-beta.2",
"@taquito/core": "^21.0.0-beta.0",
"@types/bs58check": "^2.1.2",

@@ -75,3 +75,3 @@ "bignumber.js": "^9.1.2",

"buffer": "^6.0.3",
"elliptic": "^6.5.6",
"elliptic": "^6.5.7",
"typedarray-to-buffer": "^4.0.0"

@@ -107,3 +107,3 @@ },

},
"gitHead": "f0f9e4d22a374c72913abbb1991b0e5b34f4c978"
"gitHead": "44bfadbebbff97b8bf6beaef091b0aae72e2e8a6"
}
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