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

node-opcua-extension-object

Package Overview
Dependencies
Maintainers
1
Versions
184
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-extension-object - npm Package Compare versions

Comparing version 2.126.0 to 2.128.0

1

dist/extension_object.d.ts

@@ -1,2 +0,1 @@

/// <reference types="node" />
import { BinaryStream, OutputBinaryStream } from "node-opcua-binary-stream";

@@ -3,0 +2,0 @@ import { BaseUAObject, IStructuredTypeSchema } from "node-opcua-factory";

6

dist/extension_object.js

@@ -6,3 +6,5 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.decodeExtensionObject = exports.OpaqueStructure = exports.encodeExtensionObject = exports.ExtensionObject = void 0;
exports.OpaqueStructure = exports.ExtensionObject = void 0;
exports.encodeExtensionObject = encodeExtensionObject;
exports.decodeExtensionObject = decodeExtensionObject;
/**

@@ -103,3 +105,2 @@ * @module node-opcua-extension-object

}
exports.encodeExtensionObject = encodeExtensionObject;
// tslint:disable:max-classes-per-file

@@ -181,3 +182,2 @@ class OpaqueStructure extends ExtensionObject {

}
exports.decodeExtensionObject = decodeExtensionObject;
(0, node_opcua_factory_1.registerBuiltInType)({

@@ -184,0 +184,0 @@ name: "ExtensionObject",

{
"name": "node-opcua-extension-object",
"version": "2.126.0",
"version": "2.128.0",
"description": "pure nodejs OPCUA SDK - module extension-object",

@@ -16,7 +16,7 @@ "main": "./dist/index.js",

"chalk": "4.1.2",
"node-opcua-basic-types": "2.126.0",
"node-opcua-binary-stream": "2.125.0",
"node-opcua-debug": "2.125.0",
"node-opcua-factory": "2.126.0",
"node-opcua-nodeid": "2.125.0"
"node-opcua-basic-types": "2.128.0",
"node-opcua-binary-stream": "2.128.0",
"node-opcua-debug": "2.128.0",
"node-opcua-factory": "2.128.0",
"node-opcua-nodeid": "2.128.0"
},

@@ -38,3 +38,3 @@ "author": "Etienne Rossignon",

"homepage": "http://node-opcua.github.io/",
"gitHead": "81b467f284c41813ab8caf17f6d20322d4734fdc",
"gitHead": "67a73af6b831d8651a0e66ceb295f159cab4386b",
"files": [

@@ -41,0 +41,0 @@ "dist",

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