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

node-opcua-factory

Package Overview
Dependencies
Maintainers
1
Versions
183
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-factory - npm Package Compare versions

Comparing version 2.66.0 to 2.67.0

2

dist/factories_baseobject.js

@@ -24,3 +24,3 @@ "use strict";

function r(str, length = 30) {
return (str + " ").substr(0, length);
return (str + " ").substring(0, length);
}

@@ -27,0 +27,0 @@ function _decode_member_(value, field, stream, options) {

{
"name": "node-opcua-factory",
"version": "2.66.0",
"version": "2.67.0",
"description": "pure nodejs OPCUA SDK - module -factory",

@@ -17,10 +17,10 @@ "main": "./dist/index.js",

"node-opcua-assert": "2.66.0",
"node-opcua-basic-types": "2.66.0",
"node-opcua-binary-stream": "2.66.0",
"node-opcua-debug": "2.66.0",
"node-opcua-enum": "2.66.0",
"node-opcua-basic-types": "2.67.0",
"node-opcua-binary-stream": "2.67.0",
"node-opcua-debug": "2.67.0",
"node-opcua-enum": "2.67.0",
"node-opcua-guid": "2.66.0",
"node-opcua-nodeid": "2.66.0",
"node-opcua-status-code": "2.66.0",
"node-opcua-utils": "2.66.0"
"node-opcua-nodeid": "2.67.0",
"node-opcua-status-code": "2.67.0",
"node-opcua-utils": "2.67.0"
},

@@ -42,3 +42,3 @@ "author": "Etienne Rossignon",

"homepage": "http://node-opcua.github.io/",
"gitHead": "97f47e2e242a1fd737495fd64cb65e8fb7a9964b"
"gitHead": "74c2fd7d4ce3eb48d25a911258bf90a64218ea0e"
}

@@ -23,3 +23,3 @@ /* eslint-disable prefer-rest-params */

function r(str: string, length = 30) {
return (str + " ").substr(0, length);
return (str + " ").substring(0, length);
}

@@ -26,0 +26,0 @@

Sorry, the diff of this file is not supported yet

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