node-opcua-service-filter
Advanced tools
Comparing version 2.113.0 to 2.114.0
@@ -52,3 +52,3 @@ "use strict"; | ||
if (!ofType || !(ofType instanceof node_opcua_types_1.LiteralOperand)) { | ||
warningLog("checkOfType : unsupported case ! ofType is not a LiteralOperand , ofType = ", ofType === null || ofType === void 0 ? void 0 : ofType.toString()); | ||
warningLog("checkOfType : unsupported case ! ofType is not a LiteralOperand , ofType = ", ofType?.toString()); | ||
return false; | ||
@@ -55,0 +55,0 @@ } |
@@ -11,6 +11,5 @@ "use strict"; | ||
constructor(sessionContext, eventData) { | ||
var _a; | ||
this.sessionContext = sessionContext; | ||
this.eventData = eventData; | ||
this.eventSource = ((_a = this.eventData.$eventDataSource) === null || _a === void 0 ? void 0 : _a.nodeId) || node_opcua_nodeid_1.NodeId.nullNodeId; | ||
this.eventSource = this.eventData.$eventDataSource?.nodeId || node_opcua_nodeid_1.NodeId.nullNodeId; | ||
} | ||
@@ -17,0 +16,0 @@ getNodeClass(nodeId) { |
{ | ||
"name": "node-opcua-service-filter", | ||
"version": "2.113.0", | ||
"version": "2.114.0", | ||
"description": "pure nodejs OPCUA SDK - module service-filter", | ||
@@ -13,19 +13,19 @@ "main": "./dist/index.js", | ||
"dependencies": { | ||
"node-opcua-address-space-base": "2.113.0", | ||
"node-opcua-address-space-base": "2.114.0", | ||
"node-opcua-assert": "2.105.0", | ||
"node-opcua-basic-types": "2.113.0", | ||
"node-opcua-constants": "2.98.1", | ||
"node-opcua-data-model": "2.113.0", | ||
"node-opcua-data-value": "2.113.0", | ||
"node-opcua-debug": "2.113.0", | ||
"node-opcua-extension-object": "2.113.0", | ||
"node-opcua-nodeid": "2.113.0", | ||
"node-opcua-service-translate-browse-path": "2.113.0", | ||
"node-opcua-status-code": "2.110.0", | ||
"node-opcua-types": "2.113.0", | ||
"node-opcua-variant": "2.113.0" | ||
"node-opcua-basic-types": "2.114.0", | ||
"node-opcua-constants": "2.114.0", | ||
"node-opcua-data-model": "2.114.0", | ||
"node-opcua-data-value": "2.114.0", | ||
"node-opcua-debug": "2.114.0", | ||
"node-opcua-extension-object": "2.114.0", | ||
"node-opcua-nodeid": "2.114.0", | ||
"node-opcua-service-translate-browse-path": "2.114.0", | ||
"node-opcua-status-code": "2.114.0", | ||
"node-opcua-types": "2.114.0", | ||
"node-opcua-variant": "2.114.0" | ||
}, | ||
"devDependencies": { | ||
"node-opcua-numeric-range": "2.113.0", | ||
"node-opcua-packet-analyzer": "2.113.0", | ||
"node-opcua-numeric-range": "2.114.0", | ||
"node-opcua-packet-analyzer": "2.114.0", | ||
"should": "^13.2.3" | ||
@@ -48,3 +48,3 @@ }, | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "36db335391fedd39726990a1b37f7768da16466a", | ||
"gitHead": "358d284a696c88e383eedac1ab75d950fb28ec35", | ||
"files": [ | ||
@@ -51,0 +51,0 @@ "dist", |
Sorry, the diff of this file is not supported yet
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
116050
1876
+ Addednode-opcua-address-space-base@2.114.0(transitive)
+ Addednode-opcua-basic-types@2.114.0(transitive)
+ Addednode-opcua-binary-stream@2.114.0(transitive)
+ Addednode-opcua-buffer-utils@2.114.0(transitive)
+ Addednode-opcua-constants@2.114.0(transitive)
+ Addednode-opcua-data-model@2.114.0(transitive)
+ Addednode-opcua-data-value@2.114.0(transitive)
+ Addednode-opcua-date-time@2.114.0(transitive)
+ Addednode-opcua-debug@2.114.0(transitive)
+ Addednode-opcua-enum@2.114.0(transitive)
+ Addednode-opcua-extension-object@2.114.0(transitive)
+ Addednode-opcua-factory@2.114.0(transitive)
+ Addednode-opcua-generator@2.114.0(transitive)
+ Addednode-opcua-nodeid@2.114.0(transitive)
+ Addednode-opcua-numeric-range@2.114.0(transitive)
+ Addednode-opcua-schemas@2.114.0(transitive)
+ Addednode-opcua-service-translate-browse-path@2.114.0(transitive)
+ Addednode-opcua-status-code@2.114.0(transitive)
+ Addednode-opcua-types@2.114.0(transitive)
+ Addednode-opcua-utils@2.114.0(transitive)
+ Addednode-opcua-variant@2.114.0(transitive)
+ Addednode-opcua-xml2json@2.114.0(transitive)
- Removednode-opcua-address-space-base@2.113.0(transitive)
- Removednode-opcua-basic-types@2.113.0(transitive)
- Removednode-opcua-binary-stream@2.110.0(transitive)
- Removednode-opcua-buffer-utils@2.110.0(transitive)
- Removednode-opcua-constants@2.98.1(transitive)
- Removednode-opcua-data-model@2.113.0(transitive)
- Removednode-opcua-data-value@2.113.0(transitive)
- Removednode-opcua-date-time@2.113.0(transitive)
- Removednode-opcua-debug@2.113.0(transitive)
- Removednode-opcua-enum@2.110.0(transitive)
- Removednode-opcua-extension-object@2.113.0(transitive)
- Removednode-opcua-factory@2.113.0(transitive)
- Removednode-opcua-generator@2.113.0(transitive)
- Removednode-opcua-nodeid@2.113.0(transitive)
- Removednode-opcua-numeric-range@2.113.0(transitive)
- Removednode-opcua-schemas@2.113.0(transitive)
- Removednode-opcua-service-translate-browse-path@2.113.0(transitive)
- Removednode-opcua-status-code@2.110.0(transitive)
- Removednode-opcua-types@2.113.0(transitive)
- Removednode-opcua-utils@2.110.0(transitive)
- Removednode-opcua-variant@2.113.0(transitive)
- Removednode-opcua-xml2json@2.113.0(transitive)
Updatednode-opcua-constants@2.114.0
Updatednode-opcua-debug@2.114.0
Updatednode-opcua-nodeid@2.114.0
Updatednode-opcua-types@2.114.0
Updatednode-opcua-variant@2.114.0