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.3.10 to 2.3.11

tests/form/case-sensitive.spec.ts

9

dist/dts/config/config.d.ts

@@ -0,7 +1,6 @@

import { IStore } from "./store";
export default function config(params: ConfigParams): void;
interface ConfigParams {
inputTypes?: {
[name: string]: any;
};
}
declare type ConfigParams = Partial<IStore> & {
inputTypes?: IStore['inputTypes'];
};
export {};
declare const STORE: IStore;
declare type defineInputTypes = 'text' | 'select' | 'radio' | 'checkbox' | 'switch' | 'password' | 'tel' | 'number' | 'range' | 'textarea';
interface IStore {
declare type defineInputTypes = 'text' | 'select' | 'radio' | 'checkbox' | 'switch' | 'password' | 'tel' | 'number' | 'range' | 'textarea' | 'single-checkbox' | 'single-radio';
export interface IStore {
inputTypes: {

@@ -8,3 +8,4 @@ [name: defineInputTypes | string]: any;

requiredMessage: string;
typeNotCaseSensitive: boolean;
}
export default STORE;
{
"name": "jenesius-vue-form",
"version": "2.3.10",
"version": "2.3.11",
"description": "Heavy form system for Vue.js",

@@ -55,3 +55,3 @@ "author": "Jenesius",

"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/core": "^7.21.3",
"@babel/eslint-parser": "^7.12.16",

@@ -58,0 +58,0 @@ "@babel/plugin-proposal-optional-chaining": "^7.18.6",

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