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

node-opcua-service-filter

Package Overview
Dependencies
Maintainers
1
Versions
224
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-service-filter - npm Package Compare versions

Comparing version 2.113.0 to 2.114.0

2

dist/check_where_clause.js

@@ -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

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