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
8
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 9.1.4 to 9.1.5

4

models/customer.js

@@ -94,3 +94,3 @@ module.exports = (sequelizeConnection, DataTypes, Sequelize) => {

platform_customer_id: {
[Op.eq]: customerId ? toString(customerId) : customerId
[Op.eq]: customerId ? customerId.toString() : customerId
}

@@ -236,3 +236,3 @@ },

platform_customer_id: {
[Op.eq]: customerId ? toString(customerId) : customerId
[Op.eq]: customerId ? customerId.toString() : customerId
}

@@ -239,0 +239,0 @@ }

{
"name": "@giftwizard/db-models",
"version": "9.1.4",
"version": "9.1.5",
"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