zxcvbn 0.1.10 → 0.1.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2c519c7ba0712720763e56d09f829f3e23a1c7deb0684380da425613185d1916
4
- data.tar.gz: dbd22f8b2d540d61e78db3e0be2eab4637dddb4b8bc585be3c4e78a64b56ed05
3
+ metadata.gz: 3db0500997ddeac85fd658feb95636cd94bb714f7673117d04579a132b5397a5
4
+ data.tar.gz: ae7fbf75514c516b3ee5ebe32853a8edf40418f4f0d41a50c0b1d7881cec406a
5
5
  SHA512:
6
- metadata.gz: 5e75faed712c76af15e06520f2606d94b9b65c319d02e5833a89d669b771f74061f986c88ad0ddcb8c78dca5f0298ae681155bad24f249df7c257f0bf3a18c27
7
- data.tar.gz: cfad539afdfd6bf16a0d541a87cbbbf56f77212e4b89d8e676ead50d97b6058e2bcac2081092095594795823971149330ca49cd5aae94b43f4efff1b0e63adce
6
+ metadata.gz: 1866f718e046cac257346e493d97554f13bae86505c1b994aeb2161fc123c29b4d4dce2da3fabbdce1fdcfa5e2570d0f7766065f4e4462ebec0dbf2187cf31bc
7
+ data.tar.gz: a168812ae6a99bed3c288fbe497b8633fe834f7d25e6828c9c8ba48b785da016d432c82f99b9273a89abe74e7c40a15b470b70c29b16e8b75d2b6193d263495b
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [0.1.11] - 2024-08-25
2
+ - [13] Reduce object allocations (continuation)
3
+ - [12] Reduce object allocations
4
+
5
+ *Jukka Rautanen (@jukra)*
6
+
1
7
  ## [0.1.10] - 2023-10-15
2
8
  - [#10] Refactor implementation to avoid thread safety issues for user inputs
3
9