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

joi-to-swagger

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

joi-to-swagger - npm Package Compare versions

Comparing version 4.0.0 to 5.0.0

6

CHANGELOG.md

@@ -0,1 +1,7 @@

5.0.0 / 2020-08-13
==================
* BREAKING CHANGE: Move back to joi with versions >= 17.1.1 after @hapi/joi was deprecated
* updated dependencies
4.0.0 / 2020-02-07

@@ -2,0 +8,0 @@ ==================

2

index.d.ts

@@ -1,2 +0,2 @@

import { Schema } from '@hapi/joi';
import { Schema } from 'joi';

@@ -3,0 +3,0 @@ interface SwaggerSchema {

'use strict';
const joi = require('@hapi/joi');
const joi = require('joi');
const { find, get, isEqual, isNumber, isPlainObject, isString, merge, set, uniqWith } = require('lodash');

@@ -5,0 +5,0 @@

{
"name": "joi-to-swagger",
"version": "4.0.0",
"version": "5.0.0",
"description": "",

@@ -31,12 +31,12 @@ "main": "index.js",

"devDependencies": {
"eslint": "^6.5.1",
"eslint-config-twipped": "~3.3.0",
"eslint": "^7.6.0",
"eslint-config-twipped": "~3.4.0",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"@hapi/joi": "^17.1.0",
"tap": "^14.7.2",
"joi": "^17.2.0",
"tap": "^14.7.3",
"tapsuite": "^2.0.1"
},
"peerDependencies": {
"@hapi/joi": ">=16"
"joi": ">=17.1.1"
},

@@ -48,4 +48,4 @@ "files": [

"dependencies": {
"lodash": "^4.17.15"
"lodash": "^4.17.19"
}
}
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