New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 5.1.2 to 5.1.3

create-release.sh

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# 5.1.3
- Add an experimental GOV.UK analytics tracker. Given the URL to a single pixel GIF, it will encode analytics data as query string parameters on the call to the GIF ([PR #387](https://github.com/alphagov/govuk_frontend_toolkit/pull/387))
# 5.1.2

@@ -2,0 +6,0 @@

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

}
if (typeof config.govukTrackerGifUrl !== 'undefined') {
var govukTrackerGifUrl = config.govukTrackerGifUrl
delete config.govukTrackerGifUrl
this.trackers.push(new GOVUK.GOVUKTracker(govukTrackerGifUrl))
}
}

@@ -32,2 +37,3 @@

GOVUK.GoogleAnalyticsUniversalTracker.load()
GOVUK.GOVUKTracker.load()
}

@@ -34,0 +40,0 @@

2

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

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

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