node-opcua-utils
Advanced tools
Comparing version 2.69.0 to 2.71.0
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
@@ -0,0 +0,0 @@ "use strict"; |
/// <reference types="node" /> | ||
export declare function compare_buffers(buf1: Buffer, buf2: Buffer, max_length?: number): void; |
@@ -0,0 +0,0 @@ "use strict"; |
export declare type FunctionVariadic = (...args: any[]) => void; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=function_variadic.js.map |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
import { FunctionVariadic } from "./function_variadic"; | ||
export declare function getFunctionParameterNames(func: FunctionVariadic): string[]; |
@@ -0,0 +0,0 @@ "use strict"; |
export declare type HRTimeFunc = (time?: [number, number]) => [number, number]; | ||
export declare const hrtime: HRTimeFunc; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
import { FunctionVariadic } from "./function_variadic"; | ||
export declare function setDeprecated(constructor: FunctionVariadic, methodName: string, helpString: string): void; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
export declare function timestamp(): string; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "node-opcua-utils", | ||
"version": "2.69.0", | ||
"version": "2.71.0", | ||
"description": "pure nodejs OPCUA SDK - module -utils", | ||
@@ -19,3 +19,3 @@ "main": "./dist/index.js", | ||
"devDependencies": { | ||
"@types/node": "17.0.36", | ||
"@types/node": "18.0.0", | ||
"should": "^13.2.3", | ||
@@ -39,3 +39,3 @@ "sinon": "^14.0.0" | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "6c88d05e8c82ce4bc9c8af9f0a8eb6136f31d2ce" | ||
"gitHead": "10f7cc1e1cd30dfef75adad9cb709a78401fabf3" | ||
} |
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
67274