New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

nestjs-redoc

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nestjs-redoc - npm Package Compare versions

Comparing version 2.2.1 to 2.2.2

3

dist/model/options.model.js

@@ -5,3 +5,3 @@ "use strict";

const Joi = require("@hapi/joi");
exports.schema = (document) => Joi.object().keys({
const schema = (document) => Joi.object().keys({
redocVersion: Joi.string().default('latest'),

@@ -48,1 +48,2 @@ title: Joi.string()

});
exports.schema = schema;
{
"name": "nestjs-redoc",
"version": "2.2.1",
"version": "2.2.2",
"description": "NestJS ReDoc frontend",

@@ -25,5 +25,5 @@ "repository": "https://github.com/mxarc/nestjs-redoc",

"peerDependencies": {
"@nestjs/common": "^7.0.0",
"@nestjs/core": "^7.0.0",
"@nestjs/swagger": "^4.0.0",
"@nestjs/common": "^8.0.0",
"@nestjs/core": "^8.0.0",
"@nestjs/swagger": "^5.0.0",
"reflect-metadata": "^0.1.12"

@@ -33,4 +33,4 @@ },

"@hapi/joi": "^17.1.1",
"@nestjs/common": "^7.0.0",
"@nestjs/swagger": "^4.0.0",
"@nestjs/common": "^8.0.0",
"@nestjs/swagger": "^5.0.0",
"express-basic-auth": "^1.2.0",

@@ -42,6 +42,6 @@ "express-handlebars": "^5.1.0"

"@commitlint/config-conventional": "^9.1.2",
"@nestjs/core": "^7.0.0",
"@nestjs/platform-express": "^7.0.0",
"@nestjs/platform-fastify": "^7.0.0",
"@nestjs/testing": "^7.0.0",
"@nestjs/core": "^8.0.0",
"@nestjs/platform-express": "^8.0.0",
"@nestjs/platform-fastify": "^8.0.0",
"@nestjs/testing": "^8.0.0",
"@types/express": "^4.17.8",

@@ -68,3 +68,3 @@ "@types/express-handlebars": "^3.1.0",

"ts-node": "^9.0.0",
"typescript": "^4.0.5"
"typescript": "^4.3.5"
},

@@ -71,0 +71,0 @@ "config": {

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc