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

node-opcua-factory

Package Overview
Dependencies
Maintainers
1
Versions
184
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-factory - npm Package Compare versions

Comparing version 2.63.2 to 2.64.0

82

package.json
{
"name": "node-opcua-factory",
"version": "2.63.2",
"description": "pure nodejs OPCUA SDK - module -factory",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc -b",
"lint": "eslint source",
"format": "prettier --write source",
"clean": "node -e \"require('rimraf').sync('dist');\"",
"test": "echo no test"
},
"dependencies": {
"chalk": "4.1.2",
"node-opcua-assert": "2.63.0",
"node-opcua-basic-types": "2.63.2",
"node-opcua-binary-stream": "2.63.2",
"node-opcua-debug": "2.63.2",
"node-opcua-enum": "2.63.2",
"node-opcua-guid": "2.63.0",
"node-opcua-nodeid": "2.63.2",
"node-opcua-status-code": "2.63.2",
"node-opcua-utils": "2.63.2"
},
"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": "cdf7a20a7f3866900bc8379d002b467eb0c3f6bb"
}
"name": "node-opcua-factory",
"version": "2.64.0",
"description": "pure nodejs OPCUA SDK - module -factory",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"dependencies": {
"chalk": "4.1.2",
"node-opcua-assert": "2.64.0",
"node-opcua-basic-types": "2.64.0",
"node-opcua-binary-stream": "2.64.0",
"node-opcua-debug": "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"
},
"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": "07dcdd8e8c7f2b55544c6e23023093e35674829c",
"scripts": {
"build": "tsc -b",
"lint": "eslint source",
"format": "prettier --write source",
"clean": "node -e \"require('rimraf').sync('dist');\"",
"test": "echo no test"
}
}
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