Socket
Socket
Sign inDemoInstall

node-opcua-buffer-utils

Package Overview
Dependencies
Maintainers
1
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-buffer-utils - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

6

package.json
{
"name": "node-opcua-buffer-utils",
"version": "0.3.0",
"version": "0.4.0",
"description": "pure nodejs OPCUA SDK - module -buffer-utils",

@@ -14,6 +14,6 @@ "main": "dist/buffer_utils.js",

"dependencies": {
"node-opcua-assert": "^0.3.0"
"node-opcua-assert": "^0.4.0"
},
"devDependencies": {
"node-opcua-benchmarker": "^0.3.0"
"node-opcua-benchmarker": "^0.4.0"
},

@@ -20,0 +20,0 @@ "repository": {

@@ -40,7 +40,7 @@ "use strict";

})
.add("createFastUninitializedBuffer", function () {
.add("buffer alloc", function () {
let bufs = new Array(n);
for (i = 0; i < n; i++) {
bufs[i] = new Buffer(sizes[i]);
bufs[i] = Buffer.alloc(sizes[i]);
}

@@ -47,0 +47,0 @@ bufs = null;

{
"compilerOptions": {
"skipLibCheck": true,
"target": "es6",

@@ -4,0 +5,0 @@ "module": "commonjs",

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