🚀 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
0
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.2.8

2

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

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

@@ -40,2 +40,8 @@ const {Schema} = require('mongoose')

platform_status: {
type: String,
trim: true,
index: true,
},
fulfillment_status: {

@@ -42,0 +48,0 @@ type: String,