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

postal-codes-js

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postal-codes-js - npm Package Compare versions

Comparing version 2.5.0 to 2.5.1

.editorconfig

16

formats/PT.json
{
"Description": "PT : NNNN[ NNN]",
"RedundantCharacters": " -",
"ValidationRegex": "^([0-9]{4}|[0-9]{7})$",
"Description": "PT : NNNN-NNN",
"RedundantCharacters": " ",
"ValidationRegex": "^[0-9]{4}-[0-9]{3}$",
"TestData": {
"Valid": [
"1234-123"
],
"Invalid": [
"1255",
"1234567",
"1234-123",
"1234 123"
],
"Invalid": [
"1234 123",
"x1231s",

@@ -19,2 +19,2 @@ "1231sd",

}
}
}
{
"name": "postal-codes-js",
"version": "2.5.0",
"version": "2.5.1",
"description": "Postal Codes",

@@ -5,0 +5,0 @@ "main": "postal-codes.js",

Sorry, the diff of this file is too big to display

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