Socket
Socket
Sign inDemoInstall

fast-csv

Package Overview
Dependencies
Maintainers
2
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fast-csv - npm Package Compare versions

Comparing version 4.3.2 to 4.3.3

1

build/src/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CsvParserStream = exports.ParserOptions = exports.parseFile = exports.parseStream = exports.parseString = exports.parse = exports.FormatterOptions = exports.CsvFormatterStream = exports.writeToPath = exports.writeToString = exports.writeToBuffer = exports.writeToStream = exports.write = exports.format = void 0;
var format_1 = require("@fast-csv/format");

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

@@ -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
## [4.3.2](https://github.com/C2FO/fast-csv/compare/v4.3.1...v4.3.2) (2020-09-02)

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

11

package.json
{
"name": "fast-csv",
"version": "4.3.2",
"version": "4.3.3",
"description": "CSV parser and writer",

@@ -11,3 +11,3 @@ "main": "./build/src/index.js",

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

@@ -41,7 +41,6 @@ "directories": {

"dependencies": {
"@fast-csv/format": "4.3.1",
"@fast-csv/parse": "4.3.2",
"@types/node": "^14.0.1"
"@fast-csv/format": "4.3.3",
"@fast-csv/parse": "4.3.3"
},
"gitHead": "bbb783b68c651d607d8a9951aada3afdaea6d57e"
"gitHead": "096bb873b487f97f5289b6f6268910a956240b00"
}

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