fastify-compress
Advanced tools
Comparing version 0.9.0 to 0.10.0
{ | ||
"name": "fastify-compress", | ||
"version": "0.9.0", | ||
"version": "0.10.0", | ||
"description": "Fastify compression utils", | ||
@@ -11,3 +11,3 @@ "main": "index.js", | ||
"is-gzip": "^1.0.0", | ||
"is-stream": "^1.1.0", | ||
"is-stream": "^2.0.0", | ||
"is-zip": "^1.0.0", | ||
@@ -23,2 +23,5 @@ "mime-db": "^1.33.0", | ||
"devDependencies": { | ||
"@types/node": "^11.13.9", | ||
"@typescript-eslint/parser": "^1.7.0", | ||
"eslint-plugin-typescript": "^0.14.0", | ||
"fastify": "^2.0.0", | ||
@@ -29,7 +32,10 @@ "iltorb": "^2.3.0", | ||
"standard": "^12.0.0", | ||
"tap": "^12.0.0" | ||
"typescript": "^3.4.5", | ||
"tap": "^12.6.6" | ||
}, | ||
"scripts": { | ||
"unit": "tap test.js", | ||
"test": "standard && npm run unit", | ||
"unit": "tap test/test.js", | ||
"test": "standard && npm run unit && npm run typescript", | ||
"lint:typescript": "standard --fix --parser @typescript-eslint/parser --plugin typescript test/types/*.ts", | ||
"typescript": "tsc --project ./test/types/tsconfig.json", | ||
"coverage": "npm run unit -- --cov", | ||
@@ -57,5 +63,6 @@ "coverage-report": "npm run coverage && tap --coverage-report=lcov" | ||
"ignore": [ | ||
"into-stream" | ||
"into-stream", | ||
"tap" | ||
] | ||
} | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
48644
9
1414
10
+ Addedis-stream@2.0.1(transitive)
- Removedis-stream@1.1.0(transitive)
Updatedis-stream@^2.0.0