Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sails-hook-better-sequelize

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sails-hook-better-sequelize - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

3

lib/index.js

@@ -19,2 +19,3 @@ module.exports = sails => {

configure () {
this.configKey = 'sequelize';
conf = sails.config[this.configKey];

@@ -29,3 +30,3 @@ const cls = conf.clsNamespace;

if (conf.exposeToGlobal) {
sails.log.verbose('Exposing Sequelize globally');
sails.log.verbose('Exposing Sequelize globanpm lly');
global.Sequelize = Sequelize;

@@ -32,0 +33,0 @@ global.Op = Sequelize.Op;

{
"name": "sails-hook-better-sequelize",
"version": "1.0.4",
"version": "1.0.5",
"description": "Sails hook for sequelize ORM",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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