fastify-floc-off
Advanced tools
Comparing version 1.0.7 to 2.0.0
# Changelog | ||
## [2.0.0](https://github.com/Fdawgs/fastify-floc-off/compare/v1.0.7...v2.0.0) (2022-05-26) | ||
### ⚠ BREAKING CHANGES | ||
* * Dropped support for Fastify v3.x and Node 10.x | ||
### Features | ||
* support fastify v4.x ([#122](https://github.com/Fdawgs/fastify-floc-off/issues/122)) ([56247e9](https://github.com/Fdawgs/fastify-floc-off/commit/56247e9dd791102ab28cc574c9a1e7972e5cab9f)) | ||
### [1.0.7](https://github.com/Fdawgs/fastify-floc-off/compare/v1.0.6...v1.0.7) (2022-05-25) | ||
@@ -4,0 +15,0 @@ |
{ | ||
"name": "fastify-floc-off", | ||
"version": "1.0.7", | ||
"version": "2.0.0", | ||
"description": "Fastify plugin to opt out of Google's FLoC advertising-surveillance network", | ||
@@ -24,3 +24,3 @@ "keywords": [ | ||
"engines": { | ||
"node": ">=12.0.0" | ||
"node": ">=14.0.0" | ||
}, | ||
@@ -55,20 +55,20 @@ "scripts": { | ||
"@commitlint/config-conventional": "^17.0.0", | ||
"eslint": "^8.9.0", | ||
"eslint": "^8.16.0", | ||
"eslint-config-airbnb-base": "^15.0.0", | ||
"eslint-config-prettier": "^8.4.0", | ||
"eslint-plugin-import": "^2.25.4", | ||
"eslint-plugin-jest": "^26.1.1", | ||
"eslint-plugin-jsdoc": "^39.2.9", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-jest": "^26.2.2", | ||
"eslint-plugin-jsdoc": "^39.3.1", | ||
"eslint-plugin-promise": "^6.0.0", | ||
"eslint-plugin-security": "^1.4.0", | ||
"eslint-plugin-security": "^1.5.0", | ||
"eslint-plugin-security-node": "^1.1.1", | ||
"fastify": "^3.27.2", | ||
"fastify": "^4.0.0-rc.3", | ||
"husky": "^8.0.1", | ||
"jest": "^28.0.3", | ||
"jest": "^28.1.0", | ||
"license-checker": "^25.0.1", | ||
"prettier": "^2.5.1" | ||
"prettier": "^2.6.2" | ||
}, | ||
"dependencies": { | ||
"fastify-plugin": "^3.0.0" | ||
"fastify-plugin": "^3.0.1" | ||
} | ||
} |
@@ -37,2 +37,4 @@ # fastify-floc-off | ||
For Fastify v3.x support, use `fastify-floc-off@1.0.7`. | ||
fastify-floc-off's test scripts use npm commands. | ||
@@ -39,0 +41,0 @@ |
@@ -14,2 +14,2 @@ const fp = require("fastify-plugin"); | ||
module.exports = fp(plugin, { fastify: "3.x", name: "fastify-floc-off" }); | ||
module.exports = fp(plugin, { fastify: "4.x", name: "fastify-floc-off" }); |
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
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
32916
67
Updatedfastify-plugin@^3.0.1