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

3

dist/index.d.ts
/**
* @module node-opcua-binary-stream
*/
import { BinaryStream } from "./binaryStream";
import { BinaryStreamSizeCalculator } from "./binaryStreamSizeCalculator";
export declare type OutputBinaryStream = BinaryStream | BinaryStreamSizeCalculator;
export * from "./binaryStream";
export * from "./binaryStreamSizeCalculator";

3

dist/index.js

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

Object.defineProperty(exports, "__esModule", { value: true });
/**
* @module node-opcua-binary-stream
*/
__export(require("./binaryStream"));
__export(require("./binaryStreamSizeCalculator"));
//# sourceMappingURL=index.js.map
{
"name": "node-opcua-binary-stream",
"version": "2.0.0-alpha.10",
"version": "2.0.0-alpha.12",
"description": "pure nodejs OPCUA SDK - module -binary-stream",

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

"homepage": "http://node-opcua.github.io/",
"gitHead": "a4fd47cebc405a37470fa015e98148ec212a8c29"
"gitHead": "61699a99c75c631388f2e8d8e33eb209649c5eac"
}
/**
* @module node-opcua-binary-stream
*/
import { BinaryStream } from "./binaryStream";
import { BinaryStreamSizeCalculator } from "./binaryStreamSizeCalculator";
export type OutputBinaryStream = BinaryStream | BinaryStreamSizeCalculator;
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