New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@giftwizard/db-models

Package Overview
Dependencies
Maintainers
6
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@giftwizard/db-models - npm Package Compare versions

Comparing version 5.0.1 to 5.0.2

2

index.js

@@ -63,5 +63,5 @@ const { Sequelize, DataTypes } = require('sequelize');

db.sequelize = sequelizeConnection;
db.sequelizeConnection = sequelizeConnection;
db.Sequelize = Sequelize;
module.exports = db;

@@ -1,3 +0,3 @@

module.exports = ({ sequelize, DataTypes }) => {
const JobsPersist = sequelize.define('JobsPersist', {
module.exports = (sequelizeConnection, DataTypes) => {
const JobsPersist = sequelizeConnection.define('JobsPersist', {
id: {

@@ -4,0 +4,0 @@ type: DataTypes.INTEGER,

{
"name": "@giftwizard/db-models",
"version": "5.0.1",
"version": "5.0.2",
"description": "Rise.ai package for 'sequelize' models used by several projects.",

@@ -5,0 +5,0 @@ "main": "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