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

csv-to-pouch

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

csv-to-pouch - npm Package Compare versions

Comparing version 3.1.1 to 3.1.2

4

index.es.js

@@ -282,4 +282,4 @@ import parse from 'csv-parse';

function rejectAndClear() {
reject();
function rejectAndClear(err) {
reject(err);
csvParser.removeListener('error', rejectAndClear);

@@ -286,0 +286,0 @@ _transformer.removeListener('error', rejectAndClear);

@@ -289,4 +289,4 @@ 'use strict';

function rejectAndClear() {
reject();
function rejectAndClear(err) {
reject(err);
csvParser.removeListener('error', rejectAndClear);

@@ -293,0 +293,0 @@ _transformer.removeListener('error', rejectAndClear);

{
"name": "csv-to-pouch",
"version": "3.1.1",
"version": "3.1.2",
"description": "Parse CSV files and save their data to a PouchDB database.",

@@ -5,0 +5,0 @@ "main": "index.js",

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