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

@latticexyz/gas-report

Package Overview
Dependencies
Maintainers
4
Versions
1208
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@latticexyz/gas-report - npm Package Versions

1
121

2.2.13-entrykit-5d62534376961deb34e503b8435e11d744602e30

Diff

alvarius
published 2.2.13 •

Changelog

Source

Version 2.2.13

Release date: Wed Oct 23 2024

Patch changes

fix(gas-report): include contract name in file of output (#3317) (@latticexyz/gas-report)

Gas report output now include contract name as part of the file to help with stable ordering when sorting output.

chore(world-module-erc20): export erc20 module from internal (#3319) (@latticexyz/world-module-erc20)

The new ERC20 World Module provides a simpler alternative to the ERC20 Puppet Module, while also being structured in a more extendable way so users can create tokens with custom functionality.

To install this module, you can import and define the module configuration from the NPM package:

import { defineERC20Module } from "@latticexyz/world-module-erc20/internal";

// Add the output of this function to your World's modules
const erc20Module = defineERC20Module({ namespace: "erc20Namespace", name: "MyToken", symbol: "MTK" });

For detailed installation instructions, please check out the @latticexyz/world-module-erc20 README.md.

feat(explorer): multi-line sql editor (#3311) (@latticexyz/explorer)

The SQL query editor now supports multi-line input.

feat(abi-ts): extension option (#3315) (@latticexyz/abi-ts)

Added an --extension option to customize the resulting TS or DTS output. It defaults to the previous behavior of .json.d.ts, but can now be set to .d.json.ts for compatibility with newer TS versions and .json.ts or just .ts for a pure TS file.

fix(store-sync): update latest block for live logs API (#3323) (@latticexyz/store-sync)

Fixed an issue where the sync progress was not moving to "live" when synced from the MUD indexer's live logs API.


alvarius
published 2.2.13-main-79d273a20b3dd50ab733b3261b830b0ef47bcebf •

alvarius
published 2.2.13-entrykit-55baa966a2358426c1dc9ba9ab686af3908b104d •

alvarius
published 2.2.13-main-90803770ee72bfd2b9ba9a7990285d1c5866f362 •

alvarius
published 2.2.13-main-1712814b2d75c84238ba071d025a1e4168221567 •

alvarius
published 2.2.13-main-dfc2d6439ee7076cdccbf1a24b7423fb19a7771d •

alvarius
published 2.2.13-entrykit-c234485e5672ec5094300c8dfc9362af19a165ef •

alvarius
published 2.2.13-entrykit-0124fe749bead05228687a1b929463b7da909d59 •

alvarius
published 2.2.13-main-4e92fded1a08ed7e209ac475081169a91606ca92 •

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