Socket
Socket
Sign inDemoInstall

@fast-csv/format

Package Overview
Dependencies
5
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.2.0 to 4.3.0

1

build/src/formatter/RowFormatter.js

@@ -121,2 +121,3 @@ "use strict";

}
// todo change this method to unknown[]
gatherColumns(row) {

@@ -123,0 +124,0 @@ if (this.headers === null) {

2

build/src/index.js

@@ -23,3 +23,3 @@ "use strict";

for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
}
};
Object.defineProperty(exports, "__esModule", { value: true });

@@ -26,0 +26,0 @@ exports.writeToPath = exports.writeToString = exports.writeToBuffer = exports.writeToStream = exports.write = exports.format = void 0;

@@ -1,3 +0,3 @@

export declare type RowMap = Record<string, any>;
export declare type RowHashArray = [string, any][];
export declare type RowMap<V = any> = Record<string, V>;
export declare type RowHashArray<V = any> = [string, V][];
export declare type RowArray = string[];

@@ -4,0 +4,0 @@ export declare type Row = RowArray | RowHashArray | RowMap;

@@ -6,2 +6,10 @@ # Change Log

# [4.3.0](https://github.com/C2FO/fast-csv/compare/v4.2.0...v4.3.0) (2020-05-27)
**Note:** Version bump only for package @fast-csv/format
# [4.2.0](https://github.com/C2FO/fast-csv/compare/v4.1.6...v4.2.0) (2020-05-19)

@@ -8,0 +16,0 @@

{
"name": "@fast-csv/format",
"version": "4.2.0",
"version": "4.3.0",
"description": "fast-csv formatting module",

@@ -53,3 +53,3 @@ "keywords": [

},
"gitHead": "041295d2ed17eab7e5036b1a4911f03fefafeab6"
"gitHead": "fbfd5fee20d1d494cd22ced2c506db3146d89af7"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc