db-streamer
Advanced tools
Comparing version 0.3.2 to 0.3.3
@@ -100,3 +100,3 @@ var fs = require('fs'); | ||
// write to file instead | ||
this.tempDeferredFilename = 'temp_deferred_' + new Date().getTime() + '.tsv'; | ||
this.tempDeferredFilename = 'temp_deferred_' + Math.random() + '.tsv'; | ||
this.dataStream = fs.createWriteStream(this.tempDeferredFilename); | ||
@@ -103,0 +103,0 @@ } else { |
{ | ||
"name": "db-streamer", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "A library to stream data into a SQL database.", | ||
@@ -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
13789