randombytes icon indicating copy to clipboard operation
randombytes copied to clipboard

Last version is not deployed

Open guille-de-leon opened this issue 2 years ago • 2 comments

I just noticed that changes made on this PRs are not inlcuded on the last version of the package:

https://github.com/browserify/randombytes/pull/34 and https://github.com/browserify/randombytes/pull/27

The browser.js file in my project still uses safe-buffer as dependency and global instead of globalThis.

The version of my package is 2.1.0.

Because of the missing changes my project is breaking.

Thanks in advance for the fix!

guille-de-leon avatar Sep 14 '23 17:09 guille-de-leon

I guess the issue is because they have not updated the version in package.json.

Due to this many of the dependents are not able to work in browser environment and showing "old Browser" error. I want to use "simple-peer" but this issue is breaking the package. Kindly update the new package version.

Thankyou.

yolo-pranav avatar Jun 26 '24 09:06 yolo-pranav