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

@cendo/database-schemas

Package Overview
Dependencies
Maintainers
0
Versions
76
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.0.2

2

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

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

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

FileRow.index({
file: 1,
line: 1
})
FileRow.index({
created_at: 1

@@ -47,0 +52,0 @@ }, {expireAfterSeconds: 12 * 30 * 24 * 3600})//12 months