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

convert-json

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

convert-json - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

2

libs/index.js

@@ -22,3 +22,3 @@ var fs = require('fs');

_CV_json = function(config, callback) {
var exten = this._getExtension(config.input);
var exten = this._getExtension(config.input).toLowerCase();
switch(exten) {

@@ -25,0 +25,0 @@ case 'csv':

{
"name": "convert-json",
"version": "0.3.1",
"version": "0.3.2",
"description": "auto detect file type and convert it to json format",

@@ -5,0 +5,0 @@ "main": "index.js",

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