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

json-schema-models

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-schema-models - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

4

lib/index.js

@@ -20,4 +20,4 @@ 'use strict';

}).pattern(/^[a-zA-Z]+$/, Joi.func().required())
}).required(),
}).pattern(/^[a-zA-Z]+$/, Joi.func())
}),
validator: Joi.object().required(),

@@ -24,0 +24,0 @@ zSchema: Joi.func().required()

{
"name": "json-schema-models",
"version": "0.0.5",
"version": "0.0.6",
"description": "json schema based models",

@@ -24,3 +24,3 @@ "main": "lib/index.js",

"neo-async": "1.x.x",
"yajsv": "^0.3.0"
"yajsv": "^0.3.2"
},

@@ -27,0 +27,0 @@ "devDependencies": {

@@ -145,3 +145,2 @@ // Load modules

manager.schema.addSchemas(Schemas);
manager.start(function (err, result) {

@@ -148,0 +147,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