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

@abstractapi/javascript-email-validation

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

@abstractapi/javascript-email-validation - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "@abstractapi/javascript-email-validation",
"version": "1.0.0",
"version": "1.0.1",
"description": "AbstractAPI Javascript Email Validation Library - Wrapper to quickly start using the powerful AbstractAPI's email validation service in your projects.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -33,2 +33,16 @@ # AbstractAPI javascript-email-validation library

### Browser, from the CDN
You can have the browser download the library from its closest location through jsDeliver CDN:
```js
<script src="https://cdn.jsdelivr.net/npm/@abstractapi/javascript-core@latest/dist/javascript-core.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@abstractapi/javascript-email-validation@latest/dist/javascript-email-validation.js"></script>
<script>
AbstractEmailValidation.configure('API_KEY');
// use the library
</script>
```
### Browser, from the built file

@@ -35,0 +49,0 @@

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