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

gulp-csvtojson

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-csvtojson - npm Package Compare versions

Comparing version 0.0.3 to 0.1.0

2

package.json
{
"name": "gulp-csvtojson",
"version": "0.0.3",
"version": "0.1.0",
"description": "convert csv to json",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -21,3 +21,3 @@ # gulp-csvtojson [![Build Status](https://travis-ci.org/wizicer/gulp-csvtojson.svg?branch=master)](https://travis-ci.org/wizicer/gulp-csvtojson)

return gulp.src('src/file.csv')
.pipe(csvtojson({globalvariable: 'gv'}))
.pipe(csvtojson({genjs: true}))
.pipe(gulp.dest('dist'));

@@ -24,0 +24,0 @@ });

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