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

node-opcua-chunkmanager

Package Overview
Dependencies
Maintainers
1
Versions
185
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-chunkmanager - npm Package Compare versions

Comparing version 2.119.0 to 2.120.0

2

dist/chunk_manager.js

@@ -75,3 +75,3 @@ "use strict";

const chunkCount = Math.ceil(bodySize / this.maxBodySize);
const totalLength = this.chunkSize + chunkCount;
const totalLength = this.chunkSize * chunkCount;
return { totalLength, chunkCount };

@@ -78,0 +78,0 @@ }

{
"name": "node-opcua-chunkmanager",
"version": "2.119.0",
"version": "2.120.0",
"description": "pure nodejs OPCUA SDK - module chunkmanager",

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

"dependencies": {
"node-opcua-assert": "2.105.0",
"node-opcua-basic-types": "2.119.0",
"node-opcua-binary-stream": "2.117.0",
"node-opcua-buffer-utils": "2.117.0",
"node-opcua-factory": "2.119.0",
"node-opcua-packet-assembler": "2.118.0"
"node-opcua-assert": "2.120.0",
"node-opcua-basic-types": "2.120.0",
"node-opcua-binary-stream": "2.120.0",
"node-opcua-buffer-utils": "2.120.0",
"node-opcua-factory": "2.120.0",
"node-opcua-packet-assembler": "2.120.0"
},
"devDependencies": {
"@types/node": "20.10.5",
"node-opcua-debug": "2.118.0",
"@types/node": "20.11.5",
"node-opcua-debug": "2.120.0",
"should": "^13.2.3",

@@ -43,3 +43,3 @@ "source-map-support": "^0.5.21"

"homepage": "http://node-opcua.github.io/",
"gitHead": "f985d1ada89600c33696c541e6ba3c78a1a7f340",
"gitHead": "f4ae243bb61ba7af4c019a3cfe76dfc0f6427983",
"files": [

@@ -46,0 +46,0 @@ "dist",

@@ -159,3 +159,3 @@ /***

const chunkCount = Math.ceil(bodySize / this.maxBodySize);
const totalLength = this.chunkSize + chunkCount;
const totalLength = this.chunkSize * chunkCount;
return { totalLength, chunkCount };

@@ -162,0 +162,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