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.8 to 1.2.9

5

lib/index.js

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

presence: 'required',
convert: false
convert: true
}));

@@ -19,3 +19,4 @@

boolean: (...args) => Joi.boolean(...args).strict(),
number: (...args) => Joi.number(...args).strict()
number: (...args) => Joi.number(...args).strict(),
string: (...args) => Joi.string(...args).strict()
};

2

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

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

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