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

@ssts/email

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ssts/email - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"name": "@ssts/email",
"description": "Validate an email => true | false.",
"version": "0.0.2",
"version": "0.0.3",
"main": "./dist/index.js",

@@ -6,0 +6,0 @@ "module": "./dist/index.mjs",

@@ -36,2 +36,4 @@ # Validate an email => true | false

console.log(seniorEMAIL("")); // false
console.log(seniorEMAIL("abc")); // false
console.log(seniorEMAIL("user@.com")); // false

@@ -38,0 +40,0 @@ console.log(seniorEMAIL("user@@domain.com")); // false

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