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

nodejs-data-grid

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodejs-data-grid - npm Package Compare versions

Comparing version 1.3.3 to 1.3.4

2

dist/lib/AKnexGrid.js

@@ -25,3 +25,3 @@ "use strict";

query = this.addFilters(query, dto);
const countRes = await query.clone().count();
const countRes = await query.clone().clear('select').count();
query = this.addSorters(query, dto);

@@ -28,0 +28,0 @@ query = this.addPaging(query, dto);

@@ -26,3 +26,3 @@ import { Knex } from 'knex';

query = this.addFilters(query, dto);
const countRes = await query.clone().count();
const countRes = await query.clone().clear('select').count();
query = this.addSorters(query, dto);

@@ -29,0 +29,0 @@ query = this.addPaging(query, dto);

{
"name": "nodejs-data-grid",
"version": "1.3.3",
"version": "1.3.4",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/lib/index.js",

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