Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

form-lib

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

form-lib - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

lib/Form.js

@@ -163,3 +163,3 @@ 'use strict';

var nextValues = Object.assign({}, defaultValues, values);
Object.keys(nextValues).forEach(function (key) {
Object.keys(model.schema).forEach(function (key) {
var checkResult = model.checkForField(key, nextValues[key]);

@@ -166,0 +166,0 @@

{
"name": "form-lib",
"version": "0.0.2",
"version": "0.0.3",
"description": "Form component for React",

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

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