New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-opcua-basic-types

Package Overview
Dependencies
Maintainers
1
Versions
171
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-basic-types - npm Package Compare versions

Comparing version 2.64.0 to 2.64.1

dist/localeid.d.ts

0

dist/array.d.ts

@@ -0,0 +0,0 @@ import { BinaryStream, OutputBinaryStream } from "node-opcua-binary-stream";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare enum AttributeIds {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { BinaryStream, OutputBinaryStream } from "node-opcua-binary-stream";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -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 @@ import { BinaryStream, OutputBinaryStream } from "node-opcua-binary-stream";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /***

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { BinaryStream, OutputBinaryStream } from "node-opcua-binary-stream";

@@ -0,0 +0,0 @@ "use strict";

export declare function roundToFloat2(float: number): number;

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

90

package.json
{
"name": "node-opcua-basic-types",
"version": "2.64.0",
"description": "pure nodejs OPCUA SDK - module -basic-types",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"dependencies": {
"node-opcua-assert": "2.64.0",
"node-opcua-binary-stream": "2.64.0",
"node-opcua-buffer-utils": "2.64.0",
"node-opcua-date-time": "2.64.0",
"node-opcua-enum": "2.64.0",
"node-opcua-guid": "2.64.0",
"node-opcua-nodeid": "2.64.0",
"node-opcua-status-code": "2.64.0",
"node-opcua-utils": "2.64.0"
},
"devDependencies": {
"@types/node": "17.0.15",
"node-opcua-benchmarker": "2.64.0",
"node-opcua-debug": "2.64.0",
"should": "^13.2.3"
},
"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",
"test": "echo none",
"clean": "node -e \"require('rimraf').sync('dist');\"",
"lint": "eslint source/*.ts"
}
}
"name": "node-opcua-basic-types",
"version": "2.64.1",
"description": "pure nodejs OPCUA SDK - module -basic-types",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc -b",
"test": "echo none",
"clean": "node -e \"require('rimraf').sync('dist');\"",
"lint": "eslint source/*.ts"
},
"dependencies": {
"node-opcua-assert": "2.64.1",
"node-opcua-binary-stream": "2.64.1",
"node-opcua-buffer-utils": "2.64.1",
"node-opcua-date-time": "2.64.1",
"node-opcua-enum": "2.64.1",
"node-opcua-guid": "2.64.1",
"node-opcua-nodeid": "2.64.1",
"node-opcua-status-code": "2.64.1",
"node-opcua-utils": "2.64.1"
},
"devDependencies": {
"@types/node": "17.0.21",
"node-opcua-benchmarker": "2.64.1",
"node-opcua-debug": "2.64.1",
"should": "^13.2.3"
},
"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