Socket
Socket
Sign inDemoInstall

@fast-csv/format

Package Overview
Dependencies
6
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.3.1 to 4.3.3

1

build/src/formatter/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FieldFormatter = exports.RowFormatter = void 0;
var RowFormatter_1 = require("./RowFormatter");

@@ -4,0 +5,0 @@ Object.defineProperty(exports, "RowFormatter", { enumerable: true, get: function () { return RowFormatter_1.RowFormatter; } });

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

}
// eslint-disable-next-line @typescript-eslint/no-shadow
static createTransform(transformFunction) {

@@ -45,0 +46,0 @@ if (types_1.isSyncTransform(transformFunction)) {

6

build/src/index.js

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

var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);

@@ -23,6 +23,6 @@ return result;

var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.writeToPath = exports.writeToString = exports.writeToBuffer = exports.writeToStream = exports.write = exports.format = void 0;
exports.writeToPath = exports.writeToString = exports.writeToBuffer = exports.writeToStream = exports.write = exports.format = exports.FormatterOptions = exports.CsvFormatterStream = void 0;
const util_1 = require("util");

@@ -29,0 +29,0 @@ const stream_1 = require("stream");

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

## [4.3.3](https://github.com/C2FO/fast-csv/compare/v4.3.2...v4.3.3) (2020-10-30)
**Note:** Version bump only for package @fast-csv/format
## [4.3.1](https://github.com/C2FO/fast-csv/compare/v4.3.0...v4.3.1) (2020-06-23)

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

{
"name": "@fast-csv/format",
"version": "4.3.1",
"version": "4.3.3",
"description": "fast-csv formatting module",

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

"clean": "rm -rf ./build && rm -rf tsconfig.tsbuildinfo",
"compile": "tsc -p tsconfig.build.json"
"compile": "tsc"
},

@@ -41,2 +41,3 @@ "bugs": {

"dependencies": {
"@types/node": "^14.0.1",
"lodash.escaperegexp": "^4.1.2",

@@ -55,3 +56,3 @@ "lodash.isboolean": "^3.0.3",

},
"gitHead": "23bf809cdee1f5bebd87d0304a4a5b4000ba81c3"
"gitHead": "096bb873b487f97f5289b6f6268910a956240b00"
}

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc