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

async-csv

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-csv - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

LICENSE

2

index.js

@@ -101,2 +101,2 @@ /**

module.exports = CsvAsync;
module.exports = CsvAsync;

@@ -0,0 +0,0 @@ const csv = require('./');

{
"name": "async-csv",
"version": "2.0.0",
"version": "2.0.1",
"description": "ES7 async-await wrapper for the csv package.",

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

"type": "git",
"url": "git+https://github.com/catcher-in-the-try/async-csv.git"
"url": "git+https://github.com/anton-bot/async-csv.git"
},

@@ -31,7 +31,7 @@ "keywords": [

"dependencies": {
"csv": "^4.0.0"
"csv": "^5.1.1"
},
"devDependencies": {
"jest": "^23.6.0"
"jest": "^24.8.0"
}
}

@@ -26,2 +26,2 @@ # ES7 async wrapper for csv package #

Feedback, bug reports and pull requests are welcome. See the linked github repository.
Feedback, bug reports and pull requests are welcome. See the linked github repository.
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