Socket
Socket
Sign inDemoInstall

feathers-sequelize

Package Overview
Dependencies
5
Maintainers
2
Versions
84
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.1.0 to 4.1.1

12

CHANGELOG.md
# Change Log
## [v4.1.0](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v4.1.0) (2019-01-25)
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v4.0.8...v4.1.0)
**Closed issues:**
- Sorted and limited query does not respect the sort first [\#272](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/272)
**Merged pull requests:**
- Determine primary key name [\#273](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/273) ([edwardsmarkf](https://github.com/edwardsmarkf))
- Tighten up some options.Model/Sequelize/getModel related code. [\#267](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/267) ([AndrewJDR](https://github.com/AndrewJDR))
## [v4.0.8](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v4.0.8) (2019-01-10)

@@ -4,0 +16,0 @@ [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v4.0.7...v4.0.8)

4

lib/index.js

@@ -59,3 +59,3 @@ const errors = require('@feathersjs/errors');

}
return this.options.Model;

@@ -260,3 +260,3 @@ }

// to re-query them after the update
const ids = id === null ? this._find(params)
const ids = id === null ? this._getOrFind(null, params)
.then(mapIds) : Promise.resolve([ id ]);

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

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

@@ -72,3 +72,3 @@ "main": "lib/",

"istanbul": "^1.1.0-alpha.1",
"mocha": "^5.2.0",
"mocha": "^6.0.0",
"mysql2": "^1.6.4",

@@ -75,0 +75,0 @@ "pg": "^7.7.1",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc