1.0.1 • Published 5 years ago

simple-concat v1.0.1

Weekly downloads
4,185,972
License
MIT
Repository
github
Last release
5 years ago

simple-concat travis npm downloads javascript style guide

Super-minimalist version of concat-stream. Less than 15 lines!

install

npm install simple-concat

usage

This example is longer than the implementation.

var s = new stream.PassThrough()
concat(s, function (err, buf) {
  if (err) throw err
  console.error(buf)
})
s.write('abc')
setTimeout(function () {
  s.write('123')
}, 10)
setTimeout(function () {
  s.write('456')
}, 20)
setTimeout(function () {
  s.end('789')
}, 30)

license

MIT. Copyright (c) Feross Aboukhadijeh.

simple-getwebtorrent-jaliwebtorrent-forkcloud-archive-s3easycommands-beta@infinitebrahmanuniverse/nolb-simple-cwebtorrent-fix@everything-registry/sub-chunk-2762tazwhatsconcteapackage-tatespoorman297validate-california-attorney-emailkafirchain-tetrislast-commit-messageimg-sliceimg-slicerhiep-simple-getlicensezerolentolento_customliveprodmd-insertloading-animated@thismr/bitmindtest-core@tonysusi/vapid@xswap/v2-core@yak-spirit/yak-swap-ui@telemetry-js/publisher-appoptics@zckevin/webtorrentamd-unpackangularvezbababel-preset-unminifyaxon-webtorrentaxios-yet-another-proxy-fixgenie-drsgassefalsgassefals-2@sudophunk/fulidodynamics-contracts-xenefti-galerifacerec@bonsaiswap-lib/lib@bonsaiswapv3/core@bonsaiswapv3/deploy@chakra-swap/core@borealisswap/borealis-swap-libcacatoocommonform-get-publicationcommonform-get-versionscommonform-load-componentscommonform-commonmarkcommonform-get-editionscommonform-get-formcemento-paidcl-toolcotrader-dex-sdkdate-to-block-eth@afria/afria-libraries@asiz33/smartblok-vendure-plugintldrawlignintrello-usable-jsonzona-xwebtorrent_bgwebpack-unpackwebtorrent-ritwebtorrent-rozzleundeclared-identifiersowt-client-javascriptnpm-sustainabilitynoddity-retrievalnpm-authors-contributorsnpm-custom-lib-resuepixiu-swap-corepixiuswap-libs-sdkqudratic-uirefinejs-repoquadratic-sdksimple-get-es5smtrshowgalleryreactjs-github-widgetgit-cz-custom@commonform/component-updates@devcontainer/webtorrent@energiswap/default-token-list@eliteswap/v2-core@igniswap/igni-swap-lib@materia-dex/materia-contracts-proxy@max_alieksieiev/react-pdf-viewer-root@react-18-pdf/root@inesfidalgo/forge@innoswap/core@mmooccii/lazyload-loader@sdummett/maze-gen@sdummett/maze-gen-x@kodinghandle/bullswap-lib@nandhakumarb/npm_sample@litedexdev/litedex-core-swap@nodeberry/solidity-payment-processor@nirin100/quadratic-protocol
1.0.1

5 years ago

1.0.0

10 years ago