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.128.0 to 2.133.0

11

dist/binaryStream.d.ts

@@ -26,8 +26,3 @@ /**

*
* @class BinaryStream
* @param {null|Buffer|Number} data
* @constructor
*
*
*
*/

@@ -48,3 +43,3 @@ export declare class BinaryStream {

* set the cursor to the begining of the stream
* @method BinaryStream.rewind
*/

@@ -143,3 +138,3 @@ rewind(): void;

/**
* @method readArrayBuffer
* @param length

@@ -146,0 +141,0 @@ */

@@ -35,8 +35,3 @@ "use strict";

*
* @class BinaryStream
* @param {null|Buffer|Number} data
* @constructor
*
*
*
*/

@@ -59,3 +54,3 @@ class BinaryStream {

* set the cursor to the begining of the stream
* @method BinaryStream.rewind
*/

@@ -329,3 +324,3 @@ rewind() {

/**
* @method readArrayBuffer
* @param length

@@ -332,0 +327,0 @@ */

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

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

"node-opcua-assert": "2.120.0",
"node-opcua-buffer-utils": "2.128.0"
"node-opcua-buffer-utils": "2.133.0"
},
"devDependencies": {
"node-opcua-benchmarker": "2.128.0"
"node-opcua-benchmarker": "2.133.0"
},

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

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

@@ -39,0 +39,0 @@ "dist",

@@ -34,8 +34,3 @@ /**

*
* @class BinaryStream
* @param {null|Buffer|Number} data
* @constructor
*
*
*
*/

@@ -69,3 +64,3 @@ export class BinaryStream {

* set the cursor to the begining of the stream
* @method BinaryStream.rewind
*/

@@ -366,3 +361,3 @@ public rewind(): void {

/**
* @method readArrayBuffer
* @param length

@@ -369,0 +364,0 @@ */

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