node-opcua-crypto
Advanced tools
Comparing version 4.7.0 to 4.8.0
@@ -50,3 +50,3 @@ import { b as PEM, D as DER, f as PublicKeyPEM, S as Signature, P as PrivateKey, C as Certificate, d as CertificatePEM, N as Nonce, K as KeyObject, e as PrivateKeyPEM, a as PublicKey, g as CertificateRevocationList, h as CertificatePurpose } from '../common-0xc4gZF8.js'; | ||
declare const privateDecrypt: typeof privateDecrypt_native; | ||
declare function publicEncrypt_long(buffer: Buffer, publicKey: KeyLike, blockSize: number, padding: number, paddingAlgorithm?: PaddingAlgorithm): Buffer; | ||
declare function publicEncrypt_long(buffer: Buffer, publicKey: KeyLike, blockSize: number, padding?: number, paddingAlgorithm?: PaddingAlgorithm): Buffer; | ||
declare function privateDecrypt_long(buffer: Buffer, privateKey: PrivateKey, blockSize: number, paddingAlgorithm?: number): Buffer; | ||
@@ -53,0 +53,0 @@ declare function coerceCertificatePem(certificate: Certificate | CertificatePEM): CertificatePEM; |
{ | ||
"name": "node-opcua-crypto", | ||
"version": "4.7.0", | ||
"version": "4.8.0", | ||
"description": "Crypto tools for Node-OPCUA", | ||
@@ -49,8 +49,8 @@ "types": "./dist/index.d.ts", | ||
"devDependencies": { | ||
"@types/node": "^20.11.5", | ||
"@types/node": "^20.11.20", | ||
"lorem-ipsum": "^2.0.8" | ||
}, | ||
"dependencies": { | ||
"@peculiar/webcrypto": "^1.4.4", | ||
"@peculiar/x509": "^1.9.6", | ||
"@peculiar/webcrypto": "^1.4.5", | ||
"@peculiar/x509": "^1.9.7", | ||
"@types/jsrsasign": "^10.5.12", | ||
@@ -61,3 +61,3 @@ "@types/sshpk": "^1.17.4", | ||
"hexy": "0.3.5", | ||
"jsrsasign": "^11.0.0", | ||
"jsrsasign": "^11.1.0", | ||
"sshpk": "^1.18.0" | ||
@@ -72,3 +72,3 @@ }, | ||
}, | ||
"gitHead": "24f9357d755a84a70fee9e516ff682f4bbb66c3c" | ||
"gitHead": "59d6b1116200df0831dd67c9d4a80f5069747e53" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
1370578
37457
+ Addedis-typed-array@1.1.13(transitive)
- Removedis-typed-array@1.1.14(transitive)
Updated@peculiar/webcrypto@^1.4.5
Updated@peculiar/x509@^1.9.7
Updatedjsrsasign@^11.1.0