Socket
Socket
Sign inDemoInstall

@taquito/michelson-encoder

Package Overview
Dependencies
Maintainers
7
Versions
200
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@taquito/michelson-encoder - npm Package Compare versions

Comparing version 19.0.2 to 19.1.0-beta-RC.0

4

dist/lib/tokens/comparable/address.js

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

}
return (0, utils_1.encodePubKey)(val.bytes);
return (0, utils_1.encodeAddress)(val.bytes);
}

@@ -95,3 +95,3 @@ /**

}
return (0, utils_1.encodePubKey)(bytes);
return (0, utils_1.encodeAddress)(bytes);
}

@@ -98,0 +98,0 @@ compare(address1, address2) {

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

}
return (0, utils_1.encodePubKey)(val.bytes);
return (0, utils_1.encodeAddress)(val.bytes);
}

@@ -49,0 +49,0 @@ /**

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

exports.VERSION = {
"commitHash": "13a12ab7cf442043526745db2bbf4ef3b089c34a",
"version": "19.0.2"
"commitHash": "2fa52a497370bb5f00c7be5bb4ea45e81496072c",
"version": "19.1.0-beta-RC.0"
};
{
"name": "@taquito/michelson-encoder",
"version": "19.0.2",
"version": "19.1.0-beta-RC.0",
"description": "converts michelson data and types into convenient JS/TS objects",

@@ -70,5 +70,5 @@ "keywords": [

"dependencies": {
"@taquito/core": "^19.0.2",
"@taquito/rpc": "^19.0.2",
"@taquito/utils": "^19.0.2",
"@taquito/core": "^19.1.0-beta-RC.0",
"@taquito/rpc": "^19.1.0-beta-RC.0",
"@taquito/utils": "^19.1.0-beta-RC.0",
"bignumber.js": "^9.1.2",

@@ -104,3 +104,3 @@ "fast-json-stable-stringify": "^2.1.0"

},
"gitHead": "ede4790173abf0f153b87fec23a36e1b2b8114e2"
"gitHead": "9f151ec72936d10c7ec443149e8fc23142cc7abd"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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