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.95.0 to 2.96.0

2

dist/source/dynamic_extension_object.d.ts

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

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

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

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

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

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

@@ -23,3 +23,3 @@ "main": "dist/source/index.js",

"node-opcua-variant": "2.95.0",
"node-opcua-xml2json": "2.90.1"
"node-opcua-xml2json": "2.96.0"
},

@@ -48,3 +48,3 @@ "devDependencies": {

"homepage": "http://node-opcua.github.io/",
"gitHead": "ad7086f9c4cd2ab52922e26cb6782ec6b86f9d20"
"gitHead": "43642e4aaa1ca2a3938b044cc2237544dfff764a"
}

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