Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@stackmeister/json-schema

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stackmeister/json-schema - npm Package Compare versions

Comparing version
0.1.4
to
0.1.5
+2
-2
package.json
{
"name": "@stackmeister/json-schema",
"version": "0.1.4",
"version": "0.1.5",
"license": "MIT",

@@ -48,3 +48,3 @@ "main": "cjs/index.js",

},
"gitHead": "7cda2f247123d83cf1a4c697dc6748885d336561"
"gitHead": "89e93b58c63e6e2d02816d5512bfd2b6eb40705d"
}

@@ -113,3 +113,3 @@ @stackmeister/json-schema

This is not done for you so that you can cache the dereferenced schema where need. After that
This is not done for you so that you can cache the dereferenced schema where needed. After that
point no waiting for IO is involved anymore.

@@ -139,3 +139,3 @@

if (!result.valid) {
throw new Error(`Failidation failed!`)
throw new Error(`Validation failed!`)
}

@@ -142,0 +142,0 @@ })