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

use-email-autocomplete

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

use-email-autocomplete - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

2

package.json
{
"name": "use-email-autocomplete",
"version": "1.0.6",
"version": "1.0.7",
"homepage": "https://codepen.io/alex-cory/pen/daLjKj?editors=0010",

@@ -5,0 +5,0 @@ "github": "https://github.com/alex-cory/use-email-autocomplete",

@@ -38,3 +38,3 @@ import { useState, useRef, useCallback, useEffect } from 'react'

if (!partialDomain || email.length <= prevVal.current.length) return ''
const domain = theDomains.current.find(d => d.indexOf(partialDomain) === 0) || ''
const domain = theDomains.find(d => d.indexOf(partialDomain) === 0) || ''
return domain.replace(partialDomain, '')

@@ -41,0 +41,0 @@ }, [theDomains])

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