🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@fast-csv/parse

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fast-csv/parse - npm Package Compare versions

Comparing version

to
4.1.5

27

build/src/index.js
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
Object.defineProperty(o, "default", { enumerable: true, value: v });
}) : function(o, v) {
o["default"] = v;
});
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);
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);
}
Object.defineProperty(exports, "__esModule", { value: true });
exports.parseString = exports.parseFile = exports.parseStream = exports.parse = void 0;
const tslib_1 = require("tslib");
const fs = tslib_1.__importStar(require("fs"));
const fs = __importStar(require("fs"));
const stream_1 = require("stream");
const ParserOptions_1 = require("./ParserOptions");
const CsvParserStream_1 = require("./CsvParserStream");
tslib_1.__exportStar(require("./types"), exports);
__exportStar(require("./types"), exports);
var CsvParserStream_2 = require("./CsvParserStream");

@@ -11,0 +32,0 @@ Object.defineProperty(exports, "CsvParserStream", { enumerable: true, get: function () { return CsvParserStream_2.CsvParserStream; } });

8

build/src/ParserOptions.js
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.ParserOptions = void 0;
const tslib_1 = require("tslib");
const lodash_escaperegexp_1 = tslib_1.__importDefault(require("lodash.escaperegexp"));
const lodash_isnil_1 = tslib_1.__importDefault(require("lodash.isnil"));
const lodash_escaperegexp_1 = __importDefault(require("lodash.escaperegexp"));
const lodash_isnil_1 = __importDefault(require("lodash.isnil"));
class ParserOptions {

@@ -8,0 +10,0 @@ constructor(opts) {

"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.HeaderTransformer = void 0;
const tslib_1 = require("tslib");
const lodash_isundefined_1 = tslib_1.__importDefault(require("lodash.isundefined"));
const lodash_isfunction_1 = tslib_1.__importDefault(require("lodash.isfunction"));
const lodash_uniq_1 = tslib_1.__importDefault(require("lodash.uniq"));
const lodash_groupby_1 = tslib_1.__importDefault(require("lodash.groupby"));
const lodash_isundefined_1 = __importDefault(require("lodash.isundefined"));
const lodash_isfunction_1 = __importDefault(require("lodash.isfunction"));
const lodash_uniq_1 = __importDefault(require("lodash.uniq"));
const lodash_groupby_1 = __importDefault(require("lodash.groupby"));
class HeaderTransformer {

@@ -10,0 +12,0 @@ constructor(parserOptions) {

"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.RowTransformerValidator = void 0;
const tslib_1 = require("tslib");
const lodash_isfunction_1 = tslib_1.__importDefault(require("lodash.isfunction"));
const lodash_isfunction_1 = __importDefault(require("lodash.isfunction"));
const types_1 = require("../types");

@@ -7,0 +9,0 @@ class RowTransformerValidator {

@@ -6,4 +6,12 @@ # Change Log

## [4.1.5](https://github.com/C2FO/fast-csv/compare/v4.1.4...v4.1.5) (2020-05-15)
**Note:** Version bump only for package @fast-csv/parse
## [4.1.4](https://github.com/C2FO/fast-csv/compare/v4.1.3...v4.1.4) (2020-05-15)
**Note:** Version bump only for package @fast-csv/parse
{
"name": "@fast-csv/parse",
"version": "4.1.4",
"version": "4.1.5",
"description": "fast-csv parsing package",

@@ -49,14 +49,14 @@ "keywords": [

"devDependencies": {
"@types/lodash.escaperegexp": "^4.1.6",
"@types/lodash.groupby": "^4.6.6",
"@types/lodash.isfunction": "^3.0.6",
"@types/lodash.isnil": "^4.0.6",
"@types/lodash.isundefined": "^3.0.6",
"@types/lodash.partition": "^4.6.6",
"@types/lodash.uniq": "^4.5.6",
"@types/sinon": "^9.0.0",
"lodash.partition": "^4.6.0",
"sinon": "^9.0.2"
"@types/lodash.escaperegexp": "4.1.6",
"@types/lodash.groupby": "4.6.6",
"@types/lodash.isfunction": "3.0.6",
"@types/lodash.isnil": "4.0.6",
"@types/lodash.isundefined": "3.0.6",
"@types/lodash.partition": "4.6.6",
"@types/lodash.uniq": "4.5.6",
"@types/sinon": "9.0.0",
"lodash.partition": "4.6.0",
"sinon": "9.0.2"
},
"gitHead": "f4310e7112a81c68229a26d9a8340f982b638a86"
"gitHead": "a71e712250ce885b71be7a2ef453820240dff3e6"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet