node-libs-browser
node-libs-browser copied to clipboard
[DEPRECATED] The node core libs for in browser usage.
This package is deprecated but there are a lot of users that still depend on it, or they depend on specific package from this collection. I’ve created [`node-stdlib-browser`](https://github.com/niksy/node-stdlib-browser) as alternative...
What does this error mean, and how do I resolve it? ``` TypeError: The "original" argument must be of type Function at promisify (util.js?eed9:602) at Object.eval (index.js?b048:9) at eval (index.js:277)...
I encountered [Error `Uncaught TypeError: util.inherits is not a function`](https://github.com/webpack/webpack/issues/1019) while upgrading to webpack 2. I traced the cause to the dependency `"inherits": "2.0.1"` instead of `"^2.0.1"` or the like...
Hi, to use recent readable-stream, I had to patch your module: ```diff --- a/index.js +++ b/index.js @@ -22,11 +22,11 @@ exports.readline = null; exports.repl = null; exports.stream = require.resolve('stream-browserify'); -exports._stream_duplex...
I've collected the gap between Node.js core lib and webpack/browserify's shim lib. Latest results is in following repository. - [azu/node-browser-shim-gap: The gap issue between Node.js and Browser shims.](https://github.com/azu/node-browser-shim-gap). ## Env...
If you are not accepting more feature PR, then maybe it's time to deprecate the npm package? > NOTE: This library is deprecated and won't accept Pull Requests that include...
It seems like there is no activity in - https://github.com/defunctzombie/node-url/issues/37 - https://github.com/webpack/webpack/issues/5372 And i propose to replace `node-url` with - [jsdom/whatwg-url](https://github.com/jsdom/whatwg-url) (but [#102](https://github.com/jsdom/whatwg-url/issues/102)) - or [unshiftio/url-parse](https://github.com/unshiftio/url-parse)
This reverts commit d6644a6803b47269cdac8f8984e3e1e08a3e1a1c.
* duplicate of #106 * fixes #102
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.0 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...