node-opcua-utils
Advanced tools
Comparing version 0.1.0-7 to 0.1.0-10
{ | ||
"name": "node-opcua-utils", | ||
"version": "0.1.0-7", | ||
"version": "0.1.0-10", | ||
"description": "pure nodejs OPCUA SDK - module -utils", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -18,4 +18,8 @@ "use strict"; | ||
LineFile.prototype.toString = function () { | ||
return this.__line.join("\n"); | ||
}; | ||
LineFile.prototype.save = function (filename) { | ||
fs.writeFileSync(filename, this.__line.join("\n"), "ascii"); | ||
fs.writeFileSync(filename, this.toString(), "ascii"); | ||
}; | ||
@@ -22,0 +26,0 @@ |
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
12611
302