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

node-opcua-schemas

Package Overview
Dependencies
Maintainers
1
Versions
215
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-schemas - npm Package Compare versions

Comparing version 2.90.0 to 2.90.1

2

dist/source/dynamic_extension_object.d.ts

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

}
export declare type AnyConstructorFunc = AnyConstructable;
export type AnyConstructorFunc = AnyConstructable;
export declare function createDynamicObjectConstructor(schema: IStructuredTypeSchema, dataTypeFactory: DataTypeFactory): ConstructorFuncWithSchema;
export {};

@@ -685,8 +685,8 @@ "use strict";

class EXTENSION extends BaseClass {
static get schema() {
return schema;
}
constructor(options, schema2, factory2) {
super(options, schema2 ? schema2 : EXTENSION.schema, factory2 ? factory2 : dataTypeFactory);
}
static get schema() {
return schema;
}
toString() {

@@ -693,0 +693,0 @@ return super.toString();

{
"name": "node-opcua-schemas",
"version": "2.90.0",
"version": "2.90.1",
"description": "pure nodejs OPCUA SDK - module -schemas",

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

"node-opcua-assert": "2.88.0",
"node-opcua-binary-stream": "2.89.0",
"node-opcua-debug": "2.90.0",
"node-opcua-extension-object": "2.90.0",
"node-opcua-factory": "2.90.0",
"node-opcua-nodeid": "2.90.0",
"node-opcua-variant": "2.90.0",
"node-opcua-xml2json": "2.90.0"
"node-opcua-binary-stream": "2.90.1",
"node-opcua-debug": "2.90.1",
"node-opcua-extension-object": "2.90.1",
"node-opcua-factory": "2.90.1",
"node-opcua-nodeid": "2.90.1",
"node-opcua-variant": "2.90.1",
"node-opcua-xml2json": "2.90.1"
},
"devDependencies": {
"mocha": "^10.2.0",
"node-opcua-data-model": "2.90.0",
"node-opcua-packet-analyzer": "2.90.0",
"node-opcua-utils": "2.88.0",
"node-opcua-data-model": "2.90.1",
"node-opcua-packet-analyzer": "2.90.1",
"node-opcua-utils": "2.90.1",
"should": "^13.2.3"

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

"homepage": "http://node-opcua.github.io/",
"gitHead": "d55f9150c3ffa5b86fbe1a0baba69a2543c3090a"
"gitHead": "3325ff5f8477fd058ba574d19e8128c36e3e831f"
}

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