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

form

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

form - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

2

lib/form.js

@@ -57,3 +57,3 @@ (function () {

for (field in results) {
if (results[field] === null) {
if (results[field] === null || results[field] === undefined) {
delete (results[field]);

@@ -60,0 +60,0 @@ } else {

{
"name" : "form",
"version" : "0.2.3",
"version" : "0.2.4",
"description" : "Form processor for filter and validation form data",

@@ -5,0 +5,0 @@ "keywords": ["form"],

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