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.8 to 2.0.0-alpha.9

3

dist/index.d.ts

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

/**
* @module node-opcua-binary-stream
*/
export * from "./binaryStream";
export * from "./binaryStreamSizeCalculator";

@@ -6,4 +6,7 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
/**
* @module node-opcua-binary-stream
*/
__export(require("./binaryStream"));
__export(require("./binaryStreamSizeCalculator"));
//# sourceMappingURL=index.js.map

12

package.json
{
"name": "node-opcua-binary-stream",
"version": "2.0.0-alpha.8",
"version": "2.0.0-alpha.9",
"description": "pure nodejs OPCUA SDK - module -binary-stream",

@@ -14,5 +14,5 @@ "main": "./dist/index.js",

"dependencies": {
"colors": "^1.3.2",
"node-opcua-assert": "^2.0.0-alpha.8",
"node-opcua-buffer-utils": "^2.0.0-alpha.8",
"colors": "^1.3.3",
"node-opcua-assert": "^2.0.0-alpha.9",
"node-opcua-buffer-utils": "^2.0.0-alpha.9",
"underscore": "^1.9.1"

@@ -22,3 +22,3 @@ },

"@types/underscore": "^1.8.9",
"node-opcua-benchmarker": "^2.0.0-alpha.8",
"node-opcua-benchmarker": "^2.0.0-alpha.9",
"should": "13.2.3"

@@ -41,3 +41,3 @@ },

"homepage": "http://node-opcua.github.io/",
"gitHead": "7bbf38d5a3cd29cb6aed6ca38078f4d89d3f956a"
"gitHead": "cd7120d1840593757f0f3c9e53be4e85883dc0e6"
}

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

/**
* @module node-opcua-binary-stream
*/
export * from "./binaryStream";
export * from "./binaryStreamSizeCalculator";

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