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.75.0 to 2.76.0

0

dist/check_event_clause.d.ts

@@ -0,0 +0,0 @@ import { SimpleAttributeOperand } from "node-opcua-types";

@@ -0,0 +0,0 @@ "use strict";

import { ContentFilter } from "node-opcua-types";
import { FilterContext } from "./filter_context";
export declare function checkFilter(filterContext: FilterContext, contentFilter: ContentFilter): boolean;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { SimpleAttributeOperand } from "node-opcua-types";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { NodeId, NodeIdLike } from "node-opcua-nodeid";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=filter_context.js.map

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { IEventData, ISessionContext } from "node-opcua-address-space-base";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { BaseNode, IEventData, ISessionContext } from "node-opcua-address-space-base";

export * from "./filter_context_on_address_space";
export * from "./extract_event_fields";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { SimpleAttributeOperand, AttributeOperand } from "node-opcua-types";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { ContentFilterElement, ContentFilterOptions, EventFilter, SimpleAttributeOperand } from "./imports";

@@ -0,0 +0,0 @@ "use strict";

35

package.json
{
"name": "node-opcua-service-filter",
"version": "2.75.0",
"version": "2.76.0",
"description": "pure nodejs OPCUA SDK - module -service-filter",

@@ -13,22 +13,19 @@ "main": "./dist/index.js",

"dependencies": {
"node-opcua-address-space-base": "2.75.0",
"node-opcua-assert": "2.74.0",
"node-opcua-basic-types": "2.74.0",
"node-opcua-binary-stream": "2.74.0",
"node-opcua-address-space-base": "2.76.0",
"node-opcua-assert": "2.76.0",
"node-opcua-basic-types": "2.76.0",
"node-opcua-constants": "2.74.0",
"node-opcua-data-model": "2.75.0",
"node-opcua-data-value": "2.75.0",
"node-opcua-debug": "2.74.0",
"node-opcua-extension-object": "2.75.0",
"node-opcua-factory": "2.75.0",
"node-opcua-nodeid": "2.74.0",
"node-opcua-numeric-range": "2.75.0",
"node-opcua-packet-analyzer": "2.75.0",
"node-opcua-service-translate-browse-path": "2.75.0",
"node-opcua-status-code": "2.74.0",
"node-opcua-types": "2.75.0",
"node-opcua-variant": "2.75.0"
"node-opcua-data-model": "2.76.0",
"node-opcua-data-value": "2.76.0",
"node-opcua-debug": "2.76.0",
"node-opcua-extension-object": "2.76.0",
"node-opcua-nodeid": "2.76.0",
"node-opcua-service-translate-browse-path": "2.76.0",
"node-opcua-status-code": "2.76.0",
"node-opcua-types": "2.76.0",
"node-opcua-variant": "2.76.0"
},
"devDependencies": {
"node-opcua-service-secure-channel": "2.75.0",
"node-opcua-numeric-range": "2.76.0",
"node-opcua-packet-analyzer": "2.76.0",
"should": "^13.2.3"

@@ -51,3 +48,3 @@ },

"homepage": "http://node-opcua.github.io/",
"gitHead": "5ccb835ca480c2a8a591ae61b5949a9d8bad4017"
"gitHead": "75d9b8cf894c8fbadf77d2c4a48a730d055465e7"
}
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