browserify / commonjs-assert

Node.js's require('assert') for all engines
MIT License
293 stars 57 forks source link

dependence util version is strict #38

Closed AMDvsTMD closed 5 years ago

AMDvsTMD commented 5 years ago

why util version 0.10.3 is strict not with caret

jfirebaugh commented 5 years ago

This is preventing use in the browser, because util@0.10.3 depends on inherits@2.0.1, which does not include https://github.com/isaacs/inherits/commit/8a070517edb42277a2e81d351e6a70eb37642f7b.

BridgeAR commented 5 years ago

This should be resolved by #44 and thus v2.0.0.

ratoi-crysty commented 4 years ago

Even though this is closed in 2.0.0, the problem still persists for 1.5.x versions. Therefore we should also apply this for 1.5.x version as well, as webpack@4.x depends on it via node-libs-browser, which currently causes some issues.