Socket
Socket
Sign inDemoInstall

@fredguile/hapi-sequelize

Package Overview
Dependencies
67
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.5 to 4.0.0

.coveralls.yml

12

package.json
{
"name": "@fredguile/hapi-sequelize",
"version": "3.0.5",
"version": "4.0.0",
"description": "A Hapi plugin for the fabulous Sequelize ORM",

@@ -33,3 +33,3 @@ "main": "lib/index.js",

"glob": "^7.0.3",
"joi": "^10.6.0"
"joi": "^11.3.4"
},

@@ -40,6 +40,6 @@ "devDependencies": {

"eslint": "^3.7.1",
"hapi": "^16.5.0",
"hapi": "^16.6.2",
"lab": "^14.1.1",
"mysql": "^2.10.2",
"sequelize": "^3.24.3",
"mysql2": "^1.4.2",
"sequelize": "^4.13.10",
"sinon": "^2.3.8"

@@ -49,3 +49,3 @@ },

"hapi": "^16.5.0",
"sequelize": "^3.x"
"sequelize": "^4.x"
},

@@ -52,0 +52,0 @@ "engines": {

## hapi-sequelize - a hapi plugin for the sequelize orm
[![Build Status](https://travis-ci.org/danecando/hapi-sequelize.svg?branch=master)](https://travis-ci.org/danecando/hapi-sequelize)
[![Coverage Status](https://coveralls.io/repos/github/danecando/hapi-sequelize/badge.svg)](https://coveralls.io/github/danecando/hapi-sequelize)
[![npm](https://img.shields.io/npm/dm/localeval.svg)](https://www.npmjs.com/package/hapi-sequelize)
[![Build Status](https://travis-ci.org/fredguile/hapi-sequelize.svg?branch=master)](https://travis-ci.org/fredguile/hapi-sequelize)
[![Coverage Status](https://coveralls.io/repos/github/fredguile/hapi-sequelize/badge.svg)](https://coveralls.io/github/fredguile/hapi-sequelize)
[![npm](https://img.shields.io/npm/dm/localeval.svg)](https://www.npmjs.com/package/@fredguile/hapi-sequelize)

@@ -13,6 +13,8 @@

(3.x) has simplified things and made the plugin a bit more flexible.
**UDPATE: I've bumped versions to support Sequelize 4.x.**
### Installation
`npm install --save hapi-sequelize`
`npm install --save @fredguile/hapi-sequelize`

@@ -19,0 +21,0 @@ ### Configuration

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