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 Compare versions

Comparing version 2.2.1 to 2.2.2

8

index.d.ts

@@ -62,2 +62,10 @@ /**

prime(key: K, value: V | PromiseLike<V> | Error): this;
/**
* The name given to this `DataLoader` instance. Useful for APM tools.
*
* Is `null` if not set in the constructor.
*/
name: string | null;
}

@@ -64,0 +72,0 @@

2

package.json
{
"name": "dataloader",
"version": "2.2.1",
"version": "2.2.2",
"description": "A data loading utility to reduce requests to a backend via batching and caching.",

@@ -5,0 +5,0 @@ "contributors": [

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