🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

jquery-postcodes

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jquery-postcodes - npm Package Versions

13

2.2.3

Diff
cablanchard
published 2.2.3 •
cablanchard
published 2.2.2 •

Changelog

Source

[2.2.2] 2015-02-09

  • onLookupSuccess is now also triggered when pre-flight postcode validation fails
cablanchard
published 2.2.1 •

Changelog

Source

[2.2.1] 2014-11-19

  • Added optional max_results for address searches
cablanchard
published 2.2.0 •

Changelog

Source

[2.2.0] 2014-11-17

  • Added fallback to address search if address_search: true. Any postcode search which does not validate as a postcode will be passed through to the address search API.
cablanchard
published 2.1.2 •

Changelog

Source

[2.1.2] 2014-11-10

  • Key checks are only performed against the API if the plugin is invoked in the DOM and not upon initialisation
  • Results from a key check are now cached and multiple calls to the same key are merged into the same request
cablanchard
published 2.1.1 •

Changelog

Source

[2.1.1] 2014-07-21

  • Changed lookup behaviour. Looking up a new postcode no longer clears existing results
cablanchard
published 2.1.0 •

Changelog

Source

[2.1.0] 2014-06-30

  • Added option to strip organisation name from address lines
cablanchard
published 2.0.1 •

Changelog

Source

[2.0.1] 2014-06-23

  • Deprecated old configuration method of .setup() followed by $.fn.setupPostcodeLookup
  • Added pre-initialisation checks
  • Added callbacks: onLoaded, onCheckFailed
cablanchard
published 1.3.1 •

Changelog

Source

[1.3.1] 2014-06-20

  • Bug fix for IE7
cablanchard
published 1.3.0 •

Changelog

Source

[1.3.0] 2014-04-23

  • Added custom input and lookup button configuration parameters
  • Avoids use of object.class. For Safari 4.0 and 5.0
  • Avoid setting type. Fixes for earlier jQuery version in older browsers
  • Fixed removal of elements from DOM