browserify / randombytes

random bytes from browserify stand alone
MIT License
99 stars 47 forks source link

Last version is not deployed #36

Open guille-de-leon opened 1 year ago

guille-de-leon commented 1 year ago

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!

yolo-pranav commented 2 months ago

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.