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

@cendo/database-schemas

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.6.7

{
"name": "@cendo/database-schemas",
"version": "1.6.6",
"version": "1.6.7",
"description": "",

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

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

const Product = new Schema({
shop: {
type: Schema.Types.ObjectId,
index: true,
},
name: {

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