Socket
Socket
Sign inDemoInstall

feathers-sequelize

Package Overview
Dependencies
4
Maintainers
2
Versions
84
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.6 to 1.0.7

db.sqlite

8

lib/index.js

@@ -44,2 +44,10 @@ 'use strict';

if (!options) {
throw new Error('Sequelize options have to be provided');
}
if (!options.Model) {
throw new Error('You must provide a Sequelize Model');
}
this.paginate = options.paginate || {};

@@ -46,0 +54,0 @@ this.Model = options.Model;

2

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

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

Sorry, the diff of this file is not supported yet

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