Comparing version 0.0.16 to 0.0.17
{ | ||
"name": "solady", | ||
"license": "MIT", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"description": "Optimized Solidity snippets.", | ||
@@ -6,0 +6,0 @@ "files": [ |
@@ -10,4 +10,7 @@ # solady | ||
```ml | ||
auth | ||
├─ OwnableRoles — "Simple single owner and multiroles authorization mixin" | ||
utils | ||
├─ MerkleProofLib — "Library for verification of Merkle proofs" | ||
├─ SignatureCheckerLib — "Library for verification of ECDSA and ERC1271 signatures" | ||
├─ ECDSA — "Library for verification of ECDSA signatures" | ||
@@ -19,2 +22,3 @@ ├─ Sort — "Optimized intro sort" | ||
├─ LibRLP — "Library for computing contract addresses from their deployer and nonce" | ||
├─ LibClone — "Minimal proxy library using the 0age pattern" | ||
├─ LibString — "Library for converting numbers into strings and other string operations" | ||
@@ -63,2 +67,3 @@ ├─ LibBitmap — "Library for mapping integers to single bit booleans" | ||
- [Zolidity](https://github.com/z0r0z/zolidity) | ||
- [🐍 Snekmate](https://github.com/pcaversaccio/snekmate) | ||
- [Femplate](https://github.com/abigger87/femplate) |
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
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
115677
19
0
100
67