Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@taquito/utils

Package Overview
Dependencies
Maintainers
1
Versions
202
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 4.1.0-beta.3 to 4.1.0-beta.4

README.md

2

dist/lib/taquito-utils.js

@@ -249,2 +249,4 @@ "use strict";

* @param mi Michelson string to convert to json
*
* @warn This implementation of the Michelson parser is a prototype. The current implementation is naïve. We are likely going to switch to using the Nomadic Michelson encoder in the future, as per Issue https://gitlab.com/tezos/tezos/issues/581
*/

@@ -251,0 +253,0 @@ exports.ml2mic = function me(mi) {

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

* @param mi Michelson string to convert to json
*
* @warn This implementation of the Michelson parser is a prototype. The current implementation is naïve. We are likely going to switch to using the Nomadic Michelson encoder in the future, as per Issue https://gitlab.com/tezos/tezos/issues/581
*/

@@ -276,0 +278,0 @@ var ml2mic = function me(mi) {

@@ -278,2 +278,4 @@ (function (global, factory) {

* @param mi Michelson string to convert to json
*
* @warn This implementation of the Michelson parser is a prototype. The current implementation is naïve. We are likely going to switch to using the Nomadic Michelson encoder in the future, as per Issue https://gitlab.com/tezos/tezos/issues/581
*/

@@ -280,0 +282,0 @@ var ml2mic = function me(mi) {

@@ -74,2 +74,4 @@ /// <reference types="node" />

* @param mi Michelson string to convert to json
*
* @warn This implementation of the Michelson parser is a prototype. The current implementation is naïve. We are likely going to switch to using the Nomadic Michelson encoder in the future, as per Issue https://gitlab.com/tezos/tezos/issues/581
*/

@@ -76,0 +78,0 @@ export declare const ml2mic: (mi: string) => any;

4

package.json
{
"name": "@taquito/utils",
"version": "4.1.0-beta.3",
"version": "4.1.0-beta.4",
"description": "converts michelson data and types into convenient JS/TS objects",

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

},
"gitHead": "9d8ae23975d0432db2b1b1414ed0d03e091201bc"
"gitHead": "698f0f2ac19996f83fd33e1270dfd9d60d753098"
}

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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc