@peculiar/x509
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -1074,9 +1074,9 @@ /*! | ||
case "sha-1": | ||
return new AlgorithmIdentifier({ algorithm: asn1Ecc.id_ecdsaWithSHA1, parameters: null }); | ||
return asn1Ecc.ecdsaWithSHA1; | ||
case "sha-256": | ||
return new AlgorithmIdentifier({ algorithm: asn1Ecc.id_ecdsaWithSHA256, parameters: null }); | ||
return asn1Ecc.ecdsaWithSHA256; | ||
case "sha-384": | ||
return new AlgorithmIdentifier({ algorithm: asn1Ecc.id_ecdsaWithSHA384, parameters: null }); | ||
return asn1Ecc.ecdsaWithSHA384; | ||
case "sha-512": | ||
return new AlgorithmIdentifier({ algorithm: asn1Ecc.id_ecdsaWithSHA512, parameters: null }); | ||
return asn1Ecc.ecdsaWithSHA512; | ||
} | ||
@@ -1083,0 +1083,0 @@ } |
{ | ||
"name": "@peculiar/x509", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "@peculiar/x509 is an easy to use TypeScript/Javascript library based on @peculiar/asn1-schema that makes generating X.509 Certificates and Certificate Requests as well as validating certificate chains easy", | ||
@@ -109,9 +109,9 @@ "main": "build/x509.cjs.js", | ||
"dependencies": { | ||
"@peculiar/asn1-cms": "^2.0.33", | ||
"@peculiar/asn1-csr": "^2.0.32", | ||
"@peculiar/asn1-ecc": "^2.0.32", | ||
"@peculiar/asn1-pkcs9": "^2.0.34", | ||
"@peculiar/asn1-rsa": "^2.0.34", | ||
"@peculiar/asn1-schema": "^2.0.32", | ||
"@peculiar/asn1-x509": "^2.0.32", | ||
"@peculiar/asn1-cms": "^2.0.36", | ||
"@peculiar/asn1-csr": "^2.0.36", | ||
"@peculiar/asn1-ecc": "^2.0.36", | ||
"@peculiar/asn1-pkcs9": "^2.0.36", | ||
"@peculiar/asn1-rsa": "^2.0.36", | ||
"@peculiar/asn1-schema": "^2.0.36", | ||
"@peculiar/asn1-x509": "^2.0.36", | ||
"pvtsutils": "^1.1.7", | ||
@@ -118,0 +118,0 @@ "reflect-metadata": "^0.1.13", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
4241
326948
Updated@peculiar/asn1-cms@^2.0.36
Updated@peculiar/asn1-csr@^2.0.36
Updated@peculiar/asn1-ecc@^2.0.36
Updated@peculiar/asn1-pkcs9@^2.0.36
Updated@peculiar/asn1-rsa@^2.0.36
Updated@peculiar/asn1-x509@^2.0.36