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

anchor-validation

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

anchor-validation - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

4

index.js

@@ -29,2 +29,6 @@ "use strict";

return value && !emailRegex.test(value) ? error : undefined;
};
var isEqual = exports.isEqual = function isEqual(value, comparison, error) {
return value && comparison && value !== comparison ? error : undefined;
};

2

package.json
{
"name": "anchor-validation",
"version": "1.2.1",
"version": "1.2.2",
"description": "anchor-validation for anchor-ui kit",

@@ -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