New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@clocklimited/validity-email

Package Overview
Dependencies
Maintainers
7
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clocklimited/validity-email - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "@clocklimited/validity-email",
"description": "Validity style validator to ensure that a property is a valid email address.",
"version": "1.0.1",
"version": "1.0.2",
"dependencies": {

@@ -6,0 +6,0 @@ "email-validator": "^1.0.7",

@@ -13,3 +13,3 @@ # validity-email

```
npm install --save validity-email
npm install --save @clocklimited/validity-email
```

@@ -22,3 +22,3 @@

const schemata = require('schemata')
, email = require('validity-email')
, email = require('@clocklimited/validity-email')
, schema = schemata(

@@ -25,0 +25,0 @@ { emailAddress:

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