Comparing version 0.1.2 to 0.1.3
@@ -16,4 +16,6 @@ var _ = require('lodash'); | ||
request_response_extractor:utils._request_response_extractor, | ||
isDate : utils._isDate | ||
isDate : utils._isDate, | ||
isInt : utils._isInt, | ||
isFloat : utils._isFloat | ||
}; | ||
{ | ||
"name": "type-util", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "This module provides the functionality to perfrom the basic operations on strings, arrays, and objects.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
13202
171