Socket
Socket
Sign inDemoInstall

@hapi/address

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hapi/address - npm Package Compare versions

Comparing version 3.2.1 to 3.2.2

2

lib/domain.js

@@ -11,3 +11,3 @@ 'use strict';

nonAsciiRx: /[^\x00-\x7f]/,
domainControlRx: /[\x00-\x20@:]/, // Control + space
domainControlRx: /[\x00-\x20@\:\/]/, // Control + space + separators
tldSegmentRx: /^[a-zA-Z](?:[a-zA-Z0-9\-]*[a-zA-Z0-9])?$/,

@@ -14,0 +14,0 @@ domainSegmentRx: /^[a-zA-Z0-9](?:[a-zA-Z0-9\-]*[a-zA-Z0-9])?$/,

{
"name": "@hapi/address",
"description": "Email address and domain validation",
"version": "3.2.1",
"version": "3.2.2",
"repository": "git://github.com/hapijs/address",

@@ -6,0 +6,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