Socket
Socket
Sign inDemoInstall

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 2.76.0 to 2.77.0

0

dist/buffer_ellipsis.d.ts

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

8

package.json
{
"name": "node-opcua-utils",
"version": "2.76.0",
"version": "2.77.0",
"description": "pure nodejs OPCUA SDK - module -utils",

@@ -12,7 +12,7 @@ "main": "./dist/index.js",

"test": "mocha",
"clean": "npx rimraf dist *.tsbuildinfo"
"clean": "npx rimraf node_modules dist *.tsbuildinfo"
},
"dependencies": {
"chalk": "4.1.2",
"node-opcua-assert": "2.76.0"
"node-opcua-assert": "2.77.0"
},

@@ -38,3 +38,3 @@ "devDependencies": {

"homepage": "http://node-opcua.github.io/",
"gitHead": "75d9b8cf894c8fbadf77d2c4a48a730d055465e7"
"gitHead": "5c8d45772d786fa4ba59369dd26679353ab5482b"
}
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