Comparing version 1.3.23 to 1.3.27
@@ -89,3 +89,3 @@ /* | ||
in_window.org.pkijs.schema.CMS_CONTENT_INFO = | ||
function() | ||
function(input_args, optional) | ||
{ | ||
@@ -98,4 +98,8 @@ //ContentInfo ::= SEQUENCE { | ||
if(typeof optional === "undefined") | ||
optional = false; | ||
return (new in_window.org.pkijs.asn1.SEQUENCE({ | ||
name: (names.block_name || "ContentInfo"), | ||
optional: optional, | ||
value: [ | ||
@@ -102,0 +106,0 @@ new in_window.org.pkijs.asn1.OID({ name: (names.contentType || "contentType") }), |
@@ -8,3 +8,3 @@ { | ||
"description": "Public Key Infrastructure (PKI) is the basis of how identity and key management is performed on the web today. PKIjs is a pure JavaScript library implementing the formats that are used in PKI applications. It is built on WebCrypto and aspires to make it possible to build native web applications that utilize X.509 and the related formats on the web without plug-ins", | ||
"version": "1.3.23", | ||
"version": "1.3.27", | ||
"repository": { | ||
@@ -11,0 +11,0 @@ "type": "git", |
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 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
3898862
68094