Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

unicode-ident

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unicode-ident - npm Package Compare versions

Comparing version
1.0.15
to
1.0.16
+1
-1
.cargo_vcs_info.json
{
"git": {
"sha1": "1e2c8c98b04cfd01bc2d30984314a09d94f7d18c"
"sha1": "7183516fd8e2a54a592cd9f4778220bcc3548761"
},
"path_in_vcs": ""
}

@@ -26,3 +26,3 @@ // To run: `cargo criterion`

use criterion::{black_box, criterion_group, criterion_main, Criterion};
use rand::distributions::{Bernoulli, Distribution, Uniform};
use rand::distr::{Bernoulli, Distribution, Uniform};
use rand::rngs::SmallRng;

@@ -35,4 +35,4 @@ use rand::SeedableRng;

let pick_nonascii = Bernoulli::from_ratio(p_nonascii, 100).unwrap();
let ascii = Uniform::new_inclusive('\0', '\x7f');
let nonascii = Uniform::new_inclusive(0x80 as char, char::MAX);
let ascii = Uniform::new_inclusive('\0', '\x7f').unwrap();
let nonascii = Uniform::new_inclusive(0x80 as char, char::MAX).unwrap();

@@ -39,0 +39,0 @@ let mut string = String::new();

@@ -33,2 +33,8 @@ # This file is automatically @generated by Cargo.

[[package]]
name = "bitflags"
version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
[[package]]
name = "bytemuck"

@@ -163,5 +169,5 @@ version = "1.21.0"

name = "getrandom"
version = "0.2.15"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
dependencies = [

@@ -171,2 +177,3 @@ "cfg-if",

"wasi",
"windows-targets",
]

@@ -255,3 +262,3 @@

dependencies = [
"zerocopy",
"zerocopy 0.7.35",
]

@@ -265,3 +272,3 @@

dependencies = [
"unicode-ident 1.0.14",
"unicode-ident 1.0.15",
]

@@ -280,9 +287,9 @@

name = "rand"
version = "0.8.5"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
dependencies = [
"libc",
"rand_chacha",
"rand_core",
"zerocopy 0.8.14",
]

@@ -292,5 +299,5 @@

name = "rand_chacha"
version = "0.3.1"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
dependencies = [

@@ -303,7 +310,8 @@ "ppv-lite86",

name = "rand_core"
version = "0.6.4"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
checksum = "b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff"
dependencies = [
"getrandom",
"zerocopy 0.8.14",
]

@@ -405,3 +413,3 @@

"quote",
"unicode-ident 1.0.14",
"unicode-ident 1.0.15",
]

@@ -427,9 +435,9 @@

name = "unicode-ident"
version = "1.0.14"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
checksum = "11cd88e12b17c6494200a9c1b683a04fcac9573ed74cd1b62aeb2727c5592243"
[[package]]
name = "unicode-ident"
version = "1.0.15"
version = "1.0.16"
dependencies = [

@@ -462,5 +470,8 @@ "criterion",

name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
version = "0.13.3+wasi-0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
dependencies = [
"wit-bindgen-rt",
]

@@ -550,2 +561,11 @@ [[package]]

[[package]]
name = "wit-bindgen-rt"
version = "0.33.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
dependencies = [
"bitflags",
]
[[package]]
name = "zerocopy"

@@ -557,6 +577,15 @@ version = "0.7.35"

"byteorder",
"zerocopy-derive",
"zerocopy-derive 0.7.35",
]
[[package]]
name = "zerocopy"
version = "0.8.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a367f292d93d4eab890745e75a778da40909cab4d6ff8173693812f79c4a2468"
dependencies = [
"zerocopy-derive 0.8.14",
]
[[package]]
name = "zerocopy-derive"

@@ -571,1 +600,12 @@ version = "0.7.35"

]
[[package]]
name = "zerocopy-derive"
version = "0.8.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3931cb58c62c13adec22e38686b559c86a30565e16ad6e8510a337cedc611e1"
dependencies = [
"proc-macro2",
"quote",
"syn",
]

@@ -16,3 +16,3 @@ # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO

name = "unicode-ident"
version = "1.0.15"
version = "1.0.16"
authors = ["David Tolnay <dtolnay@gmail.com>"]

@@ -70,4 +70,3 @@ build = false

[dev-dependencies.rand]
version = "0.8"
features = ["small_rng"]
version = "0.9"

@@ -74,0 +73,0 @@ [dev-dependencies.roaring]

@@ -245,3 +245,3 @@ //! [![github]](https://github.com/dtolnay/unicode-ident)&ensp;[![crates-io]](https://crates.io/crates/unicode-ident)&ensp;[![docs-rs]](https://docs.rs/unicode-ident)

#![no_std]
#![doc(html_root_url = "https://docs.rs/unicode-ident/1.0.15")]
#![doc(html_root_url = "https://docs.rs/unicode-ident/1.0.16")]
#![allow(clippy::doc_markdown, clippy::must_use_candidate)]

@@ -248,0 +248,0 @@

Sorry, the diff of this file is not supported yet