Socket
Socket
Sign inDemoInstall

is-valid-australian-postcode

Package Overview
Dependencies
0
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    is-valid-australian-postcode

Check if a number is a valid Australian postcode


Version published
Weekly downloads
16
increased by45.45%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

npm downloads CI

Is-Valid-Australian-Postcode

Check if a number is a valid Australian postcode.

tl;dr

  • Install by executing npm install is-valid-australian-postcode or yarn add is-valid-australian-postcode.
  • Import by adding import isValidAustralianPostcode from 'is-valid-australian-postcode'.
  • Use it by writing const valid = isValidAustralianPostcode('0919')

Examples

isValidAustralianPostcode('0872'); // true

isValidAustralianPostcode(872); // true

isValidAustralianPostcode('0112'); // false

isValidAustralianPostcode('12345'); // false

License

The MIT License.

Author

Wojciech Maj Wojciech Maj

Keywords

FAQs

Last updated on 18 Oct 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc