schema-inspector
Advanced tools
Comparing version 1.6.9 to 1.6.10
{ | ||
"name": "schema-inspector", | ||
"description": "Schema-Inspector is a powerful tool to sanitize and validate JS objects.", | ||
"version": "1.6.9", | ||
"version": "1.6.10", | ||
"main": "index.js", | ||
@@ -37,3 +37,3 @@ "author": { | ||
"dependencies": { | ||
"async": "^3.1.0" | ||
"async": "~2.6.3" | ||
}, | ||
@@ -40,0 +40,0 @@ "devDependencies": { |
@@ -10,6 +10,2 @@ [![schema-inspector logo](https://raw.githubusercontent.com/Atinux/schema-inspector/master/misc/schema-inspector.png)](http://atinux.github.io/schema-inspector/) | ||
<a target='_blank' rel='nofollow' href='https://app.codesponsor.io/link/htiWA79uE8uubJymVd58XjBi/Atinux/schema-inspector'> | ||
<img alt='Sponsor' width='888' height='68' src='https://app.codesponsor.io/embed/htiWA79uE8uubJymVd58XjBi/Atinux/schema-inspector.svg' /> | ||
</a> | ||
## Installation | ||
@@ -21,2 +17,3 @@ | ||
### Browser | ||
<pre>bower install schema-inspector</pre> | ||
@@ -145,2 +142,3 @@ (Or download [async.js](https://raw.github.com/caolan/async/master/lib/async.js) and [schema-inspector.js](https://raw.github.com/Atinux/schema-inspector/master/lib/schema-inspector.js) manually). | ||
### Custom fields | ||
* [punctual use](#cf_punctual) | ||
@@ -151,2 +149,3 @@ * [extension](#cf_extension) | ||
### Asynchronous call | ||
* [How to](#a_howTo) | ||
@@ -159,3 +158,2 @@ | ||
<a name="v_type" /> | ||
### type | ||
@@ -230,3 +228,2 @@ | ||
<a name="v_optional" /> | ||
### optional | ||
@@ -270,3 +267,2 @@ | ||
<a name="v_uniqueness" /> | ||
### uniqueness | ||
@@ -299,3 +295,2 @@ | ||
<a name="v_pattern" /> | ||
### pattern | ||
@@ -338,3 +333,2 @@ | ||
<a name="v_length" /> | ||
### minLength, maxLength, exactLength | ||
@@ -374,3 +368,2 @@ | ||
<a name="v_comparators" /> | ||
### lt, lte, gt, gte, eq, ne | ||
@@ -414,3 +407,2 @@ | ||
<a name="v_someKeys" /> | ||
### someKeys | ||
@@ -450,3 +442,2 @@ | ||
<a name="v_strict" /> | ||
### strict | ||
@@ -484,3 +475,2 @@ | ||
<a name="v_exec" /> | ||
### exec | ||
@@ -525,3 +515,2 @@ | ||
<a name="v_properties" /> | ||
### properties | ||
@@ -585,3 +574,2 @@ | ||
<a name="v_items" /> | ||
### items | ||
@@ -628,3 +616,2 @@ | ||
<a name="v_alias" /> | ||
### alias | ||
@@ -666,3 +653,2 @@ | ||
<a name="v_error" /> | ||
### error | ||
@@ -705,3 +691,2 @@ | ||
<a name="v_code" /> | ||
### code | ||
@@ -743,3 +728,2 @@ | ||
<a name="s_type" /> | ||
### type | ||
@@ -820,4 +804,4 @@ | ||
<a name="s_def" /> | ||
### def | ||
* **type**: any. | ||
@@ -862,3 +846,2 @@ * **usable on**: any. | ||
<a name="s_optional" /> | ||
### optional | ||
@@ -898,3 +881,2 @@ | ||
<a name="s_rules" /> | ||
### rules | ||
@@ -946,3 +928,2 @@ | ||
<a name="s_comparators" /> | ||
### min, max | ||
@@ -981,3 +962,2 @@ | ||
<a name="s_length" /> | ||
### minLength, maxLength | ||
@@ -1012,3 +992,2 @@ | ||
<a name="s_strict" /> | ||
### strict | ||
@@ -1049,3 +1028,2 @@ | ||
<a name="s_exec" /> | ||
### exec | ||
@@ -1093,3 +1071,2 @@ | ||
<a name="s_properties" /> | ||
### properties | ||
@@ -1104,3 +1081,2 @@ | ||
<a name="s_items" /> | ||
### items | ||
@@ -1115,3 +1091,2 @@ | ||
<a name="cf_punctual" /> | ||
### punctual use | ||
@@ -1158,3 +1133,2 @@ | ||
<a name="cf_extension" /> | ||
### extension | ||
@@ -1207,3 +1181,2 @@ | ||
<a name="cf_context" /> | ||
### Context | ||
@@ -1234,3 +1207,2 @@ | ||
<a name="a_howTo" /> | ||
### How to | ||
@@ -1237,0 +1209,0 @@ |
Sorry, the diff of this file is not supported yet
310186
1263
+ Addedasync@2.6.4(transitive)
+ Addedlodash@4.17.21(transitive)
- Removedasync@3.2.6(transitive)
Updatedasync@~2.6.3