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

node-opcua-data-access

Package Overview
Dependencies
Maintainers
1
Versions
218
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-data-access - npm Package Compare versions

Comparing version 0.5.0 to 2.0.0-alpha.3

dist/EUInformation.d.ts

78

package.json
{
"name": "node-opcua-data-access",
"main": "./index.js",
"version": "0.5.0",
"description": "pure nodejs OPCUA SDK - module -data-access",
"scripts": {
"test": "mocha test",
"clean": "node -e \"require('rimraf').sync('_generated_');\"",
"generate": "node ./generate"
},
"dependencies": {
"node-opcua-assert": "^0.5.0",
"node-opcua-basic-types": "^0.5.0",
"node-opcua-data-model": "^0.5.0",
"node-opcua-factory": "^0.5.0",
"node-opcua-nodeid": "^0.5.0",
"underscore": "^1.9.1"
},
"devDependencies": {
"node-opcua-generator": "^0.5.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": "7c2f2dcb6ebdc49e57da1a028406a307df502d4e"
"name": "node-opcua-data-access",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"version": "2.0.0-alpha.3",
"description": "pure nodejs OPCUA SDK - module -data-access",
"scripts": {
"build": "tsc",
"test": "mocha test",
"clean": "node -e \"require('rimraf').sync('dist');\"",
"lint": "tslint source/**/*.ts"
},
"dependencies": {
"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-data-model": "^2.0.0-alpha.3",
"node-opcua-factory": "^2.0.0-alpha.3",
"node-opcua-nodeid": "^2.0.0-alpha.3",
"node-opcua-types": "^2.0.0-alpha.3",
"underscore": "^1.9.1"
},
"devDependencies": {
"node-opcua-generator": "^2.0.0-alpha.3",
"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"
}
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