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

node-opcua-data-model

Package Overview
Dependencies
Maintainers
1
Versions
190
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-data-model - npm Package Compare versions

Comparing version 2.64.1 to 2.66.0

0

dist/_make_flag.d.ts
export declare function _make_flag(str: string | number | null, noneValue: number, T: Record<string | number, number | string>): number;

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

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

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

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

export { isValidAttributeId, attributeNameById, AttributeIds } from "node-opcua-basic-types";

@@ -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 { BinaryStream, OutputBinaryStream } from "node-opcua-binary-stream";

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

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

6

dist/index.js
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {

@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k;

@@ -0,0 +0,0 @@ import { LocaleId, UAString } from "node-opcua-basic-types";

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

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

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

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

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

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

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

@@ -0,0 +0,0 @@ import { BaseUAObject, StructuredTypeSchema } from "node-opcua-factory";

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

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

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

/**
* @module node-opcua-data-model
*/

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

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

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

24

package.json
{
"name": "node-opcua-data-model",
"version": "2.64.1",
"version": "2.66.0",
"description": "pure nodejs OPCUA SDK - module -data-model",

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

"format": "prettier --write source test",
"clean": "node -e \"require('rimraf').sync('_generated_');require('rimraf').sync('dist');\"",
"clean": "npx rimraf _generated_ dist *.tsbuildinfo",
"coverage": "npx nyc node ../../node_modules/mocha/bin/mocha"

@@ -17,13 +17,13 @@ },

"dependencies": {
"node-opcua-assert": "2.64.1",
"node-opcua-basic-types": "2.64.1",
"node-opcua-binary-stream": "2.64.1",
"node-opcua-enum": "2.64.1",
"node-opcua-factory": "2.64.1",
"node-opcua-nodeid": "2.64.1",
"node-opcua-status-code": "2.64.1",
"node-opcua-utils": "2.64.1"
"node-opcua-assert": "2.66.0",
"node-opcua-basic-types": "2.66.0",
"node-opcua-binary-stream": "2.66.0",
"node-opcua-enum": "2.66.0",
"node-opcua-factory": "2.66.0",
"node-opcua-nodeid": "2.66.0",
"node-opcua-status-code": "2.66.0",
"node-opcua-utils": "2.66.0"
},
"devDependencies": {
"node-opcua-packet-analyzer": "2.64.1",
"node-opcua-packet-analyzer": "2.66.0",
"should": "^13.2.3",

@@ -47,3 +47,3 @@ "source-map-support": "^0.5.21"

"homepage": "http://node-opcua.github.io/",
"gitHead": "b65b8738603cd475d7d99a2b20b0ae9d32b4110c"
"gitHead": "97f47e2e242a1fd737495fd64cb65e8fb7a9964b"
}

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