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.88.0 to 2.89.0

2

dist/binaryStream.js

@@ -410,3 +410,3 @@ "use strict";

BinaryStream.maxByteStringLength = 16 * 1024 * 1024;
BinaryStream.maxStringLength = 16 * 1024;
BinaryStream.maxStringLength = 16 * 1024 * 1024;
/**

@@ -413,0 +413,0 @@ * @function calculateByteLength

@@ -6,4 +6,4 @@ /**

import { BinaryStreamSizeCalculator } from "./binaryStreamSizeCalculator";
export declare type OutputBinaryStream = BinaryStream | BinaryStreamSizeCalculator;
export type OutputBinaryStream = BinaryStream | BinaryStreamSizeCalculator;
export * from "./binaryStream";
export * from "./binaryStreamSizeCalculator";
{
"name": "node-opcua-binary-stream",
"version": "2.88.0",
"version": "2.89.0",
"description": "pure nodejs OPCUA SDK - module -binary-stream",

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

"homepage": "http://node-opcua.github.io/",
"gitHead": "0c20078b474f36855b799557f8fe931dbe20c2ca"
"gitHead": "93d5502a1b71afbb5e5fa56846615c412b63cc1b"
}

@@ -43,3 +43,3 @@ /**

public static maxByteStringLength = 16 * 1024 * 1024;
public static maxStringLength = 16 * 1024;
public static maxStringLength = 16 * 1024 * 1024;
/**

@@ -46,0 +46,0 @@ * the current position inside the buffer

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