@peculiar/asn1-pkcs9
Advanced tools
Comparing version 2.0.38 to 2.0.44
@@ -65,7 +65,7 @@ "use strict"; | ||
}; | ||
tslib_1.__decorate([ | ||
asn1_schema_1.AsnProp({ type: asn1_schema_1.AsnPropTypes.IA5String }) | ||
(0, tslib_1.__decorate)([ | ||
(0, asn1_schema_1.AsnProp)({ type: asn1_schema_1.AsnPropTypes.IA5String }) | ||
], PKCS9String.prototype, "ia5String", void 0); | ||
PKCS9String = tslib_1.__decorate([ | ||
asn1_schema_1.AsnType({ type: asn1_schema_1.AsnTypeTypes.Choice }) | ||
PKCS9String = (0, tslib_1.__decorate)([ | ||
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Choice }) | ||
], PKCS9String); | ||
@@ -75,4 +75,4 @@ exports.PKCS9String = PKCS9String; | ||
}; | ||
Pkcs7PDU = tslib_1.__decorate([ | ||
asn1_schema_1.AsnType({ type: asn1_schema_1.AsnTypeTypes.Sequence }) | ||
Pkcs7PDU = (0, tslib_1.__decorate)([ | ||
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Sequence }) | ||
], Pkcs7PDU); | ||
@@ -82,4 +82,4 @@ exports.Pkcs7PDU = Pkcs7PDU; | ||
}; | ||
UserPKCS12 = tslib_1.__decorate([ | ||
asn1_schema_1.AsnType({ type: asn1_schema_1.AsnTypeTypes.Sequence }) | ||
UserPKCS12 = (0, tslib_1.__decorate)([ | ||
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Sequence }) | ||
], UserPKCS12); | ||
@@ -89,4 +89,4 @@ exports.UserPKCS12 = UserPKCS12; | ||
}; | ||
EncryptedPrivateKeyInfo = tslib_1.__decorate([ | ||
asn1_schema_1.AsnType({ type: asn1_schema_1.AsnTypeTypes.Sequence }) | ||
EncryptedPrivateKeyInfo = (0, tslib_1.__decorate)([ | ||
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Sequence }) | ||
], EncryptedPrivateKeyInfo); | ||
@@ -102,7 +102,7 @@ exports.EncryptedPrivateKeyInfo = EncryptedPrivateKeyInfo; | ||
}; | ||
tslib_1.__decorate([ | ||
asn1_schema_1.AsnProp({ type: asn1_schema_1.AsnPropTypes.IA5String }) | ||
(0, tslib_1.__decorate)([ | ||
(0, asn1_schema_1.AsnProp)({ type: asn1_schema_1.AsnPropTypes.IA5String }) | ||
], EmailAddress.prototype, "value", void 0); | ||
EmailAddress = tslib_1.__decorate([ | ||
asn1_schema_1.AsnType({ type: asn1_schema_1.AsnTypeTypes.Choice }) | ||
EmailAddress = (0, tslib_1.__decorate)([ | ||
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Choice }) | ||
], EmailAddress); | ||
@@ -112,4 +112,4 @@ exports.EmailAddress = EmailAddress; | ||
}; | ||
UnstructuredName = tslib_1.__decorate([ | ||
asn1_schema_1.AsnType({ type: asn1_schema_1.AsnTypeTypes.Choice }) | ||
UnstructuredName = (0, tslib_1.__decorate)([ | ||
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Choice }) | ||
], UnstructuredName); | ||
@@ -119,4 +119,4 @@ exports.UnstructuredName = UnstructuredName; | ||
}; | ||
UnstructuredAddress = tslib_1.__decorate([ | ||
asn1_schema_1.AsnType({ type: asn1_schema_1.AsnTypeTypes.Choice }) | ||
UnstructuredAddress = (0, tslib_1.__decorate)([ | ||
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Choice }) | ||
], UnstructuredAddress); | ||
@@ -129,7 +129,7 @@ exports.UnstructuredAddress = UnstructuredAddress; | ||
}; | ||
tslib_1.__decorate([ | ||
asn1_schema_1.AsnProp({ type: asn1_schema_1.AsnPropTypes.GeneralizedTime }) | ||
(0, tslib_1.__decorate)([ | ||
(0, asn1_schema_1.AsnProp)({ type: asn1_schema_1.AsnPropTypes.GeneralizedTime }) | ||
], DateOfBirth.prototype, "value", void 0); | ||
DateOfBirth = tslib_1.__decorate([ | ||
asn1_schema_1.AsnType({ type: asn1_schema_1.AsnTypeTypes.Choice }) | ||
DateOfBirth = (0, tslib_1.__decorate)([ | ||
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Choice }) | ||
], DateOfBirth); | ||
@@ -139,4 +139,4 @@ exports.DateOfBirth = DateOfBirth; | ||
}; | ||
PlaceOfBirth = tslib_1.__decorate([ | ||
asn1_schema_1.AsnType({ type: asn1_schema_1.AsnTypeTypes.Choice }) | ||
PlaceOfBirth = (0, tslib_1.__decorate)([ | ||
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Choice }) | ||
], PlaceOfBirth); | ||
@@ -152,7 +152,7 @@ exports.PlaceOfBirth = PlaceOfBirth; | ||
}; | ||
tslib_1.__decorate([ | ||
asn1_schema_1.AsnProp({ type: asn1_schema_1.AsnPropTypes.PrintableString }) | ||
(0, tslib_1.__decorate)([ | ||
(0, asn1_schema_1.AsnProp)({ type: asn1_schema_1.AsnPropTypes.PrintableString }) | ||
], Gender.prototype, "value", void 0); | ||
Gender = tslib_1.__decorate([ | ||
asn1_schema_1.AsnType({ type: asn1_schema_1.AsnTypeTypes.Choice }) | ||
Gender = (0, tslib_1.__decorate)([ | ||
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Choice }) | ||
], Gender); | ||
@@ -168,7 +168,7 @@ exports.Gender = Gender; | ||
}; | ||
tslib_1.__decorate([ | ||
asn1_schema_1.AsnProp({ type: asn1_schema_1.AsnPropTypes.PrintableString }) | ||
(0, tslib_1.__decorate)([ | ||
(0, asn1_schema_1.AsnProp)({ type: asn1_schema_1.AsnPropTypes.PrintableString }) | ||
], CountryOfCitizenship.prototype, "value", void 0); | ||
CountryOfCitizenship = tslib_1.__decorate([ | ||
asn1_schema_1.AsnType({ type: asn1_schema_1.AsnTypeTypes.Choice }) | ||
CountryOfCitizenship = (0, tslib_1.__decorate)([ | ||
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Choice }) | ||
], CountryOfCitizenship); | ||
@@ -178,4 +178,4 @@ exports.CountryOfCitizenship = CountryOfCitizenship; | ||
}; | ||
CountryOfResidence = tslib_1.__decorate([ | ||
asn1_schema_1.AsnType({ type: asn1_schema_1.AsnTypeTypes.Choice }) | ||
CountryOfResidence = (0, tslib_1.__decorate)([ | ||
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Choice }) | ||
], CountryOfResidence); | ||
@@ -185,4 +185,4 @@ exports.CountryOfResidence = CountryOfResidence; | ||
}; | ||
Pseudonym = tslib_1.__decorate([ | ||
asn1_schema_1.AsnType({ type: asn1_schema_1.AsnTypeTypes.Choice }) | ||
Pseudonym = (0, tslib_1.__decorate)([ | ||
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Choice }) | ||
], Pseudonym); | ||
@@ -198,7 +198,7 @@ exports.Pseudonym = Pseudonym; | ||
}; | ||
tslib_1.__decorate([ | ||
asn1_schema_1.AsnProp({ type: asn1_schema_1.AsnPropTypes.ObjectIdentifier }) | ||
(0, tslib_1.__decorate)([ | ||
(0, asn1_schema_1.AsnProp)({ type: asn1_schema_1.AsnPropTypes.ObjectIdentifier }) | ||
], ContentType.prototype, "value", void 0); | ||
ContentType = tslib_1.__decorate([ | ||
asn1_schema_1.AsnType({ type: asn1_schema_1.AsnTypeTypes.Choice }) | ||
ContentType = (0, tslib_1.__decorate)([ | ||
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Choice }) | ||
], ContentType); | ||
@@ -211,4 +211,4 @@ exports.ContentType = ContentType; | ||
}; | ||
SigningTime = tslib_1.__decorate([ | ||
asn1_schema_1.AsnType({ type: asn1_schema_1.AsnTypeTypes.Choice }) | ||
SigningTime = (0, tslib_1.__decorate)([ | ||
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Choice }) | ||
], SigningTime); | ||
@@ -227,7 +227,7 @@ exports.SigningTime = SigningTime; | ||
}; | ||
tslib_1.__decorate([ | ||
asn1_schema_1.AsnProp({ type: asn1_schema_1.AsnPropTypes.Integer }) | ||
(0, tslib_1.__decorate)([ | ||
(0, asn1_schema_1.AsnProp)({ type: asn1_schema_1.AsnPropTypes.Integer }) | ||
], SequenceNumber.prototype, "value", void 0); | ||
SequenceNumber = tslib_1.__decorate([ | ||
asn1_schema_1.AsnType({ type: asn1_schema_1.AsnTypeTypes.Choice }) | ||
SequenceNumber = (0, tslib_1.__decorate)([ | ||
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Choice }) | ||
], SequenceNumber); | ||
@@ -237,4 +237,4 @@ exports.SequenceNumber = SequenceNumber; | ||
}; | ||
CounterSignature = tslib_1.__decorate([ | ||
asn1_schema_1.AsnType({ type: asn1_schema_1.AsnTypeTypes.Sequence }) | ||
CounterSignature = (0, tslib_1.__decorate)([ | ||
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Sequence }) | ||
], CounterSignature); | ||
@@ -244,4 +244,4 @@ exports.CounterSignature = CounterSignature; | ||
}; | ||
ChallengePassword = tslib_1.__decorate([ | ||
asn1_schema_1.AsnType({ type: asn1_schema_1.AsnTypeTypes.Choice }) | ||
ChallengePassword = (0, tslib_1.__decorate)([ | ||
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Choice }) | ||
], ChallengePassword); | ||
@@ -255,4 +255,4 @@ exports.ChallengePassword = ChallengePassword; | ||
}; | ||
ExtensionRequest = ExtensionRequest_1 = tslib_1.__decorate([ | ||
asn1_schema_1.AsnType({ type: asn1_schema_1.AsnTypeTypes.Sequence }) | ||
ExtensionRequest = ExtensionRequest_1 = (0, tslib_1.__decorate)([ | ||
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Sequence }) | ||
], ExtensionRequest); | ||
@@ -266,4 +266,4 @@ exports.ExtensionRequest = ExtensionRequest; | ||
}; | ||
ExtendedCertificateAttributes = ExtendedCertificateAttributes_1 = tslib_1.__decorate([ | ||
asn1_schema_1.AsnType({ type: asn1_schema_1.AsnTypeTypes.Set, itemType: cms.Attribute }) | ||
ExtendedCertificateAttributes = ExtendedCertificateAttributes_1 = (0, tslib_1.__decorate)([ | ||
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Set, itemType: cms.Attribute }) | ||
], ExtendedCertificateAttributes); | ||
@@ -279,7 +279,7 @@ exports.ExtendedCertificateAttributes = ExtendedCertificateAttributes; | ||
}; | ||
tslib_1.__decorate([ | ||
asn1_schema_1.AsnProp({ type: asn1_schema_1.AsnPropTypes.BmpString }) | ||
(0, tslib_1.__decorate)([ | ||
(0, asn1_schema_1.AsnProp)({ type: asn1_schema_1.AsnPropTypes.BmpString }) | ||
], FriendlyName.prototype, "value", void 0); | ||
FriendlyName = tslib_1.__decorate([ | ||
asn1_schema_1.AsnType({ type: asn1_schema_1.AsnTypeTypes.Choice }) | ||
FriendlyName = (0, tslib_1.__decorate)([ | ||
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Choice }) | ||
], FriendlyName); | ||
@@ -295,4 +295,4 @@ exports.FriendlyName = FriendlyName; | ||
}; | ||
SMIMECapability = tslib_1.__decorate([ | ||
asn1_schema_1.AsnType({ type: asn1_schema_1.AsnTypeTypes.Sequence }) | ||
SMIMECapability = (0, tslib_1.__decorate)([ | ||
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Sequence }) | ||
], SMIMECapability); | ||
@@ -306,5 +306,5 @@ exports.SMIMECapability = SMIMECapability; | ||
}; | ||
SMIMECapabilities = SMIMECapabilities_1 = tslib_1.__decorate([ | ||
asn1_schema_1.AsnType({ type: asn1_schema_1.AsnTypeTypes.Sequence, itemType: SMIMECapability }) | ||
SMIMECapabilities = SMIMECapabilities_1 = (0, tslib_1.__decorate)([ | ||
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Sequence, itemType: SMIMECapability }) | ||
], SMIMECapabilities); | ||
exports.SMIMECapabilities = SMIMECapabilities; |
{ | ||
"name": "@peculiar/asn1-pkcs9", | ||
"version": "2.0.38", | ||
"version": "2.0.44", | ||
"description": "ASN.1 schema based on PKCS#9 (RFC 2985)", | ||
@@ -37,8 +37,8 @@ "keywords": [ | ||
"dependencies": { | ||
"@peculiar/asn1-cms": "^2.0.38", | ||
"@peculiar/asn1-pfx": "^2.0.38", | ||
"@peculiar/asn1-pkcs8": "^2.0.38", | ||
"@peculiar/asn1-schema": "^2.0.38", | ||
"@peculiar/asn1-x509": "^2.0.38", | ||
"@peculiar/asn1-x509-attr": "^2.0.38", | ||
"@peculiar/asn1-cms": "^2.0.44", | ||
"@peculiar/asn1-pfx": "^2.0.44", | ||
"@peculiar/asn1-pkcs8": "^2.0.44", | ||
"@peculiar/asn1-schema": "^2.0.44", | ||
"@peculiar/asn1-x509": "^2.0.44", | ||
"@peculiar/asn1-x509-attr": "^2.0.44", | ||
"asn1js": "^2.1.1", | ||
@@ -53,3 +53,3 @@ "tslib": "^2.3.0" | ||
"types": "build/types/index.d.ts", | ||
"gitHead": "3eba886d2b33dcf86fa41e9dcc8281ff3d1a53a7" | ||
"gitHead": "1abd87f37a293e67c87e2db4d8b4c2d99a414773" | ||
} |
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 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
151256
Updated@peculiar/asn1-cms@^2.0.44
Updated@peculiar/asn1-pfx@^2.0.44
Updated@peculiar/asn1-pkcs8@^2.0.44
Updated@peculiar/asn1-x509@^2.0.44