@zenginehq/frontend-config
Advanced tools
Comparing version 3.11.0 to 3.11.1
{ | ||
"name": "@zenginehq/frontend-config", | ||
"version": "3.11.0", | ||
"version": "3.11.1", | ||
"description": "Helper module for implementing Zengine plugin configuration forms.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -204,2 +204,4 @@ plugin.service('wgnConfigInputs', [function () { | ||
if (!opts) { return valid; } | ||
valid = opts.format ? ['M/d/yyyy', 'yyyy', 'yy'].indexOf(opts.format) !== -1 : | ||
@@ -206,0 +208,0 @@ valid; |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
297494
2051
0