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

admin-config

Package Overview
Dependencies
Maintainers
2
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.2.2 to 0.2.3

7

lib/Field/Field.js

@@ -17,2 +17,3 @@ import stringUtils from "../Utils/stringUtils";

this._detailLinkRoute = 'edit';
this._pinned = false;
this.dashboard = true;

@@ -167,4 +168,10 @@ this.list = true;

}
pinned(pinned) {
if (!arguments.length) return this._pinned;
this._pinned = pinned;
return this;
}
}
export default Field;

2

package.json
{
"name": "admin-config",
"version": "0.2.2",
"version": "0.2.3",
"private": false,

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

@@ -247,3 +247,3 @@ let assert = require('chai').assert,

it.only('should execute filters function with current search parameter if filters is a function', () => {
it('should execute filters function with current search parameter if filters is a function', () => {
var searchParameter = null;

@@ -250,0 +250,0 @@ var field = new ReferenceField('myField')

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