You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 15, 2024. It is now read-only.
The version 0.5.3 of node-libs-browser currently depends on :
"crypto-browserify": "^3.2.6",
Which it self depends on [email protected] which was unlicensed.
This poses a problem for any webpack users since webpack uses version 0.5.3 of node-libs-browser.
Can you please release a new 0.5.4 version with crypto-browseriify 3.11.0 ?
This way, all sub licenses of webpack are conform with the license of webpack it self.
The text was updated successfully, but these errors were encountered:
I second this request. I am trying to incorporate JWT signing in an app and 3.2.6 does not support signing while the latest version does. Currently I just install the latest version with npm and delete the version under node-libs-browser. This works but I have to do the deletion every time I install a package.
@sokra There's a handful of issues asking for a 0.5.4 release. Alternatively, is there a reason to not upgrade the dependency of Webpack v1 to node-libs-browser@^1.0.0?
There was a hidden breaking change with crypto-browserify so that we couldn't upgrade it to the most recent version. However, this PR introduces the most recent versions without breaking change to webpack-1.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The version 0.5.3 of node-libs-browser currently depends on :
"crypto-browserify": "^3.2.6",
Which it self depends on
[email protected]
which was unlicensed.This poses a problem for any webpack users since webpack uses version 0.5.3 of node-libs-browser.
Can you please release a new 0.5.4 version with crypto-browseriify 3.11.0 ?
This way, all sub licenses of webpack are conform with the license of webpack it self.
The text was updated successfully, but these errors were encountered: