Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-opcua-utils

Package Overview
Dependencies
Maintainers
1
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-utils - npm Package Compare versions

Comparing version 0.4.6 to 0.5.0

0

dist/buffer_ellipsis.d.ts
/// <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";

10

package.json
{
"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"
}
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