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 2.88.0 to 2.90.1

6

dist/benchmarker.d.ts

@@ -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"
}
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