New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

batchloader

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

batchloader - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

6

package.json
{
"name": "batchloader",
"version": "0.0.10",
"version": "0.0.11",
"description": "BatchLoader is a utility for data fetching layer to reduce requests via batching written in TypeScript. Inspired by Facebook's DataLoader",

@@ -38,3 +38,3 @@ "main": "lib/index.js",

"@types/jest": "^24.0.11",
"@types/node": "^11.11.3",
"@types/node": "^11.11.6",
"coveralls": "^3.0.3",

@@ -48,5 +48,5 @@ "jest": "^24.5.0",

"tslint-config-prettier": "^1.18.0",
"typescript": "^3.3.3333"
"typescript": "^3.3.4000"
},
"dependencies": {}
}

@@ -39,2 +39,4 @@ import { BatchLoader, KeyToUniqueId } from 'src/batchloader';

}
// do not await
cache.mset(missingKeyValues);

@@ -41,0 +43,0 @@ }

Sorry, the diff of this file is not supported yet

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