schema-inspector
Advanced tools
Comparing version 1.4.2 to 1.4.3
@@ -1220,4 +1220,4 @@ /* | ||
const INT_MIN = -2147483648; | ||
const INT_MAX = 2147483647; | ||
var INT_MIN = -2147483648; | ||
var INT_MAX = 2147483647; | ||
@@ -1224,0 +1224,0 @@ var _rand = { |
{ | ||
"name": "schema-inspector", | ||
"description": "Schema-Inspector is a powerful tool to sanitize and validate JS objects.", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"main": "./lib/schema-inspector.js", | ||
@@ -6,0 +6,0 @@ "author": { |
296984