Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-opcua-buffer-utils

Package Overview
Dependencies
Maintainers
1
Versions
100
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.7.2 to 0.7.3

4

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

@@ -32,3 +32,3 @@ "main": "dist/buffer_utils.js",

"homepage": "http://node-opcua.github.io/",
"gitHead": "a5ddc66431798b11b845c22dca057b480a93f445"
"gitHead": "e7ed2b6dc6c717c8d42d0bbd07018414dfc00b6e"
}

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

for(i=0;i<n;i++) {
sizes.push(parseInt(""+Math.ceil(Math.random()*10000)));
sizes.push(parseInt(""+Math.ceil(Math.random()*10000),10 ));
}

@@ -24,0 +24,0 @@ //xx console.log(sizes);

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