node-opcua-generator
Advanced tools
Comparing version 2.2.0 to 2.3.0
{ | ||
"name": "node-opcua-generator", | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"description": "pure nodejs OPCUA SDK - module -generator", | ||
@@ -12,20 +12,20 @@ "main": "./dist/index.js", | ||
"dependencies": { | ||
"chalk": "^2.4.2", | ||
"node-opcua-assert": "^2.0.0", | ||
"node-opcua-basic-types": "^2.2.0", | ||
"node-opcua-buffer-utils": "^2.2.0", | ||
"chalk": "^3.0.0", | ||
"node-opcua-assert": "^2.3.0", | ||
"node-opcua-basic-types": "^2.3.0", | ||
"node-opcua-buffer-utils": "^2.3.0", | ||
"node-opcua-constants": "^2.1.6", | ||
"node-opcua-date-time": "^2.2.0", | ||
"node-opcua-debug": "^2.2.0", | ||
"node-opcua-enum": "^2.2.0", | ||
"node-opcua-factory": "^2.2.0", | ||
"node-opcua-guid": "^2.1.0", | ||
"node-opcua-nodeid": "^2.2.0", | ||
"node-opcua-numeric-range": "^2.2.0", | ||
"node-opcua-schemas": "^2.2.0", | ||
"node-opcua-status-code": "^2.2.0", | ||
"node-opcua-utils": "^2.2.0", | ||
"node-opcua-xml2json": "^2.2.0", | ||
"prettier": "^1.18.2", | ||
"typescript": "^3.6.4", | ||
"node-opcua-date-time": "^2.3.0", | ||
"node-opcua-debug": "^2.3.0", | ||
"node-opcua-enum": "^2.3.0", | ||
"node-opcua-factory": "^2.3.0", | ||
"node-opcua-guid": "^2.3.0", | ||
"node-opcua-nodeid": "^2.3.0", | ||
"node-opcua-numeric-range": "^2.3.0", | ||
"node-opcua-schemas": "^2.3.0", | ||
"node-opcua-status-code": "^2.3.0", | ||
"node-opcua-utils": "^2.3.0", | ||
"node-opcua-xml2json": "^2.3.0", | ||
"prettier": "^1.19.1", | ||
"typescript": "^3.7.2", | ||
"underscore": "^1.9.1" | ||
@@ -35,7 +35,7 @@ }, | ||
"@types/prettier": "^1.18.3", | ||
"node-opcua-binary-stream": "^2.2.0", | ||
"node-opcua-extension-object": "^2.2.0", | ||
"node-opcua-packet-analyzer": "^2.2.0", | ||
"node-opcua-binary-stream": "^2.3.0", | ||
"node-opcua-extension-object": "^2.3.0", | ||
"node-opcua-packet-analyzer": "^2.3.0", | ||
"should": "13.2.3", | ||
"source-map-support": "^0.5.13" | ||
"source-map-support": "^0.5.16" | ||
}, | ||
@@ -57,3 +57,3 @@ "author": "Etienne Rossignon", | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "e77e0371580d04e874b2023f8a5751c3608bc3f9" | ||
"gitHead": "3fc22180b26cd0d0481e57e7bb6a2cab7623e6d1" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
315002
+ Addedchalk@3.0.0(transitive)
- Removedansi-styles@3.2.1(transitive)
- Removedchalk@2.4.2(transitive)
- Removedcolor-convert@1.9.3(transitive)
- Removedcolor-name@1.1.3(transitive)
- Removedescape-string-regexp@1.0.5(transitive)
- Removedhas-flag@3.0.0(transitive)
- Removedsupports-color@5.5.0(transitive)
Updatedchalk@^3.0.0
Updatednode-opcua-assert@^2.3.0
Updatednode-opcua-date-time@^2.3.0
Updatednode-opcua-debug@^2.3.0
Updatednode-opcua-enum@^2.3.0
Updatednode-opcua-factory@^2.3.0
Updatednode-opcua-guid@^2.3.0
Updatednode-opcua-nodeid@^2.3.0
Updatednode-opcua-schemas@^2.3.0
Updatednode-opcua-utils@^2.3.0
Updatednode-opcua-xml2json@^2.3.0
Updatedprettier@^1.19.1
Updatedtypescript@^3.7.2