fastify-multipart
Advanced tools
Comparing version 0.6.0 to 0.7.0
{ | ||
"name": "fastify-multipart", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"description": "Multipart plugin for Fastify", | ||
@@ -10,8 +10,10 @@ "main": "index.js", | ||
"end-of-stream": "^1.4.1", | ||
"fastify-plugin": "^1.2.1" | ||
"fastify-plugin": "^1.5.0" | ||
}, | ||
"devDependencies": { | ||
"@types/busboy": "^0.2.3", | ||
"climem": "^1.0.3", | ||
"concat-stream": "^2.0.0", | ||
"fastify": "^1.11.2", | ||
"eslint-plugin-typescript": "^0.14.0", | ||
"fastify": "^1.14.1", | ||
"form-data": "^2.3.2", | ||
@@ -22,6 +24,13 @@ "pre-commit": "^1.2.2", | ||
"standard": "^12.0.1", | ||
"tap": "^12.0.0" | ||
"tap": "^12.5.2", | ||
"typescript": "^3.3.3", | ||
"typescript-eslint-parser": "^22.0.0" | ||
}, | ||
"scripts": { | ||
"test": "standard | snazzy && tap test.js", | ||
"lint": "npm run lint:standard && npm run lint:typescript", | ||
"lint:standard": "standard | snazzy", | ||
"lint:typescript": "standard --fix --parser typescript-eslint-parser --plugin typescript test/types/*.ts", | ||
"unit": "tap test/*.test.js", | ||
"typescript": "tsc --project ./test/types/tsconfig.json", | ||
"test": "npm run lint && npm run unit && npm run typescript", | ||
"start": "CLIMEM=8999 node -r climem example", | ||
@@ -28,0 +37,0 @@ "climem": "climem 8999 localhost" |
Sorry, the diff of this file is not supported yet
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
21538
13
504
13
3
Updatedfastify-plugin@^1.5.0