You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@types/async-csv

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/async-csv - npm Package Compare versions

Comparing version

to
2.1.2

3

async-csv/index.d.ts

@@ -23,3 +23,2 @@ // Type definitions for async-csv 2.1

/**
*
* @param data

@@ -60,3 +59,3 @@ * @param handler

type RecordDelimiter = string | Buffer | 'auto' | 'unix' | 'mac' | 'windows' | 'ascii' | 'unicode';
type RecordDelimiter = string | Buffer | "auto" | "unix" | "mac" | "windows" | "ascii" | "unicode";

@@ -63,0 +62,0 @@ interface CastingContext {

{
"name": "@types/async-csv",
"version": "2.1.1",
"version": "2.1.2",
"description": "TypeScript definitions for async-csv",

@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/async-csv",

},
"typesPublisherContentHash": "9e5fb3804c0b275f77b2fcaa450eabff6c91540a0b18d2141f742d43e7af4667",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "145e08ad4ba9805ceab6993073617ce6aa27fdf3496a0ef5ac5d82d72d867cba",
"typeScriptVersion": "4.5"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Wed, 07 Jul 2021 21:44:33 GMT
* Last updated: Fri, 22 Sep 2023 18:11:04 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

@@ -14,0 +14,0 @@ * Global values: none