New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/csv-parse

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/csv-parse - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

6

csv-parse/csv-parse.d.ts

@@ -109,2 +109,6 @@ // Type definitions for csv-parse 1.1.0

interface ParserStream extends NodeJS.ReadWriteStream {
read(size?: number): any & string[];
}
interface parse {

@@ -114,3 +118,3 @@ (input: string, options?: options, callback?: callbackFn): any;

(callback: callbackFn): any;
(options?: options): NodeJS.ReadWriteStream;
(options?: options): ParserStream;
Parser: ParserConstructor;

@@ -117,0 +121,0 @@ }

5

csv-parse/package.json
{
"name": "@types/csv-parse",
"version": "1.1.4",
"version": "1.1.5",
"description": "TypeScript definitions for csv-parse 1.1.0",

@@ -16,4 +16,5 @@ "license": "MIT",

},
"peerDependencies": {},
"typings": "csv-parse.d.ts",
"typesPublisherContentHash": "03025ab16d8fb4cbcdcbc11d6d654c1ead8368fb68714f937c5c841e7d990bea"
"typesPublisherContentHash": "c42d24c75ea142c92bc468fd94932d0f97b563ef5dd84af48c8811f27d8b494c"
}

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

Additional Details
* Last updated: Mon, 19 Sep 2016 16:15:24 GMT
* Last updated: Wed, 05 Oct 2016 20:53:31 GMT
* File structure: MultipleModules

@@ -14,0 +14,0 @@ * Library Dependencies: node

@@ -26,3 +26,3 @@ {

"hasPackageJson": false,
"contentHash": "03025ab16d8fb4cbcdcbc11d6d654c1ead8368fb68714f937c5c841e7d990bea"
"contentHash": "c42d24c75ea142c92bc468fd94932d0f97b563ef5dd84af48c8811f27d8b494c"
}
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