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

joi-plus

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

joi-plus - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

1

libraries/string.js

@@ -61,2 +61,3 @@ 'use strict';

validate: (value, helpers, args, options) => {
let type = args.type;
if (type === 'alpha-2' && alpha2.includes(value)) {

@@ -63,0 +64,0 @@ return value;

2

package.json
{
"name": "joi-plus",
"version": "1.1.0",
"version": "1.1.1",
"description": "Joi with extra rules for string and array.",

@@ -5,0 +5,0 @@ "repository": "git://github.com/flamehamster/joi-plus",

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