node-opcua-binary-stream
Advanced tools
Comparing version 2.85.0 to 2.86.0
@@ -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.85.0", | ||
"version": "2.86.0", | ||
"description": "pure nodejs OPCUA SDK - module -binary-stream", | ||
@@ -15,6 +15,6 @@ "main": "./dist/index.js", | ||
"node-opcua-assert": "2.77.0", | ||
"node-opcua-buffer-utils": "2.85.0" | ||
"node-opcua-buffer-utils": "2.86.0" | ||
}, | ||
"devDependencies": { | ||
"node-opcua-benchmarker": "2.85.0", | ||
"node-opcua-benchmarker": "2.86.0", | ||
"should": "^13.2.3" | ||
@@ -37,3 +37,3 @@ }, | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "68498fcf7b20ea9f7bd66e8529c546221daf5d52" | ||
"gitHead": "36afc46fe2c91aa5664a8c5418f4db5a354670c3" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
55646
+ Addednode-opcua-buffer-utils@2.86.0(transitive)
- Removednode-opcua-buffer-utils@2.85.0(transitive)