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

enjoi

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

enjoi - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1

4

CHANGELOG.md

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

### v5.0.1
* #66
### v5.0.0

@@ -2,0 +6,0 @@

2

lib/resolver.js

@@ -311,3 +311,3 @@

const dateRegex ='(\\d{4})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])';
const timeRegex = '([01][0-9]|2[0-3]):([0-5][0-9]):([0-5][0-9]|60)(Z|(\\+|-)([01][0-9]|2[0-3]):([0-5][0-9]))';
const timeRegex = '([01][0-9]|2[0-3]):([0-5][0-9]):([0-5][0-9]|60)(.[0-9]{3})?(Z|(\\+|-)([01][0-9]|2[0-3]):([0-5][0-9]))';
const dateTimeRegex = dateRegex + 'T' + timeRegex;

@@ -314,0 +314,0 @@

{
"name": "enjoi",
"version": "5.0.0",
"version": "5.0.1",
"license": "Apache 2.0",

@@ -5,0 +5,0 @@ "description": "Converts json-schema to Joi schema.",

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