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

febs-db

Package Overview
Dependencies
Maintainers
1
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

febs-db - npm Package Compare versions

Comparing version 1.1.6 to 1.1.7

0

lib/condition.js

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

11

lib/mssql/adapter.js

@@ -1030,8 +1030,6 @@ 'use strict';

// limit.
sql += ') AS A WHERE RowNumber > ' + offset;
// where.
if (where != null && where != undefined && where.length > 0)
sql += " WHERE " + (where);
if (where != null && where != undefined && where.length > 0)
sql += " AND " + (where);
// group.

@@ -1041,2 +1039,5 @@ if (groupSql)

// limit.
sql += ') AS A WHERE RowNumber > ' + offset;
return sql;

@@ -1043,0 +1044,0 @@ }

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -8,3 +8,3 @@ {

"copy-to": "^2.0.1",
"febs": "^0.2.5",
"febs": "^0.2.7",
"mssql": "^4.0.4",

@@ -53,3 +53,3 @@ "mysql": "^2.13.0"

},
"version": "1.1.6"
"version": "1.1.7"
}

@@ -0,0 +0,0 @@

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@

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