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

zee-validator

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zee-validator - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

1

dist/zee-validate.es5.js

@@ -916,2 +916,3 @@ import { Component, Vue } from 'vue-property-decorator';

this.fields.all(scope).forEach(function (field) { return field.reset(); });
this.validations = this.mapValidations();
};

@@ -918,0 +919,0 @@ /**

@@ -921,2 +921,3 @@ (function (global, factory) {

this.fields.all(scope).forEach(function (field) { return field.reset(); });
this.validations = this.mapValidations();
};

@@ -923,0 +924,0 @@ /**

2

package.json
{
"name": "zee-validator",
"version": "1.0.1",
"version": "1.0.2",
"description": "A model-based form validation library for vue inspired by vuelidate and vee-validate.",

@@ -5,0 +5,0 @@ "module": "dist/zee-validate.es5.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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