Comparing version 0.0.20 to 0.0.21
{ | ||
"name": "solady", | ||
"license": "MIT", | ||
"version": "0.0.20", | ||
"version": "0.0.21", | ||
"description": "Optimized Solidity snippets.", | ||
@@ -6,0 +6,0 @@ "files": [ |
@@ -17,3 +17,3 @@ # solady | ||
├─ LibSort — "Library for efficient sorting of memory arrays" | ||
├─ Base64 — "Library for Base64 encoding" | ||
├─ Base64 — "Library for Base64 encoding and decoding" | ||
├─ SSTORE2 — "Library for cheaper reads and writes to persistent storage" | ||
@@ -20,0 +20,0 @@ ├─ CREATE3 — "Deploy to deterministic addresses without an initcode factor" |
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
168555