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

node-opcua-common

Package Overview
Dependencies
Maintainers
1
Versions
219
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-common - npm Package Compare versions

Comparing version 0.5.0 to 2.0.0-alpha.3

dist/applicationurn.d.ts

36

package.json
{
"name": "node-opcua-common",
"version": "0.5.0",
"version": "2.0.0-alpha.3",
"description": "pure nodejs OPCUA SDK - module -common",
"scripts": {
"test": "mocha test",
"clean": "node -e \"require('rimraf').sync('_generated_');\"",
"generate": "node ./generate"
"test-typescript": "mocha -r ts-node/register test/**/*.ts",
"clean": "node -e \"require('rimraf').sync('dist');\"",
"build": "tsc",
"lint": "tslint source/**/*.ts"
},
"main": "index.js",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"dependencies": {
"node-opcua-assert": "^0.5.0",
"node-opcua-basic-types": "^0.5.0",
"node-opcua-crypto": "^1.0.1",
"node-opcua-data-model": "^0.5.0",
"node-opcua-factory": "^0.5.0",
"node-opcua-nodeid": "^0.5.0",
"node-opcua-service-endpoints": "^0.5.0",
"node-opcua-service-secure-channel": "^0.5.0",
"node-opcua-assert": "^2.0.0-alpha.3",
"node-opcua-basic-types": "^2.0.0-alpha.3",
"node-opcua-crypto": "^1.0.0",
"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-service-endpoints": "^2.0.0-alpha.3",
"node-opcua-service-secure-channel": "^2.0.0-alpha.3",
"node-opcua-types": "^2.0.0-alpha.3",
"underscore": "^1.9.1"
},
"devDependencies": {
"node-opcua-generator": "^0.5.0"
"@types/mocha": "^5.2.5",
"@types/node": "^10.12.0",
"node-opcua-generator": "^2.0.0-alpha.3",
"should": "13.2.3"
},

@@ -40,3 +46,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