This repository was archived by the owner on Aug 15, 2024. It is now read-only.
Uprev crypto-browserify to latest#28
Closed
squirrelsama wants to merge 1 commit intowebpack:masterfrom
squirrelsama:master
Closed
Uprev crypto-browserify to latest#28squirrelsama wants to merge 1 commit intowebpack:masterfrom squirrelsama:master
squirrelsama wants to merge 1 commit intowebpack:masterfrom
squirrelsama:master
Conversation
Author
|
Heh. I just saw #19 Do we know whether the issue persists with |
spalger
pushed a commit
to spalger/kibana
that referenced
this pull request
Jun 30, 2015
|
@squirrelsama I just tried your fork and yes, the issue seems to still be there. |
This was referenced Aug 10, 2015
Member
|
Can someone vertify if #19 is fixed? |
Contributor
|
Ping? |
philikon
added a commit
to philikon/node-libs-browser
that referenced
this pull request
Oct 29, 2015
Fixes webpack#34. Obsoletes webpack#28.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The current referenced version of crypto-browserify does not have support for new stream methods of hash functions, e.g.
As a result, using webpack to pack the
node-rsapackage, for example, causes an error to occur asnode-rsais using the new stream support.Please uprev the referenced version of
crypto-browserify, as per this PR.