node-opcua-utils
Advanced tools
Comparing version 0.4.6 to 0.5.0
/// <reference types="node" /> | ||
export declare function buffer_ellipsis(buffer: Buffer, start?: number, end?: number): string; |
@@ -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 function constructFilename(filename: string): void; |
@@ -0,0 +0,0 @@ "use strict"; |
export declare let get_clock_tick: () => number; |
@@ -0,0 +0,0 @@ "use strict"; |
export declare function getFunctionParameterNames(func: Function): RegExpMatchArray; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare class LineFile { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
export declare function replaceBufferWithHexDump(obj: any): any; |
@@ -0,0 +0,0 @@ "use strict"; |
export declare function setDeprecated(Constructor: Function, methodName: string, helpString: string): void; |
@@ -0,0 +0,0 @@ "use strict"; |
export declare function capitalizeFirstLetter(str: string): string; | ||
export declare function lowerFirstLetter(str: string): 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": "0.4.6", | ||
"version": "0.5.0", | ||
"description": "pure nodejs OPCUA SDK - module -utils", | ||
@@ -12,11 +12,11 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"node-opcua-assert": "^0.4.6", | ||
"node-opcua-assert": "^0.5.0", | ||
"underscore": "^1.9.1" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^10.10.3", | ||
"@types/node": "^10.12.0", | ||
"@types/underscore": "^1.8.9", | ||
"chalk": "^2.4.1", | ||
"should": "13.2.3", | ||
"sinon": "^6.3.4" | ||
"sinon": "^7.1.0" | ||
}, | ||
@@ -38,3 +38,3 @@ "author": "Etienne Rossignon", | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "537d2a1f4d88271c57389d8ed56d787cf67588d2" | ||
"gitHead": "7c2f2dcb6ebdc49e57da1a028406a307df502d4e" | ||
} |
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
54431
+ Addednode-opcua-assert@0.5.0(transitive)
- Removednode-opcua-assert@0.4.6(transitive)
Updatednode-opcua-assert@^0.5.0