Comparing version 0.9.5 to 0.9.6
@@ -48,2 +48,3 @@ /** | ||
'text' : _.isString, | ||
'string' : _.isString, | ||
@@ -50,0 +51,0 @@ 'alpha' : function (x){ return check(x).isAlpha();}, |
{ | ||
"name": "anchor", | ||
"version": "0.9.5", | ||
"version": "0.9.6", | ||
"description": "Recursive validation library with support for objects and lists", | ||
@@ -21,5 +21,5 @@ "main": "index.js", | ||
"validator": "~1.5.1", | ||
"lodash": "~2.0.0", | ||
"lodash": "~2.2.1", | ||
"async": "0.2.9" | ||
} | ||
} |
@@ -22,3 +22,3 @@ anchor | ||
### Client-side | ||
``` | ||
```html | ||
<script type='text/javscript' src="/js/anchor.js"></script> | ||
@@ -28,3 +28,3 @@ ``` | ||
### node.js | ||
``` | ||
```bash | ||
npm install anchor | ||
@@ -31,0 +31,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36213
833
+ Addedlodash@2.2.1(transitive)
- Removedlodash@2.0.0(transitive)
Updatedlodash@~2.2.1