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

node-opcua-binary-stream

Package Overview
Dependencies
Maintainers
1
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-binary-stream - npm Package Compare versions

Comparing version 2.125.0 to 2.128.0

2

dist/binaryStream.d.ts

@@ -1,3 +0,1 @@

/// <reference types="node" />
/// <reference types="node" />
/**

@@ -4,0 +2,0 @@ * @module node-opcua-binary-stream

4

dist/binaryStream.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.calculateByteLength = exports.BinaryStream = void 0;
exports.BinaryStream = void 0;
exports.calculateByteLength = calculateByteLength;
/**

@@ -435,4 +436,3 @@ * @module node-opcua-binary-stream

}
exports.calculateByteLength = calculateByteLength;
const zeroLengthBuffer = (0, node_opcua_buffer_utils_1.createFastUninitializedBuffer)(0);
//# sourceMappingURL=binaryStream.js.map

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

/// <reference types="node" />
/**

@@ -3,0 +2,0 @@ * a BinaryStreamSizeCalculator can be used to quickly evaluate the required size

{
"name": "node-opcua-binary-stream",
"version": "2.125.0",
"version": "2.128.0",
"description": "pure nodejs OPCUA SDK - module binary-stream",

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

"node-opcua-assert": "2.120.0",
"node-opcua-buffer-utils": "2.125.0"
"node-opcua-buffer-utils": "2.128.0"
},
"devDependencies": {
"node-opcua-benchmarker": "2.125.0",
"should": "^13.2.3"
"node-opcua-benchmarker": "2.128.0"
},

@@ -37,3 +36,3 @@ "author": "Etienne Rossignon",

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

@@ -40,0 +39,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