New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-opcua-binary-stream

Package Overview
Dependencies
Maintainers
1
Versions
111
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.51.0 to 2.52.0

12

package.json
{
"name": "node-opcua-binary-stream",
"version": "2.51.0",
"version": "2.52.0",
"description": "pure nodejs OPCUA SDK - module -binary-stream",

@@ -11,10 +11,10 @@ "main": "./dist/index.js",

"clean": "node -e \"require('rimraf').sync('dist');\"",
"lint": "tslint source/**/*.ts"
"lint": "eslint source/**/*.ts"
},
"dependencies": {
"node-opcua-assert": "2.51.0",
"node-opcua-buffer-utils": "2.51.0"
"node-opcua-assert": "2.52.0",
"node-opcua-buffer-utils": "2.52.0"
},
"devDependencies": {
"node-opcua-benchmarker": "2.51.0",
"node-opcua-benchmarker": "2.52.0",
"should": "^13.2.3"

@@ -37,3 +37,3 @@ },

"homepage": "http://node-opcua.github.io/",
"gitHead": "75feb111daf7ec65fa0111e4fa5beb8987fd4945"
"gitHead": "3ec6296e8fd4df0e05b9d887f0b7dd20113a9ce1"
}

@@ -448,3 +448,3 @@ /**

*/
export function calculateByteLength(str: string) {
export function calculateByteLength(str: string): number {
// returns the byte length of an utf8 string

@@ -451,0 +451,0 @@ let s = str.length;

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