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

admin-config

Package Overview
Dependencies
Maintainers
4
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

admin-config - npm Package Compare versions

Comparing version 0.12.3 to 0.12.4

11

lib/Field/Field.js

@@ -37,2 +37,3 @@ "use strict";

this._flattenable = true;
this._helpText = null;
this.dashboard = true;

@@ -258,2 +259,12 @@ this.list = true;

}, {
key: "helpText",
value: function helpText() {
if (arguments.length) {
this._helpText = arguments[0];
return this;
}
return this._helpText;
}
}, {
key: "getTemplateValue",

@@ -260,0 +271,0 @@ value: function getTemplateValue(data) {

2

package.json
{
"name": "admin-config",
"version": "0.12.3",
"version": "0.12.4",
"private": false,

@@ -5,0 +5,0 @@ "files": [

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