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.3.1 to 0.3.2

2

lib/Queries/ReadQueries.js

@@ -93,3 +93,3 @@ import Queries from './Queries';

if (sortField && sortField.split('.')[0] === viewName) {
params._sortField = sortField.split('.')[1];
params._sortField = sortField.substr(sortField.indexOf('.') + 1);
params._sortDir = sortDir;

@@ -96,0 +96,0 @@ }

{
"name": "admin-config",
"version": "0.3.1",
"version": "0.3.2",
"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