You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

react-dynamic-form-maker

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

react-dynamic-form-maker - npm Package Compare versions

Comparing version
1.0.1
to
1.0.2
+1
-1
package.json
{
"name": "react-dynamic-form-maker",
"version": "1.0.1",
"version": "1.0.2",
"description": "dynamic-form for react",

@@ -5,0 +5,0 @@ "main": "index.min.js",

module.exports = {
extends: ['alloy', 'alloy/react', 'alloy/typescript'],
parserOptions: {
ecmaVersion: 2018,
sourceType: 'module',
ecmaFeatures: {
jsx: true
}
},
plugins: ['jest'],
env: {
jest: true
},
rules: {
indent: ['error', 2],
'@typescript-eslint/indent': 'off',
'@typescript-eslint/explicit-member-accessibility': 'off',
'@typescript-eslint/no-var-requires': 'off',
'@typescript-eslint/consistent-type-assertions': 'off',
'@typescript-eslint/typedef': 'off',
'no-new-func': 'off',
'@typescript-eslint/no-empty-interface': 'off',
'eol-last': 2,
quotes: [2, 'single'],
complexity: 'off',
'@typescript-eslint/no-this-alias': 'off',
'@typescript-eslint/no-require-imports': 'off',
'@typescript-eslint/prefer-optional-chain': 'off',
'max-params': 'off',
'no-trailing-spaces': [
'error',
{
skipBlankLines: true
}
]
}
}