node-opcua-chunkmanager
Advanced tools
Comparing version 2.2.0 to 2.3.0
{ | ||
"name": "node-opcua-chunkmanager", | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"description": "pure nodejs OPCUA SDK - module -chunkmanager", | ||
@@ -14,17 +14,17 @@ "main": "./dist/index.js", | ||
"dependencies": { | ||
"chalk": "^2.4.2", | ||
"node-opcua-assert": "^2.0.0", | ||
"node-opcua-basic-types": "^2.2.0", | ||
"node-opcua-binary-stream": "^2.2.0", | ||
"node-opcua-buffer-utils": "^2.2.0", | ||
"node-opcua-factory": "^2.2.0", | ||
"node-opcua-packet-assembler": "^2.0.0", | ||
"chalk": "^3.0.0", | ||
"node-opcua-assert": "^2.3.0", | ||
"node-opcua-basic-types": "^2.3.0", | ||
"node-opcua-binary-stream": "^2.3.0", | ||
"node-opcua-buffer-utils": "^2.3.0", | ||
"node-opcua-factory": "^2.3.0", | ||
"node-opcua-packet-assembler": "^2.3.0", | ||
"underscore": "^1.9.1" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^12.11.2", | ||
"@types/node": "^12.12.7", | ||
"@types/underscore": "^1.9.3", | ||
"node-opcua-debug": "^2.2.0", | ||
"node-opcua-debug": "^2.3.0", | ||
"should": "13.2.3", | ||
"source-map-support": "^0.5.13" | ||
"source-map-support": "^0.5.16" | ||
}, | ||
@@ -46,3 +46,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
191456
+ 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-factory@^2.3.0