Comparing version 1.4.0 to 1.4.1
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ For information about the dBase III (.dbf) file format, see: |
{ | ||
"name": "dbffile", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "Read and write .dbf (dBase III & Visual FoxPro) files in Node.js", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -5,3 +5,3 @@ # DBFFile | ||
Read and write .dbf (dBase III) files in Node.js: | ||
Read and write .dbf (dBase III and Visual FoxPro) files in Node.js: | ||
@@ -15,2 +15,4 @@ - Supported field types: | ||
- `D` (date) | ||
- `T` (datetime) | ||
- `B` (double) | ||
- `M` (memo) Note: memo support is experimental/partial, with the following limitations: | ||
@@ -117,3 +119,3 @@ - read-only (can't create/write DBF files with memo fields) | ||
*/ | ||
type: 'C' | 'N' | 'F' | 'L' | 'D' | 'I' | 'M'; | ||
type: 'C' | 'N' | 'F' | 'L' | 'D' | 'I' | 'M' | 'T' | 'B'; | ||
@@ -120,0 +122,0 @@ /** The size of the field in bytes. */ |
Sorry, the diff of this file is not supported yet
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
17
732
134
164147