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.0.33 to 2.0.34

1

dist/dts/classes/FormErrors.d.ts

@@ -6,3 +6,4 @@ export default class FormErrors extends Error {

static ProxyFormWithoutName(): FormErrors;
static TryToGetValueWithoutName(): FormErrors;
static MergingObjectGotPrimitiveValue(): void;
}

4

dist/dts/classes/Input.d.ts

@@ -8,4 +8,4 @@ import EventEmitter from "jenesius-event-emitter";

constructor(params: InputParams);
get value(): import("../types").Values | undefined;
set value(v: import("../types").Values | undefined);
get value(): import("../types").Values | "" | undefined;
set value(v: string | import("../types").Values | undefined);
get disabled(): boolean;

@@ -12,0 +12,0 @@ change(v: any): void;

@@ -8,3 +8,4 @@ import Input from "../classes/Input";

};
updateName: (name: string) => void;
input: Input;
};
{
"name": "jenesius-vue-form",
"version": "2.0.33",
"version": "2.0.34",
"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