Socket
Socket
Sign inDemoInstall

@taquito/utils

Package Overview
Dependencies
Maintainers
3
Versions
199
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 12.1.0 to 12.1.1

1

dist/lib/taquito-utils.js

@@ -199,2 +199,3 @@ "use strict";

*/
// TODO Zainen check use
const mic2arr = function me2(s) {

@@ -201,0 +202,0 @@ let ret = [];

4

dist/lib/version.js

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

exports.VERSION = {
"commitHash": "cbdd0af87e400489076259d065e2d328feb8e1b4",
"version": "12.1.0"
"commitHash": "38da814ec2bb4e81c7ad5a45b6b183a4d0b8dc25",
"version": "12.1.1"
};
//# sourceMappingURL=version.js.map

@@ -621,4 +621,4 @@ import { Buffer } from 'buffer';

const VERSION = {
"commitHash": "cbdd0af87e400489076259d065e2d328feb8e1b4",
"version": "12.1.0"
"commitHash": "38da814ec2bb4e81c7ad5a45b6b183a4d0b8dc25",
"version": "12.1.1"
};

@@ -778,2 +778,3 @@

*/
// TODO Zainen check use
const mic2arr = function me2(s) {

@@ -780,0 +781,0 @@ let ret = [];

@@ -626,4 +626,4 @@ (function (global, factory) {

const VERSION = {
"commitHash": "cbdd0af87e400489076259d065e2d328feb8e1b4",
"version": "12.1.0"
"commitHash": "38da814ec2bb4e81c7ad5a45b6b183a4d0b8dc25",
"version": "12.1.1"
};

@@ -783,2 +783,3 @@

*/
// TODO Zainen check use
const mic2arr = function me2(s) {

@@ -785,0 +786,0 @@ let ret = [];

@@ -8,3 +8,3 @@ import { Prefix } from './constants';

}
export declare function isValidPrefix(value: any): value is Prefix;
export declare function isValidPrefix(value: unknown): value is Prefix;
/**

@@ -25,3 +25,3 @@ * @description Used to check if an address or a contract address is valid.

*/
export declare function validateAddress(value: any): ValidationResult;
export declare function validateAddress(value: string): ValidationResult;
/**

@@ -42,3 +42,3 @@ * @description Used to check if a chain id is valid.

*/
export declare function validateChain(value: any): ValidationResult;
export declare function validateChain(value: string): ValidationResult;
/**

@@ -59,3 +59,3 @@ * @description Used to check if a contract address is valid.

*/
export declare function validateContractAddress(value: any): ValidationResult;
export declare function validateContractAddress(value: string): ValidationResult;
/**

@@ -76,3 +76,3 @@ * @description Used to check if a key hash is valid.

*/
export declare function validateKeyHash(value: any): ValidationResult;
export declare function validateKeyHash(value: string): ValidationResult;
/**

@@ -93,3 +93,3 @@ * @description Used to check if a signature is valid.

*/
export declare function validateSignature(value: any): ValidationResult;
export declare function validateSignature(value: string): ValidationResult;
/**

@@ -110,3 +110,3 @@ * @description Used to check if a public key is valid.

*/
export declare function validatePublicKey(value: any): ValidationResult;
export declare function validatePublicKey(value: string): ValidationResult;
/**

@@ -127,3 +127,3 @@ * @description Used to check if an operation hash is valid.

*/
export declare function validateOperation(value: any): ValidationResult;
export declare function validateOperation(value: string): ValidationResult;
/**

@@ -144,3 +144,3 @@ * @description Used to check if a protocol hash is valid.

*/
export declare function validateProtocol(value: any): ValidationResult;
export declare function validateProtocol(value: string): ValidationResult;
/**

@@ -161,2 +161,2 @@ * @description Used to check if a block hash is valid.

*/
export declare function validateBlock(value: any): ValidationResult;
export declare function validateBlock(value: string): ValidationResult;
{
"name": "@taquito/utils",
"version": "12.1.0",
"version": "12.1.1",
"description": "converts michelson data and types into convenient JS/TS objects",

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

},
"gitHead": "8e044472d87e92bfa748e8193ba84a7ee57d659f"
"gitHead": "e97d6f77d990f91b4e407f4e7b7f8f3785edb2ba"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc