Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dbffile

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dbffile - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

dist/dbf-file.d.ts

0

dist/dbf-file.js

@@ -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:

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc