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.64.0 to 2.64.1

dist/construct_filename.d.ts

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

76

package.json
{
"name": "node-opcua-utils",
"version": "2.64.0",
"description": "pure nodejs OPCUA SDK - module -utils",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"dependencies": {
"chalk": "4.1.2",
"node-opcua-assert": "2.64.0"
},
"devDependencies": {
"@types/node": "17.0.15",
"should": "^13.2.3",
"sinon": "^13.0.1"
},
"author": "Etienne Rossignon",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/node-opcua/node-opcua.git"
},
"keywords": [
"OPCUA",
"opcua",
"m2m",
"iot",
"opc ua",
"internet of things"
],
"homepage": "http://node-opcua.github.io/",
"gitHead": "e4d73afdfcccb3491423149d9b9785888f4ebb3c",
"scripts": {
"build": "tsc -b",
"lint": "eslint source test",
"format": "prettier --write source test",
"test": "mocha",
"clean": "node -e \"require('rimraf').sync('dist');\""
}
}
"name": "node-opcua-utils",
"version": "2.64.1",
"description": "pure nodejs OPCUA SDK - module -utils",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc -b",
"lint": "eslint source test",
"format": "prettier --write source test",
"test": "mocha",
"clean": "node -e \"require('rimraf').sync('dist');\""
},
"dependencies": {
"chalk": "4.1.2",
"node-opcua-assert": "2.64.1"
},
"devDependencies": {
"@types/node": "17.0.21",
"should": "^13.2.3",
"sinon": "^13.0.1"
},
"author": "Etienne Rossignon",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/node-opcua/node-opcua.git"
},
"keywords": [
"OPCUA",
"opcua",
"m2m",
"iot",
"opc ua",
"internet of things"
],
"homepage": "http://node-opcua.github.io/",
"gitHead": "b65b8738603cd475d7d99a2b20b0ae9d32b4110c"
}
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