Socket
Socket
Sign inDemoInstall

@cholang/blog-schemas

Package Overview
Dependencies
233
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "@cholang/blog-schemas",
"version": "1.0.2",
"version": "1.0.3",
"description": "",

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

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

const Category = new Schema({
source_id: {
type: String,
trim: true,
required: true,
index: true
},
name: {

@@ -11,2 +18,7 @@ type: String,

color: {
type: String,
trim: true
},
slug: {

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc