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

csvfactory

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

csvfactory - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

5

client.js

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

var jsonObj = [], fistpass = false
var jsonObj = [], fistpass = false,
uniques = ['abcd', 'abdc', 'acbd', 'acdb', 'adbc', 'adcb', 'bacd', 'badc', 'bcad', 'bcda', 'bdac', 'bdca', 'cabd', 'cadb', 'cbad', 'cbda', 'cdab', 'cdba', 'dabc', 'dacb', 'dbac', 'dbca', 'dcab', 'dcba']

@@ -55,3 +56,3 @@ //converts a particular format of CSV

,"Password": password
, "Name": appname +'_'+ Date.now()
, "Name": appname +'_'+ Date.now()+'_'+uniques[numtimes]
,"Description": description

@@ -58,0 +59,0 @@ ,"Website": website

2

package.json
{
"name": "csvfactory",
"version": "0.0.5",
"version": "0.0.6",
"description": "This package converts csv into json and json into csv.",

@@ -5,0 +5,0 @@ "main": "client.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