validate.io-object
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -1,29 +0,1 @@ | ||
/** | ||
* | ||
* VALIDATE: object | ||
* | ||
* | ||
* DESCRIPTION: | ||
* - Validates if a value is a JavaScript object. | ||
* | ||
* | ||
* NOTES: | ||
* [1] | ||
* | ||
* | ||
* TODO: | ||
* [1] | ||
* | ||
* | ||
* LICENSE: | ||
* MIT | ||
* | ||
* Copyright (c) 2014. Athan Reines. | ||
* | ||
* | ||
* AUTHOR: | ||
* Athan Reines. kgryte@gmail.com. 2014. | ||
* | ||
*/ | ||
'use strict'; | ||
@@ -30,0 +2,0 @@ |
{ | ||
"name": "validate.io-object", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Validates if a value is a JavaScript object.", | ||
@@ -44,15 +44,10 @@ "author": { | ||
"devDependencies": { | ||
"chai": "1.x.x", | ||
"chai": "2.x.x", | ||
"coveralls": "^2.11.1", | ||
"istanbul": "^0.3.0", | ||
"mocha": "1.x.x", | ||
"jshint": "^2.5.10", | ||
"mocha": "2.x.x", | ||
"jshint": "2.x.x", | ||
"jshint-stylish": "^1.0.0" | ||
}, | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "http://www.opensource.org/licenses/MIT" | ||
} | ||
] | ||
"license": "MIT" | ||
} |
@@ -95,3 +95,3 @@ Object | ||
Copyright © 2014. Athan Reines. | ||
Copyright © 2014-2015. Athan Reines. | ||
@@ -98,0 +98,0 @@ |
Sorry, the diff of this file is not supported yet
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
5625
16