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

hof-behaviour-address-lookup

Package Overview
Dependencies
Maintainers
5
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hof-behaviour-address-lookup - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

1

lib/defaults.js

@@ -6,3 +6,2 @@ /* eslint max-len: 0, no-process-env: 0 */

module.exports = {
FIND_ADDRESS: 'Find address',
CANT_FIND: 'I can\'t find the address in the list',

@@ -9,0 +8,0 @@ CHANGE: 'Change',

@@ -138,4 +138,2 @@ 'use strict';

const cantFind = conditionalTranslate('pages.address-lookup.cantfind', req.translate) || defaults.CANT_FIND;
const findAddress = conditionalTranslate('pages.address-lookup.find-address', req.translate) ||
defaults.FIND_ADDRESS;

@@ -161,3 +159,2 @@ let postcodeApiMessageKey;

route: this.options.route,
findAddress,
editLink,

@@ -164,0 +161,0 @@ cantFind,

2

package.json
{
"name": "hof-behaviour-address-lookup",
"version": "2.1.0",
"version": "2.1.1",
"description": "A HOF Behaviour for a multi-step postcode lookup",

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

@@ -53,2 +53,2 @@ # hof-behaviour-address-lookup

* `pages.address-lookup.postcode-api.cant-connect` - Message to show if unable to connect to the lookup service. Defaults to `'Sorry – we couldn’t connect to the postcode lookup service at this time, enter your address manually'`
* `pages.address-lookup.find-address` - Postcode submit button text. Defaults to 'Find address'
* `buttons.find-address` - Postcode submit button text. Required.

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