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

anchor-validation

Package Overview
Dependencies
Maintainers
2
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.6 to 1.2.7

2

index.js

@@ -64,3 +64,3 @@ 'use strict';

var error = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : true;
return fn1 || fn2 ? error : undefined;
return fn1 && fn2 ? error : undefined;
};
{
"name": "anchor-validation",
"version": "1.2.6",
"version": "1.2.7",
"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