Socket
Socket
Sign inDemoInstall

dataloader

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dataloader - npm Package Versions

2.2.2

Diff

Changelog

Source

2.2.2

Patch Changes

saihaj
published 2.2.1 •

Changelog

Source

2.2.1

Patch Changes

saihaj
published 2.2.0 •

Changelog

Source

2.2.0

Minor Changes

Patch Changes

  • #318 588a8b6 Thanks @boopathi! - Fix the propagation of sync throws in the batch function to the loader function instead of crashing the process wtih an uncaught exception.
  • #321 3cd3a43 Thanks @thekevinbrown! - Resolves an issue where the maxBatchSize parameter wouldn't be fully used on each batch sent to the backend loader.
leebyron
published 2.1.0 •

Changelog

Source

2.1.0

Minor Changes

  • 28cf959: - Do not return void results from arrow functions https://github.com/graphql/dataloader/commit/3b0bae94e91453d9a432c02628745252abc5e011
    • Fix typo in loader.load() error message https://github.com/graphql/dataloader/commit/249b2b966a8807c50e07746ff04acb8c48fa4357
    • Fix typo in SQL example https://github.com/graphql/dataloader/commit/cae1a3d9bfa48e181a49fd443f43813b335dc120
    • Fix typo in TypeScript declaration https://github.com/graphql/dataloader/commit/ef6d32f97cde16aba84d96dc806c4439eaf8efae
    • Most of the browsers don't have setImmediate. setImmediate || setTimeout doesn't work and it throws setImmediate is not defined in this case, so we should check setImmediate with typeof. And some environments like Cloudflare Workers don't allow you to set setTimeout directly to another variable. https://github.com/graphql/dataloader/commit/3e62fbe7d42b7ab1ec54818a1491cb0107dd828a

Patch Changes

  • 3135e9a: Fix typo in jsdoc comment; flip "objects are keys" to "keys are objects"
leebyron
published 2.0.0 •

leebyron
published 1.4.0 •

leebyron
published 1.3.0 •

leebyron
published 1.2.0 •

leebyron
published 1.1.0 •

leebyron
published 1.0.0 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc