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.5.4 to 0.5.5

14

package.json
{
"name": "json-schema-models",
"version": "0.5.4",
"version": "0.5.5",
"description": "json schema based models",
"main": "lib/index.js",
"scripts": {
"pretest": "mongo localhost:27017/test_db ./scripts/mongo.js",
"pretest": "mongo localhost:27017/wadofgum_db ./scripts/mongo.js",
"test": "lab -a code -v -t 100 -L"

@@ -20,7 +20,7 @@ },

"dependencies": {
"basic-utils": "^1.0.0",
"basic-utils": "^1.1.0",
"hoek": "^3.0.1",
"joi": "^7.0.1",
"mongodb": "^2.0.47",
"neo-async": "^1.6.0",
"mongodb": "^2.1.0",
"neo-async": "^1.7.1",
"wadofgum": "^4.1.0",

@@ -30,8 +30,8 @@ "wadofgum-json-schema": "^0.4.1",

"yajsv": "^0.6.0",
"z-schema": "^3.16.0"
"z-schema": "^3.16.1"
},
"devDependencies": {
"code": "^2.0.1",
"lab": "^7.3.0"
"lab": "^8.0.0"
}
}

@@ -125,3 +125,3 @@ 'use strict';

mongo: {
name: 'test_db',
name: 'wadofgum_db',
url: 'mongodb://localhost:27017',

@@ -153,3 +153,3 @@ options: {

mongo: {
name: 'test_db',
name: 'wadofgum_db',
url: 'mongodb://localhost:27017',

@@ -156,0 +156,0 @@ options: {

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