New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

formkit

Package Overview
Dependencies
Maintainers
1
Versions
374
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

formkit - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

4

package.json
{
"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

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