Comparing version 1.3.2 to 1.3.3
@@ -79,8 +79,6 @@ const fs = require('fs'); | ||
let beforeContent; | ||
fs.readFile(`${path}/${db}/${file}.ldb`, (err, data)=>{ | ||
if(err) throw err; | ||
beforeContent = data; | ||
let beforeContent = data; | ||
@@ -87,0 +85,0 @@ fs.writeFile(`${path}/${db}/${file}.ldb`, beforeContent+content+'\n', (err)=>{ |
{ | ||
"name": "ldbjs", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "Create and manage local db files and data", | ||
@@ -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
11720
160