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

admin-config

Package Overview
Dependencies
Maintainers
3
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.8.0 to 0.9.0

11

lib/Field/ReferencedListField.js

@@ -12,2 +12,3 @@ import ReferenceField from "./ReferenceField";

this._listActions = [];
this._entryCssClasses = null;
}

@@ -59,2 +60,12 @@

entryCssClasses(classes) {
if (!arguments.length) {
return this._entryCssClasses;
}
this._entryCssClasses = classes;
return this;
}
getReferences(withRemoteComplete) {

@@ -61,0 +72,0 @@ return ReferenceExtractor.getReferences(this._targetFields, withRemoteComplete);

2

package.json
{
"name": "admin-config",
"version": "0.8.0",
"version": "0.9.0",
"private": false,

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

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