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

node-opcua-transport

Package Overview
Dependencies
Maintainers
1
Versions
221
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-transport - npm Package Compare versions

Comparing version 0.5.0 to 2.0.0-alpha.3

dist/source/AcknowledgeMessage.d.ts

43

package.json
{
"name": "node-opcua-transport",
"version": "0.5.0",
"version": "2.0.0-alpha.3",
"description": "pure nodejs OPCUA SDK - module -transport",
"main": "index.js",
"main": "./dist/source/index.js",
"types": "./dist/source/index.d.ts",
"scripts": {
"build": "tsc",
"test": "mocha test",
"clean": "node -e \"require('rimraf').sync('_generated_');\"",
"generate": "node ./generate"
"clean": "node -e \"require('rimraf').sync('dist');\""
},
"dependencies": {
"node-opcua-assert": "^0.5.0",
"node-opcua-basic-types": "^0.5.0",
"node-opcua-binary-stream": "^0.5.0",
"node-opcua-buffer-utils": "^0.5.0",
"node-opcua-chunkmanager": "^0.5.0",
"node-opcua-debug": "^0.5.0",
"node-opcua-factory": "^0.5.0",
"node-opcua-nodeid": "^0.5.0",
"node-opcua-packet-assembler": "^0.5.0",
"node-opcua-status-code": "^0.5.0",
"node-opcua-utils": "^0.5.0",
"chalk": "^2.4.1",
"node-opcua-assert": "^2.0.0-alpha.3",
"node-opcua-basic-types": "^2.0.0-alpha.3",
"node-opcua-binary-stream": "^2.0.0-alpha.3",
"node-opcua-buffer-utils": "^2.0.0-alpha.3",
"node-opcua-chunkmanager": "^2.0.0-alpha.3",
"node-opcua-debug": "^2.0.0-alpha.3",
"node-opcua-factory": "^2.0.0-alpha.3",
"node-opcua-nodeid": "^2.0.0-alpha.3",
"node-opcua-packet-assembler": "^2.0.0-alpha.3",
"node-opcua-status-code": "^2.0.0-alpha.3",
"node-opcua-types": "^2.0.0-alpha.3",
"node-opcua-utils": "^2.0.0-alpha.3",
"underscore": "^1.9.1"
},
"devDependencies": {
"@types/node": "^10.12.0",
"@types/underscore": "^1.8.9",
"colors": "^1.3.2",
"node-opcua-debug": "^0.4.2",
"node-opcua-generator": "^0.5.0",
"node-opcua-debug": "^2.0.0-alpha.0",
"node-opcua-generator": "^2.0.0-alpha.3",
"should": "13.2.3",
"sinon": "^7.1.0"
"sinon": "^7.0.0"
},

@@ -47,3 +52,3 @@ "author": "Etienne Rossignon",

"homepage": "http://node-opcua.github.io/",
"gitHead": "7c2f2dcb6ebdc49e57da1a028406a307df502d4e"
"gitHead": "e4d73afdfcccb3491423149d9b9785888f4ebb3c"
}
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