Comparing version 0.2.2 to 0.2.3
@@ -10,3 +10,3 @@ const fs = require("fs"), | ||
const stream = fs.createWriteStream(size + "-mb.txt", { flags: 'a'}); | ||
[...Array(size)].forEach(function(item, index) { | ||
[...Array(parseInt(size))].forEach(function(item, index) { | ||
stream.write(oneMega); | ||
@@ -13,0 +13,0 @@ }) |
{ | ||
"name": "make-mega", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Make large files for testing in increments of one megabyte. ", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1051528