New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@govuk-pay/pay-js-commons

Package Overview
Dependencies
Maintainers
3
Versions
160
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@govuk-pay/pay-js-commons - npm Package Compare versions

Comparing version 2.0.1 to 2.2.0

18

lib/nunjucks-filters/slugify.js

@@ -6,2 +6,20 @@ "use strict";

module.exports = function (string) {
slugify.extend({
ŵ: 'w',
ẁ: 'w',
ẃ: 'w',
ẅ: 'w',
ŷ: 'y',
ỳ: 'y',
ý: 'y',
ÿ: 'y',
Ŵ: 'W',
Ẁ: 'W',
Ẃ: 'W',
Ẅ: 'W',
Ŷ: 'Y',
Ỳ: 'Y',
Ý: 'Y',
Ÿ: 'Y'
});
return slugify(string, {

@@ -8,0 +26,0 @@ remove: /[$*_+~.()'"!:@?%=£]/g,

2

package.json
{
"name": "@govuk-pay/pay-js-commons",
"version": "2.0.1",
"version": "2.2.0",
"description": "Reusable js scripts for GOV.UK Pay Node.js projects",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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