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 8.0.0-pre.0 to 8.0.0-pre.1

1

lib/adapter.js

@@ -280,2 +280,3 @@ "use strict";

...sequelizeOptions,
raw: false,
where: { [this.id]: ids.length === 1 ? ids[0] : { [sequelize_1.Op.in]: ids } }

@@ -282,0 +283,0 @@ })

2

package.json
{
"name": "feathers-sequelize",
"description": "A service adapter for Sequelize an SQL ORM",
"version": "8.0.0-pre.0",
"version": "8.0.0-pre.1",
"homepage": "https://github.com/feathersjs-ecosystem/feathers-sequelize",

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

@@ -361,2 +361,3 @@ import { MethodNotAllowed, NotFound } from '@feathersjs/errors';

...sequelizeOptions,
raw: false,
where: { [this.id]: ids.length === 1 ? ids[0] : { [Op.in]: ids } }

@@ -363,0 +364,0 @@ } as UpdateOptions)

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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