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

node-opcua-benchmarker

Package Overview
Dependencies
Maintainers
1
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-benchmarker - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

2

dist/benchmarker.d.ts

@@ -25,4 +25,4 @@ /// <reference types="node" />

add(name: string, func: () => void): Benchmarker;
private measure_perf(name, func, options);
private measure_perf;
run(options: IRunOptions): this;
}
{
"name": "node-opcua-benchmarker",
"version": "0.3.0",
"version": "0.4.0",
"description": "pure nodejs OPCUA SDK - module -benchmarker",

@@ -11,5 +11,5 @@ "main": "dist/benchmarker.js",

"dependencies": {
"async": "^2.6.0",
"node-opcua-assert": "^0.3.0",
"underscore": "^1.8.3"
"async": "^2.6.1",
"node-opcua-assert": "^0.4.0",
"underscore": "^1.9.0"
},

@@ -16,0 +16,0 @@ "author": "Etienne Rossignon",

{
"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