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.0.0-alpha.12 to 2.0.0-alpha.13

2

dist/binaryStream.js

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

else if (typeof data === "number") {
this.buffer = node_opcua_buffer_utils_1.createFastUninitializedBuffer(data); // new Buffer(/*size=*/data);
this.buffer = node_opcua_buffer_utils_1.createFastUninitializedBuffer(data);
}

@@ -50,0 +50,0 @@ else {

{
"name": "node-opcua-binary-stream",
"version": "2.0.0-alpha.12",
"version": "2.0.0-alpha.13",
"description": "pure nodejs OPCUA SDK - module -binary-stream",

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

"homepage": "http://node-opcua.github.io/",
"gitHead": "61699a99c75c631388f2e8d8e33eb209649c5eac"
"gitHead": "6a0c56afb819a44d5abd453d39ce684df6fb3505"
}

@@ -58,3 +58,3 @@ /**

} else if (typeof data === "number") {
this.buffer = createFastUninitializedBuffer(data); // new Buffer(/*size=*/data);
this.buffer = createFastUninitializedBuffer(data);
} else {

@@ -61,0 +61,0 @@ assert(data instanceof 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