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

node-opcua-schemas

Package Overview
Dependencies
Maintainers
1
Versions
215
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-schemas - npm Package Compare versions

Comparing version 2.66.0 to 2.67.0

2

dist/source/parse_binary_xsd.js

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

function w(s, l) {
return (s + " ").substr(0, l);
return s.padEnd(l).substring(0, l);
}

@@ -30,0 +30,0 @@ const predefinedType = {

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

@@ -16,16 +16,16 @@ "main": "dist/source/index.js",

"node-opcua-assert": "2.66.0",
"node-opcua-binary-stream": "2.66.0",
"node-opcua-data-model": "2.66.0",
"node-opcua-debug": "2.66.0",
"node-opcua-enum": "2.66.0",
"node-opcua-extension-object": "2.66.0",
"node-opcua-factory": "2.66.0",
"node-opcua-nodeid": "2.66.0",
"node-opcua-utils": "2.66.0",
"node-opcua-variant": "2.66.0",
"node-opcua-xml2json": "2.66.0",
"node-opcua-binary-stream": "2.67.0",
"node-opcua-data-model": "2.67.0",
"node-opcua-debug": "2.67.0",
"node-opcua-enum": "2.67.0",
"node-opcua-extension-object": "2.67.0",
"node-opcua-factory": "2.67.0",
"node-opcua-nodeid": "2.67.0",
"node-opcua-utils": "2.67.0",
"node-opcua-variant": "2.67.0",
"node-opcua-xml2json": "2.67.0",
"thenify": "^3.3.1"
},
"devDependencies": {
"node-opcua-packet-analyzer": "2.66.0"
"node-opcua-packet-analyzer": "2.67.0"
},

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

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

@@ -28,3 +28,3 @@ /**

function w(s: string, l: number): string {
return (s + " ").substr(0, l);
return s.padEnd(l).substring(0, l);
}

@@ -31,0 +31,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