> Enqueues parallel requests and runs them serially.
A light-weight module that brings Fetch API to node.js
Next-generation take on pre/post function hooks
An implementation of window.fetch in Node.js using Minipass streams
Opinionated, caching, retrying fetch client
Extending the Jest default runner to run tests serially by default
Provides a way to make requests
Blob & File implementation in Node.js, originally from node-fetch.
Universal WHATWG Fetch API for Node, Browsers and React Native
A pure JavaScript implementation of MODBUS-RTU (Serial and TCP) for NodeJS. The serialport package is an optional dependency (use npm install --no-optional to skip).
Drizzle Kit is a CLI migrator tool for Drizzle ORM. It is probably the one and only tool that lets you completely automatically generate SQL migrations and covers ~95% of the common cases like deletions and renames by prompting user input. <https://github
better fetch for Node.js. Works on any JavaScript runtime!
TypeScript definitions for w3c-web-serial
Fetches the contents of a file accross node and browsers.
Cross Platform Smart Fetch Ponyfill
Fetch-based http client for use with npm registry APIs
Isomorphic WHATWG Fetch API, for Node & Browserify
HTML5 `FormData` for Browsers and Node.
minimal implementation of a PassThrough stream
Serial queue module.
A window.fetch polyfill.
Extend any fetch library with retry functionality
TypeScript definitions for d3-fetch
linter for PostgreSQL, focused on migrations
Serialize any data, set and fetch it like any column attributes
Serialize any data, set and fetch it like any column attributes
A Magic Pipe to send data in arbitrary formats to configurable backends, with topics. It features a modular design that allows to configure and extend how the payloads are fetched, serialized, encoded, submitted, and most importantly where: SQS, HTTPS endpoints, etc.
Serial Fetcher provides a way to automatically fetch a list of resources from the params hash. The params must be passed to the `fetch` method with a `schema` describing the associations between params and models. A fetcher must be provided to the SerialFetcher through configuration. By default there is an ActiveRecord fetcher that call `find` to the constantized class name.
Generates memory-optimal immutable ActiveRecord dupes that are easily serializable and behaves much like ARs. Define required attributes before-hand and use them just as you would on an AR, for better memory optimization. Ideally, suitable in place of caching AR objects with cache stores like Memcached, where serialization and de-serialization are memory-hungry. Optars can save upto 90% of your memory(object allocations), while being upto 20x faster, when fetching huge AR results.
Contentful API wrapper library exposing an ActiveRecord-like interface