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

scniro-validator

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scniro-validator - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

index.js

@@ -28,3 +28,3 @@ function CorrectiveValidator() {

var regex = new RegExp(e.match + '$'); // exact end of string via "$"
var regex = new RegExp(e.match + '$', 'i'); // exact end of string via "$"

@@ -31,0 +31,0 @@ if (input.match(regex)) {

{
"name": "scniro-validator",
"version": "1.0.0",
"version": "1.0.1",
"description": "a simple email validator with corrective action capabilities",

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

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