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.3.1 to 1.3.2

8

CHANGELOG.md
# Change Log
## [v1.3.1](https://github.com/feathersjs/feathers-sequelize/tree/v1.3.1) (2016-07-20)
[Full Changelog](https://github.com/feathersjs/feathers-sequelize/compare/v1.3.0...v1.3.1)
**Merged pull requests:**
- sequelize@3.23.6 breaks build 🚨 [\#54](https://github.com/feathersjs/feathers-sequelize/pull/54) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
- Update feathers-query-filters to version 2.0.0 🚀 [\#51](https://github.com/feathersjs/feathers-sequelize/pull/51) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
## [v1.3.0](https://github.com/feathersjs/feathers-sequelize/tree/v1.3.0) (2016-07-08)

@@ -4,0 +12,0 @@ [Full Changelog](https://github.com/feathersjs/feathers-sequelize/compare/v1.2.0...v1.3.0)

2

lib/index.js

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

if (id !== null) {
where.id = id;
where[_this2.id] = id;
}

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

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

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

"jshint": "^2.8.0",
"mocha": "^2.5.0",
"mocha": "^3.0.0",
"sequelize": "^3.23.6",

@@ -73,0 +73,0 @@ "sqlite3": "^3.1.1"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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