Socket
Socket
Sign inDemoInstall

@types/stream-csv-as-json

Package Overview
Dependencies
3
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

14

stream-csv-as-json/AsObjects.d.ts

@@ -14,9 +14,9 @@ /// <reference types="node" />

interface AsObjectOptions extends TransformOptions {
packValues?: boolean;
packStrings?: boolean;
streamValues?: boolean;
streamStrings?: boolean;
useValues?: boolean;
useStringValues?: boolean;
fieldPrefix?: string;
packValues?: boolean | undefined;
packStrings?: boolean | undefined;
streamValues?: boolean | undefined;
streamStrings?: boolean | undefined;
useValues?: boolean | undefined;
useStringValues?: boolean | undefined;
fieldPrefix?: string | undefined;
}

@@ -23,0 +23,0 @@

{
"name": "@types/stream-csv-as-json",
"version": "1.0.0",
"version": "1.0.1",
"description": "TypeScript definitions for stream-csv-as-json",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/stream-csv-as-json",
"license": "MIT",

@@ -14,13 +15,15 @@ "contributors": [

"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/stream-csv-as-json"
},
"scripts": {},
"dependencies": {
"@types/stream-chain": "*",
"@types/node": "*"
"@types/node": "*",
"@types/stream-chain": "*"
},
"typesPublisherContentHash": "0b6f1241c2a375bc1a4c6f5ac67841a0489cf3d9c06da01005e0bacb84a0124c",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "f5f72e0de32e8a8ad36b34331177d6ecb47d3c2baa7863a708cfb6e993980535",
"typeScriptVersion": "3.6"
}

@@ -13,7 +13,7 @@ /// <reference types="node" />

interface ParserOptions extends TransformOptions {
packValues?: boolean;
packStrings?: boolean;
streamValues?: boolean;
streamStrings?: boolean;
separator?: string;
packValues?: boolean | undefined;
packStrings?: boolean | undefined;
streamValues?: boolean | undefined;
streamStrings?: boolean | undefined;
separator?: string | undefined;
}

@@ -20,0 +20,0 @@

@@ -8,10 +8,10 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/stream-csv-as-json
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/stream-csv-as-json.
Additional Details
* Last updated: Wed, 27 Jun 2018 18:10:43 GMT
* Dependencies: stream, stream-chain, node
### Additional Details
* Last updated: Fri, 02 Jul 2021 22:32:58 GMT
* Dependencies: [@types/stream-chain](https://npmjs.com/package/@types/stream-chain), [@types/node](https://npmjs.com/package/@types/node)
* Global values: none
# Credits
These definitions were written by Eugene Lazutkin <https://github.com/uhop>.
These definitions were written by [Eugene Lazutkin](https://github.com/uhop).

@@ -13,5 +13,5 @@ /// <reference types="node" />

interface StringerOptions extends TransformOptions {
useValues?: boolean;
useStringValues?: boolean;
separator?: string;
useValues?: boolean | undefined;
useStringValues?: boolean | undefined;
separator?: string | undefined;
}

@@ -18,0 +18,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc