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

@truffle/codec

Package Overview
Dependencies
Maintainers
6
Versions
172
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@truffle/codec - npm Package Compare versions

Comparing version 0.3.4-alphaTez.0 to 0.3.4-truffleLogger.0

4

dist/lib/core.js

@@ -78,3 +78,5 @@ "use strict";

selector = Conversion.toHexString(rawSelector);
allocation = allocations.functionAllocations[contextHash][selector].input;
allocation = (allocations.functionAllocations[contextHash][selector] || {
input: undefined
}).input;
}

@@ -81,0 +83,0 @@ if (allocation === undefined) {

{
"name": "@truffle/codec",
"version": "0.3.4-alphaTez.0",
"version": "0.3.4-truffleLogger.0",
"description": "Library for encoding and decoding smart contract data",

@@ -37,3 +37,3 @@ "main": "dist/lib/index.js",

"@gnd/typedoc": "0.15.0-0",
"@truffle/contract-schema": "^3.1.6-alphaTez.2",
"@truffle/contract-schema": "^3.0.22-truffleLogger.1",
"@trufflesuite/typedoc-default-themes": "^0.6.1",

@@ -68,3 +68,3 @@ "@types/big.js": "^4.0.5",

},
"gitHead": "f2be8e62d3f20d1e8d731cac4353d8ffeb233fd5"
"gitHead": "7bbf50aa51d495cc3095882bc16c74efa4b4f20d"
}

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