Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "formkit", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Smart framework agnostic form helper.", | ||
@@ -33,3 +33,5 @@ "repository": "git@github.com:bozonx/formkit.git", | ||
"babel-eslint": "^8.2.2", | ||
"babel-plugin-transform-runtime": "^6.23.0", | ||
"babel-preset-env": "^1.6.1", | ||
"babel-preset-stage-2": "^6.24.1", | ||
"chai": "^4.1.2", | ||
@@ -36,0 +38,0 @@ "chai-as-promised": "^7.1.1", |
@@ -123,3 +123,3 @@ const _ = require('lodash'); | ||
// means field | ||
if (_.isEmpty(item) || isFieldSchema(item) ) { | ||
if (_.isEmpty(item) || isFieldSchema(item)) { | ||
this._initField(path, item); | ||
@@ -126,0 +126,0 @@ |
@@ -10,4 +10,5 @@ const _ = require('lodash'); | ||
'initial', | ||
'disabled', | ||
'defaultValue', | ||
'disabled', | ||
'savedValue', | ||
]; | ||
@@ -14,0 +15,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
0
0
246359
23
17
1534