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.5 to 1.1.6

CHANGELOG.md

2

lib/utils.js

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

var value = where[prop];
if (value.$nin) {
if (value && value.$nin) {
value = _extends({}, value);

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

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

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

@@ -82,22 +82,2 @@ # feathers-sequelize

## Changelog
__1.1.0__
- Use internal methods instead of service methods directly ([#8](https://github.com/feathersjs/feathers-sequelize/issues/8))
__1.0.0__
- First official release
- Compatibility with Feathers Errors
__0.2.0__
- Use ES6 classes and Promises
- Support for pagination
__0.1.0__
- Initial release
## License

@@ -104,0 +84,0 @@

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