type-analyzer
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "type-analyzer", | ||
"description": "Infer types from columns in JSON", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -124,2 +124,3 @@ // Copyright (c) 2017 Uber Technologies, Inc. | ||
YYYY + '-' + M + '-' + D, | ||
YYYY + '\\/' + M + '\\/' + D, | ||
M + '\\/' + D + '\\/' + YYYY, | ||
@@ -133,2 +134,3 @@ MMMM + ' ' + DD + ', ' + YYYY, | ||
'YYYY-M-D', | ||
'YYYY/M/D', | ||
'M/D/YYYY', | ||
@@ -135,0 +137,0 @@ 'MMMM DD, YYYY', |
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
657
93727
12