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

vue3-form-validation

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue3-form-validation - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

dist/utils/map/tryGet.js

@@ -10,4 +10,4 @@ "use strict";

else {
failure?.();
failure === null || failure === void 0 ? void 0 : failure();
}
};

@@ -7,8 +7,8 @@ "use strict";

if (_value) {
failure?.(_value);
failure === null || failure === void 0 ? void 0 : failure(_value);
}
else {
map.set(key, value);
success?.(value);
success === null || success === void 0 ? void 0 : success(value);
}
};
{
"name": "vue3-form-validation",
"version": "1.0.2",
"version": "1.0.3",
"description": "Vue 3 form validation",

@@ -5,0 +5,0 @@ "main": "dist/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