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.10.0 to 0.11.0

11

lib/View/ListView.js

@@ -16,2 +16,3 @@ import View from './View';

this._exportFields = null;
this._exportOptions = {};
this._entryCssClasses = null;

@@ -86,2 +87,12 @@

exportOptions(exportOptions) {
if (!arguments.length) {
return this._exportOptions;
}
this._exportOptions = exportOptions;
return this;
}
batchActions(actions) {

@@ -88,0 +99,0 @@ if (!arguments.length) {

2

package.json
{
"name": "admin-config",
"version": "0.10.0",
"version": "0.11.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