Socket
Socket
Sign inDemoInstall

feathers-sequelize

Package Overview
Dependencies
6
Maintainers
2
Versions
84
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.1 to 3.1.2

18

CHANGELOG.md
# Change Log
## [v3.1.1](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v3.1.1) (2018-06-03)
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v3.1.0...v3.1.1)
**Closed issues:**
- Custom id field does not work in get request with id [\#210](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/210)
- Question about executing sql string using feathers-sequelize [\#208](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/208)
- Version 10 of node.js has been released [\#205](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/205)
- sub include relations with Sequelize: Query error [\#204](https://github.com/feathersjs-ecosystem/feathers-sequelize/issues/204)
**Merged pull requests:**
- Update uberproto to the latest version 🚀 [\#214](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/214) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Add the explicit call to setup\(\) to initialize relations. [\#212](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/212) ([edwardmsmith](https://github.com/edwardmsmith))
- Update to node 10 in .travis.yml [\#206](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/206) ([daffl](https://github.com/daffl))
- Fixing references to context vs. hook [\#202](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/202) ([corymsmith](https://github.com/corymsmith))
- Update README.md [\#200](https://github.com/feathersjs-ecosystem/feathers-sequelize/pull/200) ([DesignByOnyx](https://github.com/DesignByOnyx))
## [v3.1.0](https://github.com/feathersjs-ecosystem/feathers-sequelize/tree/v3.1.0) (2018-03-27)

@@ -4,0 +22,0 @@ [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/compare/v3.0.2...v3.1.0)

10

lib/index.js

@@ -17,4 +17,5 @@ const omit = require('lodash.omit');

}
this.paginate = options.paginate || {};
this.paginate = options.paginate || false;
this.options = options;
this.Model = options.Model;

@@ -290,6 +291,5 @@ this.id = options.id || 'id';

function init (options) {
return new Service(options);
};
}

@@ -300,4 +300,4 @@ module.exports = init;

Object.assign(module.exports, {
default: init,
default: init,
Service
});
{
"name": "feathers-sequelize",
"description": "A service adapter for Sequelize an SQL ORM",
"version": "3.1.1",
"version": "3.1.2",
"homepage": "https://github.com/feathersjs-ecosystem/feathers-sequelize",

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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc