pc-dart icon indicating copy to clipboard operation
pc-dart copied to clipboard

Is it safe to use 4.0.0 given CI failures for Chrome and Node?

Open SandPod opened this issue 4 months ago • 1 comments

I'm considering using version 4.0.0 of this package but noticed that the CI pipelines are currently failing for both Chrome and Node environments. Could you clarify if it is safe to use 4.0.0 in production, or if there are known issues related to these failures?

Any guidance on compatibility or fixes would be appreciated.

SandPod avatar Aug 19 '25 13:08 SandPod

The CI is failing because of an uncaught exception when attempting to initialize the cryptographic random number generator (Random.secure()) in Node.

elliotwutingfeng avatar Oct 02 '25 03:10 elliotwutingfeng