Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Request update crypto-browserify to 3.0.1 #11

Closed
davedoesdev opened this issue Jul 25, 2014 · 6 comments
Closed

Request update crypto-browserify to 3.0.1 #11

davedoesdev opened this issue Jul 25, 2014 · 6 comments

Comments

@davedoesdev
Copy link

It fixed a SHA bug (browserify/sha.js#4)

Note the 3.0 series doesn't support the weak Math.random any more, it relies on getRandomValues so won't work on older browsers.

@sokra sokra closed this as completed in 5960179 Jul 25, 2014
@davedoesdev
Copy link
Author

Thanks

@davedoesdev
Copy link
Author

@sokra which version of webpack in the future can I expect to depend on node-libs-browser 0.4.x?
Thanks
David

@sokra
Copy link
Member

sokra commented Jul 27, 2014

I'll try to get a stable 1.3 version first and want to use in in the 1.4-beta.

You can manually override individual modules via config:

{
  node: {
    crypto: false
  },
  resolve: {
    alias: {
      crypto: require.resovle("crypto-browserify")
    }
  }
}

@davedoesdev
Copy link
Author

Great - thanks again!

@sokra
Copy link
Member

sokra commented Aug 28, 2014

done

@davedoesdev
Copy link
Author

Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants