Socket
Socket
Sign inDemoInstall

feathers-sequelize

Package Overview
Dependencies
Maintainers
2
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

feathers-sequelize - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

4

lib/index.js

@@ -68,3 +68,3 @@ 'use strict';

var order = utils.getOrder(filters.$sort);
var query = {
var query = _extends({
where: where, order: order,

@@ -74,3 +74,3 @@ limit: filters.$limit,

attributes: filters.$select || null
};
}, params.sequelize);

@@ -77,0 +77,0 @@ return this.Model.findAndCount(query).then(function (result) {

{
"name": "feathers-sequelize",
"description": "A service adapter for Sequelize an SQL ORM",
"version": "1.1.0",
"version": "1.1.1",
"homepage": "https://github.com/feathersjs/feathers-sequelize",

@@ -6,0 +6,0 @@ "main": "lib/",

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