node-opcua-hostname
Advanced tools
Comparing version 2.63.0 to 2.64.0
{ | ||
"name": "node-opcua-hostname", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"version": "2.63.0", | ||
"description": "pure nodejs OPCUA SDK - module -hostname", | ||
"scripts": { | ||
"build": "tsc -b", | ||
"lint": "eslint source/**/*.ts", | ||
"clean": "node -e \"require('rimraf').sync('dist');\"", | ||
"test": "mocha" | ||
}, | ||
"dependencies": { | ||
"node-opcua-assert": "2.63.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": "df4335584455009c6caa21ed6a2fa42caa9104ed" | ||
} | ||
"name": "node-opcua-hostname", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"version": "2.64.0", | ||
"description": "pure nodejs OPCUA SDK - module -hostname", | ||
"dependencies": { | ||
"node-opcua-assert": "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": "e4d73afdfcccb3491423149d9b9785888f4ebb3c", | ||
"scripts": { | ||
"build": "tsc -b", | ||
"lint": "eslint source/**/*.ts", | ||
"clean": "node -e \"require('rimraf').sync('dist');\"", | ||
"test": "mocha" | ||
} | ||
} |
13060
+ Addednode-opcua-assert@2.64.0(transitive)
- Removednode-opcua-assert@2.63.0(transitive)
Updatednode-opcua-assert@2.64.0