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

@softwareventures/csv

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@softwareventures/csv - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

index.js

@@ -107,3 +107,3 @@ "use strict";

const quoteRegex = new RegExp(regexEscape(quote), "g");
return array_1.map(table, row => array_1.map(row, field => quote + field.replace(quoteRegex, quote + quote) + quote)
return (0, array_1.map)(table, row => (0, array_1.map)(row, field => quote + field.replace(quoteRegex, quote + quote) + quote)
.join(separator))

@@ -110,0 +110,0 @@ .join("\r\n");

{
"name": "@softwareventures/csv",
"version": "1.0.1",
"version": "1.0.2",
"description": "Parser and serializer for CSV and related formats",

@@ -27,3 +27,3 @@ "keywords": [

"dependencies": {
"@softwareventures/array": "^0.31.0 || ^0.33.0 || ^3.0.0 || ^4.0.0",
"@softwareventures/array": "^0.31.0 || ^0.33.0 || ^3.0.0 || ^4.0.0 || ^5.0.0",
"@softwareventures/table": "^0.1.2 || ^1.0.0",

@@ -34,9 +34,9 @@ "escape-string-regexp": "^4.0.0",

"devDependencies": {
"@softwareventures/semantic-release-config": "1.2.0",
"@softwareventures/semantic-release-config": "2.0.0",
"@softwareventures/tsconfig": "5.1.0",
"@softwareventures/tslint-rules": "0.9.2",
"@softwareventures/tslint-rules": "1.0.0",
"cz-conventional-changelog": "3.3.0",
"semantic-release": "17.4.4",
"semantic-release": "17.4.7",
"tslint": "6.1.3",
"typescript": "4.3.5"
"typescript": "4.5.5"
},

@@ -43,0 +43,0 @@ "config": {

Sorry, the diff of this file is not supported yet

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