🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@cendo/database-schemas

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cendo/database-schemas - npm Package Compare versions

Comparing version

to
1.5.6

2

package.json
{
"name": "@cendo/database-schemas",
"version": "1.5.5",
"version": "1.5.6",
"description": "",

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

@@ -15,2 +15,7 @@ const {Schema} = require('mongoose')

api_url: {
type: String,
trim: true,
},
store_id: {

@@ -26,2 +31,4 @@ type: String,

updated_at: {

@@ -28,0 +35,0 @@ type: Date,