Huge News!Announcing our $40M Series B led by Abstract Ventures.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.12 to 0.0.13

13

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

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

"scripts": {
"all": "yarn clean && yarn format && yarn lint:fix && yarn test && yarn build",
"build": "tsc -p ./tsconfig.json && tscpaths -p ./tsconfig.json -s ./src -o ./lib",

@@ -14,5 +15,6 @@ "clean": "rm -rf ./lib ./coverage",

"lint:fix": "tslint --fix -c ./tslint.json \"src/**/*\"",
"prepublish": "yarn start",
"precommit": "yarn all",
"prepublish": "yarn all",
"reinstall": "rm -rf ./node_modules yarn.lock && yarn",
"start": "yarn clean && yarn format && yarn lint:fix && yarn test && yarn build",
"start": "yarn test",
"test": "jest",

@@ -23,2 +25,3 @@ "test:coverage": "jest --coverage",

},
"pre-commit": "precommit",
"repository": {

@@ -45,2 +48,3 @@ "type": "git",

"jest": "^24.8.0",
"pre-commit": "^1.2.2",
"prettier": "^1.17.1",

@@ -53,4 +57,3 @@ "ts-jest": "^24.0.2",

"typescript": "^3.4.5"
},
"dependencies": {}
}
}

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