batchloader
Advanced tools
Comparing version 0.0.13 to 0.0.14
{ | ||
"name": "batchloader", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "BatchLoader is a utility for data fetching layer to reduce requests via batching written in TypeScript. Inspired by Facebook's DataLoader", | ||
@@ -8,5 +8,6 @@ "main": "lib/index.js", | ||
"scripts": { | ||
"all": "yarn clean && yarn format && yarn lint:fix && yarn test && yarn build", | ||
"all": "yarn clean && yarn format && yarn lint:fix && yarn test && yarn build && yarn build:es5", | ||
"build": "tsc -p ./tsconfig.json && tscpaths -p ./tsconfig.json -s ./src -o ./lib", | ||
"clean": "rm -rf ./lib ./coverage", | ||
"build:es5": "tsc -p ./tsconfig.es5.json && tscpaths -p ./tsconfig.es5.json -s ./src -o ./es5", | ||
"clean": "rm -rf ./lib ./es5 ./coverage", | ||
"format": "prettier --write \"./*.{js,jsx,ts,tsx}\" \"./src/**/*.{js,jsx,ts,tsx}\"", | ||
@@ -16,3 +17,2 @@ "lint": "tslint -c ./tslint.json \"src/**/*\"", | ||
"precommit": "yarn all", | ||
"prepublish": "yarn all", | ||
"reinstall": "rm -rf ./node_modules yarn.lock && yarn", | ||
@@ -19,0 +19,0 @@ "start": "yarn test", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
57072
39
720
1