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

cee-validate

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cee-validate - npm Package Compare versions

Comparing version 0.1.17 to 0.1.18

8

dist/cee-validate.es5.js

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

var _this = this;
console.log('thes: ', this);
this.$validator = {

@@ -536,5 +537,8 @@ init: function (template) {

var ConveniaValidator = /** @class */ (function () {
function ConveniaValidator(_Vue) {
function ConveniaValidator() {
}
ConveniaValidator.install = function (Vue$$1, options) {
ConveniaValidator.prototype.install = function (Vue$$1, options) {
console.log('installing, LOL: ');
console.log('FormValidatorMixin: ', FormValidator);
console.log('this: ', this);
// We should merge the two

@@ -541,0 +545,0 @@ FormValidator.options = options || defaultConfig;

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

var _this = this;
console.log('thes: ', this);
this.$validator = {

@@ -541,5 +542,8 @@ init: function (template) {

var ConveniaValidator = /** @class */ (function () {
function ConveniaValidator(_Vue) {
function ConveniaValidator() {
}
ConveniaValidator.install = function (Vue, options) {
ConveniaValidator.prototype.install = function (Vue, options) {
console.log('installing, LOL: ');
console.log('FormValidatorMixin: ', FormValidator);
console.log('this: ', this);
// We should merge the two

@@ -546,0 +550,0 @@ FormValidator.options = options || defaultConfig;

export default class ConveniaValidator {
constructor(_Vue: any);
static install(Vue: any, options?: any): void;
install(Vue: any, options?: any): void;
}
{
"name": "cee-validate",
"version": "0.1.17",
"version": "0.1.18",
"description": "A model-based form validation library for vue inspired by vuelidate and vee-validate.",

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