Socket
Socket
Sign inDemoInstall

@findeth/abi

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@findeth/abi - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1

2

lib/cjs/parsers/bool.js

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

const bool = {
isDynamic: true,
isDynamic: false,

@@ -23,0 +23,0 @@ encode({

@@ -10,3 +10,3 @@ import { number } from './number';

export const bool = {
isDynamic: true,
isDynamic: false,

@@ -13,0 +13,0 @@ encode({

{
"name": "@findeth/abi",
"version": "0.7.0",
"version": "0.7.1",
"description": "A tiny Solidity ABI encoder and decoder",

@@ -5,0 +5,0 @@ "author": "Maarten Zuidhoorn <maarten@zuidhoorn.com>",

@@ -19,3 +19,3 @@ import { BooleanLike, DecodeArgs, EncodeArgs, Parser } from '../types';

export const bool: Parser<BooleanLike, boolean> = {
isDynamic: true,
isDynamic: false,

@@ -22,0 +22,0 @@ encode({ buffer, value }: EncodeArgs<BooleanLike>): Uint8Array {

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