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

@types/csv-stringify

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/csv-stringify - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

10

csv-stringify/index.d.ts

@@ -11,3 +11,5 @@ // Type definitions for csv-stringify 1.0

/**
* List of fields, applied when transform returns an object, order matters, read the transformer documentation for additionnal information, columns are auto discovered when the user write object, see the "header" option on how to print columns names on the first line.
* List of fields, applied when transform returns an object.
* Order matters, read the transformer documentation for additionnal information,
* columns are auto discovered when the user write object, see the "header" option on how to print columns names on the first line.
*/

@@ -32,3 +34,4 @@ columns?: string[];

/**
* String used to delimit record rows or a special value; special values are 'auto', 'unix', 'mac', 'windows', 'unicode'; defaults to 'auto' (discovered in source or 'unix' if no source is specified).
* String used to delimit record rows or a special value;
* special values are 'auto', 'unix', 'mac', 'windows', 'unicode'; defaults to 'auto' (discovered in source or 'unix' if no source is specified).
*/

@@ -53,3 +56,4 @@ lineBreaks?: string;

/**
* String used to delimit record rows or a special value; special values are 'auto', 'unix', 'mac', 'windows', 'unicode'; defaults to 'auto' (discovered in source or 'unix' if no source is specified).
* String used to delimit record rows or a special value;
* special values are 'auto', 'unix', 'mac', 'windows', 'unicode'; defaults to 'auto' (discovered in source or 'unix' if no source is specified).
*/

@@ -56,0 +60,0 @@ rowDelimiter?: string;

{
"name": "@types/csv-stringify",
"version": "1.0.0",
"version": "1.0.1",
"description": "TypeScript definitions for csv-stringify",
"license": "MIT",
"author": "Rogier Schouten <https://github.com/rogierschouten>",
"contributors": [
{
"name": "Rogier Schouten",
"url": "https://github.com/rogierschouten"
}
],
"main": "",

@@ -17,4 +22,4 @@ "repository": {

"peerDependencies": {},
"typesPublisherContentHash": "ffa942080c7312de51837da2c122dde4664e8158fe88a9ed02ffefbe7d406aa5",
"typesPublisherContentHash": "87eb8d47e5dc29463f62c3e59bcec7b6f41fdd8fb07bfd10fc005c428424984e",
"typeScriptVersion": "2.0"
}

@@ -11,5 +11,4 @@ # Installation

Additional Details
* Last updated: Thu, 29 Dec 2016 23:09:04 GMT
* Library Dependencies: node
* Module Dependencies: none
* Last updated: Thu, 23 Feb 2017 15:22:19 GMT
* Dependencies: node
* Global values: none

@@ -16,0 +15,0 @@

{
"authors": "Rogier Schouten <https://github.com/rogierschouten>",
"libraryDependencies": [
"node"
],
"moduleDependencies": [],
"libraryMajorVersion": 1,
"libraryMinorVersion": 0,
"typeScriptVersion": "2.0",
"name": "csv-stringify",
"libraryName": "csv-stringify",
"typingsPackageName": "csv-stringify",
"projectName": "https://github.com/wdavidw/node-csv-stringify",
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
"sourceBranch": "master",
"globals": [],
"declaredModules": [
"csv-stringify"
],
"files": [
"index.d.ts"
],
"hasPackageJson": false,
"contentHash": "ffa942080c7312de51837da2c122dde4664e8158fe88a9ed02ffefbe7d406aa5"
"data": {
"contributors": [
{
"name": "Rogier Schouten",
"url": "https://github.com/rogierschouten"
}
],
"dependencies": {
"node": "*"
},
"pathMappings": {},
"libraryMajorVersion": 1,
"libraryMinorVersion": 0,
"typeScriptVersion": "2.0",
"libraryName": "csv-stringify",
"typingsPackageName": "csv-stringify",
"projectName": "https://github.com/wdavidw/node-csv-stringify",
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
"globals": [],
"declaredModules": [
"csv-stringify/."
],
"files": [
"index.d.ts"
],
"hasPackageJson": false,
"contentHash": "87eb8d47e5dc29463f62c3e59bcec7b6f41fdd8fb07bfd10fc005c428424984e"
},
"isLatest": true
}
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