node-opcua-schemas
Advanced tools
Comparing version 2.66.0 to 2.67.0
@@ -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
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
156880
+ Addednode-opcua-basic-types@2.67.0(transitive)
+ Addednode-opcua-binary-stream@2.67.0(transitive)
+ Addednode-opcua-buffer-utils@2.67.0(transitive)
+ Addednode-opcua-constants@2.67.0(transitive)
+ Addednode-opcua-data-model@2.67.0(transitive)
+ Addednode-opcua-date-time@2.67.0(transitive)
+ Addednode-opcua-debug@2.67.0(transitive)
+ Addednode-opcua-enum@2.67.0(transitive)
+ Addednode-opcua-extension-object@2.67.0(transitive)
+ Addednode-opcua-factory@2.67.0(transitive)
+ Addednode-opcua-nodeid@2.67.0(transitive)
+ Addednode-opcua-status-code@2.67.0(transitive)
+ Addednode-opcua-utils@2.67.0(transitive)
+ Addednode-opcua-variant@2.67.0(transitive)
+ Addednode-opcua-xml2json@2.67.0(transitive)
- Removednode-opcua-basic-types@2.66.0(transitive)
- Removednode-opcua-binary-stream@2.66.0(transitive)
- Removednode-opcua-buffer-utils@2.66.0(transitive)
- Removednode-opcua-constants@2.66.0(transitive)
- Removednode-opcua-data-model@2.66.0(transitive)
- Removednode-opcua-date-time@2.66.0(transitive)
- Removednode-opcua-debug@2.66.0(transitive)
- Removednode-opcua-enum@2.66.0(transitive)
- Removednode-opcua-extension-object@2.66.0(transitive)
- Removednode-opcua-factory@2.66.0(transitive)
- Removednode-opcua-nodeid@2.66.0(transitive)
- Removednode-opcua-status-code@2.66.0(transitive)
- Removednode-opcua-utils@2.66.0(transitive)
- Removednode-opcua-variant@2.66.0(transitive)
- Removednode-opcua-xml2json@2.66.0(transitive)
Updatednode-opcua-data-model@2.67.0
Updatednode-opcua-debug@2.67.0
Updatednode-opcua-enum@2.67.0
Updatednode-opcua-factory@2.67.0
Updatednode-opcua-nodeid@2.67.0
Updatednode-opcua-utils@2.67.0
Updatednode-opcua-variant@2.67.0
Updatednode-opcua-xml2json@2.67.0