Comparing version 0.0.213 to 0.0.214
{ | ||
"name": "solady", | ||
"license": "MIT", | ||
"version": "0.0.213", | ||
"version": "0.0.214", | ||
"description": "Optimized Solidity snippets.", | ||
@@ -6,0 +6,0 @@ "files": [ |
@@ -64,3 +64,3 @@ # <img src="logo.svg" alt="solady" height="118"/> | ||
├─ CREATE3 — "Deploy to deterministic addresses without an initcode factor" | ||
├─ LibRLP — "Library for computing contract addresses from their deployer and nonce" | ||
├─ LibRLP — "Library for RLP encoding and CREATE address computation" | ||
├─ LibBit — "Library for bit twiddling and boolean operations" | ||
@@ -67,0 +67,0 @@ ├─ LibZip — "Library for compressing and decompressing bytes" |
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
1050917