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

govuk_frontend_toolkit

Package Overview
Dependencies
Maintainers
1
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

govuk_frontend_toolkit - npm Package Compare versions

Comparing version 8.1.0 to 8.2.0

5

CHANGELOG.md
# Unreleased
# 8.2.0
- Update MHLCG brand colour
- Disable Google Analytics Ad Features by default
# 8.1.0

@@ -4,0 +9,0 @@

@@ -23,2 +23,7 @@ ;(function (global) {

function disableAdFeatures () {
// https://developers.google.com/analytics/devguides/collection/analyticsjs/field-reference#allowAdFeatures
sendToGa('set', 'allowAdFeatures', false)
}
function stripLocationPII () {

@@ -36,2 +41,3 @@ sendToGa('set', 'location', stripEmailAddressesFromString(window.location.href))

disableAdTracking()
disableAdFeatures()
stripLocationPII()

@@ -38,0 +44,0 @@ }

2

package.json
{
"name": "govuk_frontend_toolkit",
"version": "8.1.0",
"version": "8.2.0",
"description": "npm package for using the GOV.UK frontend toolkit",

@@ -5,0 +5,0 @@ "repository": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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