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

jenesius-vue-form

Package Overview
Dependencies
Maintainers
1
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jenesius-vue-form - npm Package Compare versions

Comparing version 2.2.5 to 2.2.6

7

dist/dts/types/index.d.ts

@@ -8,6 +8,11 @@ export interface Values {

export declare type ValidationGuard = () => void;
export interface OptionRow {
export interface OptionRowWithTitle {
title: string;
value: any;
}
export interface OptionsRowWithLabel {
label: string;
value: any;
}
export declare type OptionRow = OptionRowWithTitle | OptionsRowWithLabel;
export interface FormDependence {

@@ -14,0 +19,0 @@ name?: string;

2

package.json
{
"name": "jenesius-vue-form",
"version": "2.2.5",
"version": "2.2.6",
"description": "Heavy form system for Vue.js",

@@ -5,0 +5,0 @@ "author": "Jenesius",

Sorry, the diff of this file is too big to display

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