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

naturaltts-validation

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

naturaltts-validation - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

7

lib/index.js
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var EMAIL_REGEX = /^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;

@@ -24,3 +28,3 @@ var PASSWORD_REGEX = /^(?=.*[A-Za-z])(?=.*\d)(?=.*[@$!%*#?&])[A-Za-z\d@$!%*#?&]{8,}$/;

var validateUsername = validateValue(USERNAME_REGEX);
module["export"] = {
var _default = {
validatePassword: validatePassword,

@@ -30,1 +34,2 @@ validateEmail: validateEmail,

};
exports["default"] = _default;

2

package.json
{
"name": "naturaltts-validation",
"version": "1.0.3",
"version": "1.0.4",
"main": "./lib/index.js",

@@ -5,0 +5,0 @@ "repository": "git@github.com:Werter12/naturaltts-validation.git",

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