Commit Graph

9 Commits

Author SHA1 Message Date
Ben Newman
627591b988 Fix _stream_{duplex,passthrough,readable,transform,writable} import paths. 2019-04-09 18:11:55 -04:00
Kingsley Ochu
488059954d Replace unmaintained http-browserify with stream-http (#13) 2018-03-06 14:25:39 -05:00
Ben Newman
7e4b32d042 Revert "Replace readable-stream and stream-browserify with Meteor forks."
This reverts commit 0bb13e4fb4.
2017-10-18 19:20:00 -04:00
Ben Newman
0bb13e4fb4 Replace readable-stream and stream-browserify with Meteor forks.
Fixes #10.
See also: https://github.com/meteor/meteor/issues/9243
2017-10-18 15:00:52 -04:00
Ben Newman
3ef463646a Revert "Replace useless core-util-is module with empty stub."
This reverts commit 9ca5b27977.

This commit is no longer needed now that core-util-is is not used by any
dependencies (thanks to our fork of readable-stream).
2017-06-02 16:45:42 -04:00
Ben Newman
d2fef404f6 Polyfill global.Buffer when importing the crypto stub. 2017-06-02 16:03:19 -04:00
Ben Newman
9ca5b27977 Replace useless core-util-is module with empty stub.
Loading this package triggers a ReferenceError if Buffer is not globally
defined. However, this package never uses Buffer.isBuffer, and in fact
none of this package's properties are ever used by any other packages in
meteor-node-stubs, so it seems safe to replace it with an empty stub.
2017-06-02 15:34:04 -04:00
Ben Newman
68527e8b15 Polyfill require("module") more usefully. 2017-06-02 15:33:46 -04:00
Ben Newman
7f88328c9c Initial implementation. 2016-02-27 17:13:58 -05:00