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

@zenginehq/frontend-config

Package Overview
Dependencies
Maintainers
5
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.11.0 to 3.11.1

2

package.json
{
"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

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