Socket
Socket
Sign inDemoInstall

simple-node-validator

Package Overview
Dependencies
0
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.8 to 1.3.9

2

package.json
{
"name": "simple-node-validator",
"version": "1.3.8",
"version": "1.3.9",
"description": "Very simple NodeJS validator",

@@ -5,0 +5,0 @@ "main": "simple-node-validator.js",

@@ -30,3 +30,3 @@ exports.email = (value = null) => {

value = value.replace(/[\s.-]*/igm, '')
value = value.replace(/[\s.-]*/igm, '').replace(/\//g,'')

@@ -33,0 +33,0 @@ return value

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