Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-opcua-utils

Package Overview
Dependencies
Maintainers
1
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-utils - npm Package Compare versions

Comparing version 0.1.0-7 to 0.1.0-10

2

package.json
{
"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 @@

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