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 5.1.3 to 5.2.0

4

CHANGELOG.md

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

# 5.2.0
- Deprecate selection-buttons.js. Add a deprecation warning: Custom radio buttons and checkboxes (released in GOV.UK Elements 3.0.0) no longer require this JavaScript.
# 5.1.3

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

@@ -0,4 +1,11 @@

// DEPRECATED
// This isn’t needed if you’re using GOV.UK Elements 3.0.0 or above
;(function (global) {
'use strict'
if (window.console && window.console.warn) {
window.console.warn('Deprecation warning: Custom radio buttons and checkboxes (released in GOV.UK Elements 3.0.0) no longer require this JavaScript.')
}
var $ = global.jQuery

@@ -5,0 +12,0 @@ var GOVUK = global.GOVUK || {}

2

package.json
{
"name": "govuk_frontend_toolkit",
"version": "5.1.3",
"version": "5.2.0",
"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