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

formage

Package Overview
Dependencies
Maintainers
3
Versions
158
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

formage - npm Package Compare versions

Comparing version 1.6.2 to 1.6.3

3

forms/fields.js

@@ -185,3 +185,2 @@ 'use strict';

options.widget_options.choices = options.widget_options.choices || choices;
options.required = true;
this._super(options);

@@ -228,7 +227,5 @@ },

options = options || {};
this.required = 'required' in options ? options.required : false;
options.widget = options.widget || widgets.RefWidget;
options.widget_options = options.widget_options || {};
options.widget_options.ref = options.widget_options.ref || ref;
options.widget_options.required = options.required;
options.widget_options.limit = options.limit;

@@ -235,0 +232,0 @@ this._super(options, []);

2

package.json
{
"name": "formage",
"description": "Admin GUI addon for mongoose and non mongoose projects on Express.js",
"version": "1.6.2",
"version": "1.6.3",
"main": "index.js",

@@ -6,0 +6,0 @@ "author": {

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