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

fastify-floc-off

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fastify-floc-off - npm Package Compare versions

Comparing version 1.0.7 to 2.0.0

11

CHANGELOG.md
# 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 @@

24

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