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

node-opcua-factory

Package Overview
Dependencies
Maintainers
1
Versions
183
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-factory - npm Package Compare versions

Comparing version 2.75.0 to 2.76.0

0

dist/base_ua_object.d.ts

@@ -0,0 +0,0 @@ import { BinaryStream, OutputBinaryStream } from "node-opcua-binary-stream";

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

@@ -0,0 +0,0 @@ import { BinaryStream, OutputBinaryStream } from "node-opcua-binary-stream";

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

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

@@ -0,0 +0,0 @@ import { BinaryStream, OutputBinaryStream } from "node-opcua-binary-stream";

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

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

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

@@ -0,0 +0,0 @@ import { OutputBinaryStream, BinaryStream } from "node-opcua-binary-stream";

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

@@ -0,0 +0,0 @@ import { BinaryStream, OutputBinaryStream } from "node-opcua-binary-stream";

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

"use strict";
//# sourceMappingURL=get_built_in_type.js.map

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

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

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

export declare function generate_new_id(): number;
export declare function next_available_id(): number;
export declare function is_internal_id(value: number): boolean;

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

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

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

@@ -0,0 +0,0 @@ export declare enum NodeIdType {

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

export declare const parameters: {
debugSchemaHelper: boolean;
};

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

import { NodeId } from "node-opcua-nodeid";
import { ConstructorFuncWithSchema } from "./types";
export declare function registerClassDefinition(dataTypeNodeId: NodeId, className: string, classConstructor: ConstructorFuncWithSchema): void;

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

@@ -0,0 +0,0 @@ import { DataTypeFactory } from "./datatype_factory";

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

@@ -0,0 +0,0 @@ import { BinaryStream } from "node-opcua-binary-stream";

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

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

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

25

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

@@ -14,14 +14,17 @@ "main": "./dist/index.js",

},
"devDependencies": {
"should": "^13.2.3"
},
"dependencies": {
"chalk": "4.1.2",
"node-opcua-assert": "2.74.0",
"node-opcua-basic-types": "2.74.0",
"node-opcua-binary-stream": "2.74.0",
"node-opcua-assert": "2.76.0",
"node-opcua-basic-types": "2.76.0",
"node-opcua-binary-stream": "2.76.0",
"node-opcua-constants": "2.74.0",
"node-opcua-debug": "2.74.0",
"node-opcua-enum": "2.74.0",
"node-opcua-guid": "2.74.0",
"node-opcua-nodeid": "2.74.0",
"node-opcua-status-code": "2.74.0",
"node-opcua-utils": "2.74.0"
"node-opcua-debug": "2.76.0",
"node-opcua-enum": "2.76.0",
"node-opcua-guid": "2.76.0",
"node-opcua-nodeid": "2.76.0",
"node-opcua-status-code": "2.76.0",
"node-opcua-utils": "2.76.0"
},

@@ -43,3 +46,3 @@ "author": "Etienne Rossignon",

"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