awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
sindresorhus avatar

sindresorhus/is-stream

0
View on GitHub↗
116 stars·22 forks·JavaScript·MIT·8 views

Is Stream

Check if something is a Node.js stream

Features

  • Stream Processing - Checks if a value is a Node.js stream.
  • Type Checking - Checks if an object is a stream.

Star history

Star history chart for sindresorhus/is-streamStar history chart for sindresorhus/is-stream

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Is Stream

Similar open-source projects, ranked by how many features they share with Is Stream.
  • pydantic/montypydantic avatar

    pydantic/monty

    5,540View on GitHub↗

    Monty is a sandboxed execution environment designed primarily for running Python code generated by AI models. It provides a secure, isolated runtime that blocks host access, enforces resource limits, and supports pre-execution type checking against built-in type hints to catch signature mismatches before code runs. The sandbox can persist its interpreter state at external function calls, allowing execution sessions to be serialized, stored, and later resumed from a file or database. What distinguishes Monty is its combination of stateful, resumable execution with multi-language native embeddi

    Rust
    View on GitHub↗5,540
  • facebook/pyre-checkfacebook avatar

    facebook/pyre-check

    7,169View on GitHub↗

    Pyre is a high-performance static type checker and analysis tool for Python. It identifies type errors and ensures type safety without executing the program, utilizing a static type inference engine to maintain consistency across functions. The project is distinguished by an incremental type analysis engine that operates as a background daemon. This system monitors filesystem changes to re-validate only modified parts of a project, reducing the time required for repeated analysis. It also includes a static analysis security tool that uses taint analysis to track untrusted data flows and ident

    OCaml
    View on GitHub↗7,169
  • brycebaril/node-stream-spigotbrycebaril avatar

    brycebaril/node-stream-spigot

    15View on GitHub↗

    A streams2 Readable stream generator, useful for testing.

    JavaScript
    View on GitHub↗15
  • brycebaril/through2-filterbrycebaril avatar

    brycebaril/through2-filter

    34View on GitHub↗

    A through2 wrapper to create an Array.prototype.filter analog for streams

    JavaScript
    View on GitHub↗34
See all 30 alternatives to Is Stream→

Frequently asked questions

What does sindresorhus/is-stream do?

Check if something is a Node.js stream

What are the main features of sindresorhus/is-stream?

The main features of sindresorhus/is-stream are: Stream Processing, Type Checking.

What are some open-source alternatives to sindresorhus/is-stream?

Open-source alternatives to sindresorhus/is-stream include: pydantic/monty — Monty is a sandboxed execution environment designed primarily for running Python code generated by AI models. It… facebook/pyre-check — Pyre is a high-performance static type checker and analysis tool for Python. It identifies type errors and ensures… brycebaril/node-stream-spigot — A streams2 Readable stream generator, useful for testing. brycebaril/through2-map — A through2 to create an Array.prototype.map analog for streams. dominictarr/jsonstream — rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects). brycebaril/through2-filter — A through2 wrapper to create an Array.prototype.filter analog for streams.