node-opcua-benchmarker
Advanced tools
Comparing version 2.88.0 to 2.90.1
@@ -22,5 +22,5 @@ /// <reference types="node" /> | ||
} | ||
export declare type TestFunctionSync = () => void; | ||
export declare type TestFunctionAsync = () => Promise<void>; | ||
export declare type TestFunction = TestFunctionSync | TestFunctionAsync; | ||
export type TestFunctionSync = () => void; | ||
export type TestFunctionAsync = () => Promise<void>; | ||
export type TestFunction = TestFunctionSync | TestFunctionAsync; | ||
export interface ITestRun { | ||
@@ -27,0 +27,0 @@ name: string; |
{ | ||
"name": "node-opcua-benchmarker", | ||
"version": "2.88.0", | ||
"version": "2.90.1", | ||
"description": "pure nodejs OPCUA SDK - module -benchmarker", | ||
@@ -13,3 +13,3 @@ "main": "./dist/index.js", | ||
"dependencies": { | ||
"node-opcua-utils": "2.88.0" | ||
"node-opcua-utils": "2.90.1" | ||
}, | ||
@@ -31,3 +31,3 @@ "author": "Etienne Rossignon", | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "0c20078b474f36855b799557f8fe931dbe20c2ca" | ||
"gitHead": "3325ff5f8477fd058ba574d19e8128c36e3e831f" | ||
} |
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
16903
+ Addednode-opcua-utils@2.90.1(transitive)
- Removednode-opcua-utils@2.88.0(transitive)
Updatednode-opcua-utils@2.90.1