Socket
Socket
Sign inDemoInstall

joi

Package Overview
Dependencies
Maintainers
3
Versions
238
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

joi - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

5

lib/types/string.js

@@ -124,2 +124,5 @@ // Load modules

if (typeof(value) === 'undefined') {
return null;
}
var result = (value.match(n) !== null);

@@ -201,2 +204,2 @@ if (!result) {

return this;
};
};

2

package.json
{
"name": "joi",
"description": "Object schema validation",
"version": "1.2.1",
"version": "1.2.2",
"repository": "git://github.com/spumko/joi",

@@ -6,0 +6,0 @@ "main": "index",

@@ -775,2 +775,2 @@ // Load modules

};
});
});
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