Comparing version 0.0.71 to 0.0.72
{ | ||
"name": "solady", | ||
"license": "MIT", | ||
"version": "0.0.71", | ||
"version": "0.0.72", | ||
"description": "Optimized Solidity snippets.", | ||
@@ -6,0 +6,0 @@ "files": [ |
@@ -32,4 +32,5 @@ # <img src="logo.svg" alt="solady" height="118"/> | ||
├─ LibString — "Library for converting numbers into strings and other string operations" | ||
├─ LibBitmap — "Library for mapping integers to single bit booleans" | ||
├─ LibBytemap — "Library for mapping integers to 8 bit unsigned integers" | ||
├─ LibBitmap — "Library for storage of packed booleans" | ||
├─ LibMap — "Library for storage of packed unsigned integers" | ||
├─ MinHeapLib — "Library for managing a min-heap in storage" | ||
├─ Multicallable — "Contract that enables a single call to call multiple methods on itself" | ||
@@ -36,0 +37,0 @@ ├─ SafeTransferLib — "Safe ERC20/ETH transfer lib that handles missing return values" |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
339980
29
90