Comparing version 0.0.78 to 0.0.79
{ | ||
"name": "solady", | ||
"license": "MIT", | ||
"version": "0.0.78", | ||
"version": "0.0.79", | ||
"description": "Optimized Solidity snippets.", | ||
@@ -6,0 +6,0 @@ "files": [ |
@@ -28,3 +28,3 @@ # <img src="logo.svg" alt="solady" height="118"/> | ||
├─ LibRLP — "Library for computing contract addresses from their deployer and nonce" | ||
├─ LibBit — "Library for bit twiddling operations" | ||
├─ LibBit — "Library for bit twiddling and boolean operations" | ||
├─ Clone — "Class with helper read functions for clone with immutable args" | ||
@@ -58,3 +58,3 @@ ├─ LibClone — "Minimal proxy library" | ||
While Solady has been heavily tested, that may be parts that may yield unexpected emergent behavior when used with other code. | ||
While Solady has been heavily tested, there may be parts that may exhibit unexpected emergent behavior when used with other code. | ||
@@ -61,0 +61,0 @@ Please always include your own thorough tests when using Solady to make sure it works correctly with your code. |
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
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
357890