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

json-csv

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-csv - npm Package Compare versions

Comparing version 1.3.0 to 1.4.0

test/issue-23.coffee

2

exporter.js

@@ -52,3 +52,3 @@ var es = require('event-stream');

var header = _.reduce(self.options.fields, function(line, field) {
var label = field.label || field.field
var label = field.label || field.name
if (line === 'START') {

@@ -55,0 +55,0 @@ line = '';

{
"name": "json-csv",
"version": "1.3.0",
"version": "1.4.0",
"description": "Export a richly structured, JSON array to CSV",

@@ -21,5 +21,5 @@ "homepage": "https://github.com/IWSLLC/json-csv",

"devDependencies": {
"coffee-script": "^1.10.0",
"mocha": "^2.4.5",
"should": "^8.3.0"
"coffee-script": "^1.12.4",
"mocha": "^3.2.0",
"should": "^11.2.1"
},

@@ -33,5 +33,5 @@ "bugs": {

"dependencies": {
"concat-stream": "^1.5.1",
"event-stream": "^3.3.2",
"lodash": "^4.7.0"
"concat-stream": "^1.6.0",
"event-stream": "^3.3.4",
"lodash": "^4.17.4"
},

@@ -38,0 +38,0 @@ "scripts": {

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