node-opcua-service-secure-channel
Advanced tools
Comparing version 2.121.0 to 2.123.0
{ | ||
"name": "node-opcua-service-secure-channel", | ||
"version": "2.121.0", | ||
"version": "2.123.0", | ||
"description": "pure nodejs OPCUA SDK - module service-secure-channel", | ||
@@ -17,3 +17,3 @@ "main": "./dist/index.js", | ||
"node-opcua-factory": "2.121.0", | ||
"node-opcua-types": "2.121.0" | ||
"node-opcua-types": "2.123.0" | ||
}, | ||
@@ -42,3 +42,3 @@ "devDependencies": { | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "ba93a78eda343ecc0cc20476837347f6dfa259e0", | ||
"gitHead": "64b4575687f6a8130e06fa78b6f61b6eeaa05e74", | ||
"files": [ | ||
@@ -45,0 +45,0 @@ "dist", |
@@ -6,20 +6,8 @@ /** | ||
import { assert } from "node-opcua-assert"; | ||
import { AsymmetricAlgorithmSecurityHeader } from "./AsymmetricAlgorithmSecurityHeader"; | ||
import { SymmetricAlgorithmSecurityHeader } from "./SymmetricAlgorithmSecurityHeader"; | ||
import { | ||
_enumerationMessageSecurityMode, | ||
ChannelSecurityToken, | ||
CloseSecureChannelRequest, | ||
CloseSecureChannelResponse, | ||
MessageSecurityMode, | ||
OpenSecureChannelRequest, | ||
OpenSecureChannelResponse, | ||
RequestHeader, | ||
ResponseHeader, | ||
SecurityTokenRequestType, | ||
ServiceFault, | ||
SignatureData, | ||
UserTokenPolicy | ||
} from "node-opcua-types"; | ||
SignatureData} from "node-opcua-types"; | ||
@@ -26,0 +14,0 @@ export { |
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
51723
667
+ Addednode-opcua-generator@2.123.0(transitive)
+ Addednode-opcua-schemas@2.123.0(transitive)
+ Addednode-opcua-types@2.123.0(transitive)
+ Addednode-opcua-xml2json@2.123.0(transitive)
- Removednode-opcua-generator@2.121.0(transitive)
- Removednode-opcua-schemas@2.121.0(transitive)
- Removednode-opcua-types@2.121.0(transitive)
- Removednode-opcua-xml2json@2.121.0(transitive)
Updatednode-opcua-types@2.123.0