🚀 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
78
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.6

2

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

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

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

const Label = new Schema({
order: {
type: Schema.Types.ObjectId,
ref: 'Order',
index: true,
},
order_id: {

@@ -7,0 +13,0 @@ type: String,