Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

joi-strict

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

joi-strict - npm Package Compare versions

Comparing version 1.2.7 to 1.2.8

3

lib/index.js
"use strict";
const Joi = require('@hapi/joi').defaults(schema => schema.options({
presence: 'required'
presence: 'required',
convert: false
}));

@@ -6,0 +7,0 @@

{
"name": "joi-strict",
"version": "1.2.7",
"version": "1.2.8",
"description": "Thin wrapper around joi that defaults to stricter validation.",

@@ -44,4 +44,4 @@ "main": "lib/index.js",

"@babel/register": "7.12.10",
"@blackflux/eslint-plugin-rules": "1.3.42",
"@blackflux/robo-config-plugin": "3.10.15",
"@blackflux/eslint-plugin-rules": "1.3.43",
"@blackflux/robo-config-plugin": "3.10.17",
"babel-eslint": "10.1.0",

@@ -56,3 +56,3 @@ "chai": "4.2.0",

"eslint-plugin-mocha": "8.0.0",
"js-gardener": "2.0.181",
"js-gardener": "2.0.182",
"nyc": "15.1.0",

@@ -59,0 +59,0 @@ "semantic-release": "17.3.0",

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