New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-opcua-server

Package Overview
Dependencies
Maintainers
1
Versions
307
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-server - npm Package Compare versions

Comparing version 2.1.8 to 2.1.9

0

dist/base_server.d.ts

@@ -0,0 +0,0 @@ import { OPCUACertificateManager } from "node-opcua-certificate-manager";

2

dist/base_server.js

@@ -332,4 +332,4 @@ "use strict";

}
exports.OPCUABaseServer = OPCUABaseServer;
OPCUABaseServer.makeServiceFault = makeServiceFault;
exports.OPCUABaseServer = OPCUABaseServer;
/**

@@ -336,0 +336,0 @@ * construct a service Fault response

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

@@ -0,0 +0,0 @@ import { ExtensionObject } from "node-opcua-extension-object";

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

@@ -0,0 +0,0 @@ export interface HistoryServerCapabilitiesOptions {

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

@@ -0,0 +0,0 @@ /// <reference types="node" />

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

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

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

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -805,2 +805,3 @@ "use strict";

}
exports.MonitoredItem = MonitoredItem;
MonitoredItem.registry = new node_opcua_object_registry_1.ObjectRegistry();

@@ -810,3 +811,2 @@ MonitoredItem.minimumSamplingInterval = 50; // 50 ms as a minimum sampling interval

MonitoredItem.maximumSamplingInterval = 1000 * 60 * 60; // 1 hour !
exports.MonitoredItem = MonitoredItem;
//# sourceMappingURL=monitored_item.js.map
import { MonitoredItem } from "./monitored_item";
export declare function appendToTimer(monitoredItem: MonitoredItem): string;
export declare function removeFromTimer(monitoredItem: MonitoredItem): void;

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

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ /// <reference types="node" />

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

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

@@ -0,0 +0,0 @@ /// <reference types="node" />

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

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

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

@@ -0,0 +0,0 @@ /// <reference types="node" />

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

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ import { ServerSidePublishEngine } from "./server_publish_engine";

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -518,4 +518,4 @@ "use strict";

}
exports.ServerSidePublishEngine = ServerSidePublishEngine;
ServerSidePublishEngine.registry = new node_opcua_object_registry_1.ObjectRegistry();
exports.ServerSidePublishEngine = ServerSidePublishEngine;
function compare_subscriptions(s1, s2) {

@@ -522,0 +522,0 @@ if (s1.priority === s2.priority) {

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

@@ -711,5 +711,5 @@ "use strict";

}
exports.ServerSession = ServerSession;
ServerSession.registry = new node_opcua_object_registry_1.ObjectRegistry();
ServerSession.maxPublishRequestInQueue = 100;
exports.ServerSession = ServerSession;
//# sourceMappingURL=server_session.js.map

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

@@ -1151,2 +1151,3 @@ "use strict";

}
exports.Subscription = Subscription;
Subscription.minimumPublishingInterval = 50; // fastest possible

@@ -1156,3 +1157,2 @@ Subscription.defaultPublishingInterval = 1000; // one second

Subscription.registry = new node_opcua_object_registry_1.ObjectRegistry();
exports.Subscription = Subscription;
/**

@@ -1159,0 +1159,0 @@ * extract up to maxNotificationsPerPublish notifications

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

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

{
"name": "node-opcua-server",
"version": "2.1.8",
"version": "2.1.9",
"description": "pure nodejs OPCUA SDK - module -server",

@@ -24,3 +24,3 @@ "scripts": {

"node-opcua-certificate-manager": "^2.1.8",
"node-opcua-client": "^2.1.8",
"node-opcua-client": "^2.1.9",
"node-opcua-client-dynamic-extension-object": "^2.1.8",

@@ -88,3 +88,3 @@ "node-opcua-common": "^2.1.8",

"homepage": "http://node-opcua.github.io/",
"gitHead": "a9290b68d48927403e853e438ea9bd1bc6ad3f78"
"gitHead": "1fcebcdd7adac4cf463695f5c479056a5e155c1b"
}

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

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

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

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

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

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

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

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

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

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

require("node-opcua-pki/bin/crypto_create_CA");

@@ -0,0 +0,0 @@ {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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