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

@mrodrig/json-2-csv-cli

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mrodrig/json-2-csv-cli - npm Package Compare versions

Comparing version 3.7.12 to 3.7.13

2

bin/csv2json.js

@@ -5,3 +5,3 @@ #!/usr/bin/env node

const pkg = require('json-2-csv'),
const pkg = require('../package.json'),
utils = require('./utils/utils'),

@@ -8,0 +8,0 @@ program = require('commander');

@@ -5,3 +5,3 @@ #!/usr/bin/env node

const pkg = require('json-2-csv'),
const pkg = require('../package.json'),
utils = require('./utils/utils'),

@@ -8,0 +8,0 @@ program = require('commander');

@@ -5,3 +5,3 @@ {

"description": "CLI for the json-2-csv package",
"version": "3.7.12",
"version": "3.7.13",
"repository": {

@@ -34,3 +34,3 @@ "type": "git",

"commander": "2.20.0",
"json-2-csv": "^3.7.12"
"json-2-csv": "^3.7.13"
},

@@ -37,0 +37,0 @@ "engines": {

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