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

create-csv

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-csv - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

package.json
{
"name": "create-csv",
"version": "0.1.0",
"version": "0.1.1",
"description": "A csv generator produces random data",

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

@@ -9,3 +9,3 @@ # create-csv

The above command will generate a file named 'demo' under same directory with generator.js. The file will contains two columns (namely `column 1` and `column 2`), The first column will contain 1000 string data, and the second will contain 500 number data. The total data point will be `1000 * 2 = 2000`, with the missing ones filled with `null`.
The above command will generate a file named 'demo' under current directory. The file will contains two columns (namely `column 1` and `column 2`), The first column will contain 1000 string data, and the second will contain 500 number data. The total data point will be `1000 * 2 = 2000`, with the missing ones filled with `null`.

@@ -12,0 +12,0 @@ The same arguments will *always* generate the same csv file with pseudo-random data. You can optionally use `seed` option to control the random outcomes.

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