Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fastify-compress

Package Overview
Dependencies
Maintainers
9
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fastify-compress - npm Package Compare versions

Comparing version 0.9.0 to 0.10.0

index.d.ts

19

package.json
{
"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"
]
}
}
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