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

factorial-form

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

factorial-form - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

4

CHANGELOG.md
# Changelog
## `0.0.6`
Fixed some defensive code
## `0.0.5`

@@ -4,0 +8,0 @@

2

lib/Field.js

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

value: function _mapIn(value) {
if (value === null) return '';
if (!value) return '';

@@ -116,0 +116,0 @@ switch (this.type) {

{
"name": "factorial-form",
"version": "0.0.5",
"version": "0.0.6",
"description": "Factorial form library",

@@ -5,0 +5,0 @@ "repository": {

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