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

node-opcua-variant

Package Overview
Dependencies
Maintainers
1
Versions
200
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-variant - npm Package Compare versions

Comparing version 2.76.2 to 2.77.0

4

dist/variant.d.ts
/// <reference types="node" />
import { BaseUAObject, StructuredTypeSchema, DecodeDebugOptions } from "node-opcua-factory";
import { BaseUAObject, DecodeDebugOptions } from "node-opcua-factory";
import { BinaryStream, OutputBinaryStream } from "node-opcua-binary-stream";

@@ -22,3 +22,3 @@ import { DataType } from "./DataType_enum";

static maxArrayLength: number;
static schema: StructuredTypeSchema;
static schema: import("node-opcua-factory").IStructuredTypeSchema;
static coerce: typeof _coerceVariant;

@@ -25,0 +25,0 @@ static computer_default_value: () => Variant;

{
"name": "node-opcua-variant",
"version": "2.76.2",
"version": "2.77.0",
"description": "pure nodejs OPCUA SDK - module -variant",

@@ -12,13 +12,13 @@ "main": "./dist/index.js",

"format": "prettier --write source test",
"clean": "npx rimraf dist *.tsbuildinfo"
"clean": "npx rimraf node_modules dist *.tsbuildinfo"
},
"dependencies": {
"node-opcua-assert": "2.76.0",
"node-opcua-basic-types": "2.76.2",
"node-opcua-binary-stream": "2.76.2",
"node-opcua-data-model": "2.76.2",
"node-opcua-enum": "2.76.2",
"node-opcua-factory": "2.76.2",
"node-opcua-nodeid": "2.76.2",
"node-opcua-utils": "2.76.0"
"node-opcua-assert": "2.77.0",
"node-opcua-basic-types": "2.77.0",
"node-opcua-binary-stream": "2.77.0",
"node-opcua-data-model": "2.77.0",
"node-opcua-enum": "2.77.0",
"node-opcua-factory": "2.77.0",
"node-opcua-nodeid": "2.77.0",
"node-opcua-utils": "2.77.0"
},

@@ -29,8 +29,8 @@ "devDependencies": {

"lodash": "4.17.21",
"node-opcua-benchmarker": "2.76.2",
"node-opcua-debug": "2.76.2",
"node-opcua-extension-object": "2.76.2",
"node-opcua-numeric-range": "2.76.2",
"node-opcua-packet-analyzer": "2.76.2",
"node-opcua-status-code": "2.76.2",
"node-opcua-benchmarker": "2.77.0",
"node-opcua-debug": "2.77.0",
"node-opcua-extension-object": "2.77.0",
"node-opcua-numeric-range": "2.77.0",
"node-opcua-packet-analyzer": "2.77.0",
"node-opcua-status-code": "2.77.0",
"should": "^13.2.3",

@@ -54,3 +54,3 @@ "underscore": "^1.13.4"

"homepage": "http://node-opcua.github.io/",
"gitHead": "acb5ecaf1e1c71af3b63e80909d58447f3f298e7"
"gitHead": "5c8d45772d786fa4ba59369dd26679353ab5482b"
}

@@ -32,3 +32,2 @@ /**

registerSpecialVariantEncoder,
StructuredTypeSchema,
registerType,

@@ -45,3 +44,3 @@ DecodeDebugOptions

const schemaVariant: StructuredTypeSchema = buildStructuredType({
const schemaVariant = buildStructuredType({
baseType: "BaseUAObject",

@@ -48,0 +47,0 @@ fields: [

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