node-opcua-benchmarker
Advanced tools
Comparing version 0.3.0 to 0.4.0
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
11510
219
0
+ Addednode-opcua-assert@0.4.6(transitive)
- Removednode-opcua-assert@0.3.0(transitive)
Updatedasync@^2.6.1
Updatednode-opcua-assert@^0.4.0
Updatedunderscore@^1.9.0