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

@zenginehq/frontend-config

Package Overview
Dependencies
Maintainers
6
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zenginehq/frontend-config - npm Package Compare versions

Comparing version 3.14.1 to 3.15.0

2

package.json
{
"name": "@zenginehq/frontend-config",
"version": "3.14.1",
"version": "3.15.0",
"description": "Helper module for implementing Zengine plugin configuration forms.",

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

@@ -187,3 +187,3 @@ plugin.service('wgnConfigInputs', [function () {

validate: function (r) {
return checkAllowedItems(r, ['radio', 'checkbox', 'dropdown']);
return checkAllowedItems(r, ['radio', 'checkbox', 'dropdown', 'folder']);
}

@@ -190,0 +190,0 @@ },

@@ -438,3 +438,3 @@ plugin.controller('wgnConfigCtrl', ['$scope', '$q', '$routeParams', 'znData', 'znModal', 'znMessage', 'wgnConfigSrv',

* Loads all choices for a given field.
* This only really applies to checkbox, dropdown and radio fields.
* This applies to checkbox, dropdown and radio fields.
*

@@ -441,0 +441,0 @@ * @param {Object} fieldDef The choice input definition.

Sorry, the diff of this file is too big to display

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