Socket
Socket
Sign inDemoInstall

@peculiar/asn1-pfx

Package Overview
Dependencies
Maintainers
6
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@peculiar/asn1-pfx - npm Package Compare versions

Comparing version 2.3.6 to 2.3.8

6

build/cjs/attribute.js

@@ -14,2 +14,3 @@ "use strict";

}
exports.PKCS12Attribute = PKCS12Attribute;
tslib_1.__decorate([

@@ -21,3 +22,2 @@ (0, asn1_schema_1.AsnProp)({ type: asn1_schema_1.AsnPropTypes.ObjectIdentifier })

], PKCS12Attribute.prototype, "attrValues", void 0);
exports.PKCS12Attribute = PKCS12Attribute;
let PKCS12AttrSet = PKCS12AttrSet_1 = class PKCS12AttrSet extends asn1_schema_1.AsnArray {

@@ -29,5 +29,5 @@ constructor(items) {

};
PKCS12AttrSet = PKCS12AttrSet_1 = tslib_1.__decorate([
exports.PKCS12AttrSet = PKCS12AttrSet;
exports.PKCS12AttrSet = PKCS12AttrSet = PKCS12AttrSet_1 = tslib_1.__decorate([
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Sequence, itemType: PKCS12Attribute })
], PKCS12AttrSet);
exports.PKCS12AttrSet = PKCS12AttrSet;

@@ -14,5 +14,5 @@ "use strict";

};
AuthenticatedSafe = AuthenticatedSafe_1 = tslib_1.__decorate([
exports.AuthenticatedSafe = AuthenticatedSafe;
exports.AuthenticatedSafe = AuthenticatedSafe = AuthenticatedSafe_1 = tslib_1.__decorate([
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Sequence, itemType: asn1_cms_1.ContentInfo })
], AuthenticatedSafe);
exports.AuthenticatedSafe = AuthenticatedSafe;

@@ -14,2 +14,3 @@ "use strict";

}
exports.CertBag = CertBag;
tslib_1.__decorate([

@@ -21,5 +22,4 @@ (0, asn1_schema_1.AsnProp)({ type: asn1_schema_1.AsnPropTypes.ObjectIdentifier })

], CertBag.prototype, "certValue", void 0);
exports.CertBag = CertBag;
exports.id_certTypes = `${types_1.id_pkcs_9}.22`;
exports.id_x509Certificate = `${exports.id_certTypes}.1`;
exports.id_sdsiCertificate = `${exports.id_certTypes}.2`;

@@ -14,2 +14,3 @@ "use strict";

}
exports.CRLBag = CRLBag;
tslib_1.__decorate([

@@ -21,4 +22,3 @@ (0, asn1_schema_1.AsnProp)({ type: asn1_schema_1.AsnPropTypes.ObjectIdentifier })

], CRLBag.prototype, "crltValue", void 0);
exports.CRLBag = CRLBag;
exports.id_crlTypes = `${types_1.id_pkcs_9}.23`;
exports.id_x509CRL = `${exports.id_crlTypes}.1`;

@@ -9,5 +9,5 @@ "use strict";

};
KeyBag = tslib_1.__decorate([
exports.KeyBag = KeyBag;
exports.KeyBag = KeyBag = tslib_1.__decorate([
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Sequence })
], KeyBag);
exports.KeyBag = KeyBag;

@@ -9,5 +9,5 @@ "use strict";

};
PKCS8ShroudedKeyBag = tslib_1.__decorate([
exports.PKCS8ShroudedKeyBag = PKCS8ShroudedKeyBag;
exports.PKCS8ShroudedKeyBag = PKCS8ShroudedKeyBag = tslib_1.__decorate([
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Sequence })
], PKCS8ShroudedKeyBag);
exports.PKCS8ShroudedKeyBag = PKCS8ShroudedKeyBag;

@@ -13,2 +13,3 @@ "use strict";

}
exports.SecretBag = SecretBag;
tslib_1.__decorate([

@@ -20,2 +21,1 @@ (0, asn1_schema_1.AsnProp)({ type: asn1_schema_1.AsnPropTypes.ObjectIdentifier })

], SecretBag.prototype, "secretValue", void 0);
exports.SecretBag = SecretBag;

@@ -15,2 +15,3 @@ "use strict";

}
exports.MacData = MacData;
tslib_1.__decorate([

@@ -25,2 +26,1 @@ (0, asn1_schema_1.AsnProp)({ type: asn1_rsa_1.DigestInfo })

], MacData.prototype, "iterations", void 0);
exports.MacData = MacData;

@@ -16,2 +16,3 @@ "use strict";

}
exports.PFX = PFX;
tslib_1.__decorate([

@@ -26,2 +27,1 @@ (0, asn1_schema_1.AsnProp)({ type: asn1_schema_1.AsnPropTypes.Integer })

], PFX.prototype, "macData", void 0);
exports.PFX = PFX;

@@ -15,2 +15,3 @@ "use strict";

}
exports.SafeBag = SafeBag;
tslib_1.__decorate([

@@ -25,3 +26,2 @@ (0, asn1_schema_1.AsnProp)({ type: asn1_schema_1.AsnPropTypes.ObjectIdentifier })

], SafeBag.prototype, "bagAttributes", void 0);
exports.SafeBag = SafeBag;
let SafeContents = SafeContents_1 = class SafeContents extends asn1_schema_1.AsnArray {

@@ -33,5 +33,5 @@ constructor(items) {

};
SafeContents = SafeContents_1 = tslib_1.__decorate([
exports.SafeContents = SafeContents;
exports.SafeContents = SafeContents = SafeContents_1 = tslib_1.__decorate([
(0, asn1_schema_1.AsnType)({ type: asn1_schema_1.AsnTypeTypes.Sequence, itemType: SafeBag })
], SafeContents);
exports.SafeContents = SafeContents;

@@ -19,3 +19,3 @@ /**

*/
export declare const id_certTypes: string;
export declare const id_certTypes = "1.2.840.113549.1.9.22";
/**

@@ -28,3 +28,3 @@ * ```

*/
export declare const id_x509Certificate: string;
export declare const id_x509Certificate = "1.2.840.113549.1.9.22.1";
/**

@@ -37,2 +37,2 @@ * ```

*/
export declare const id_sdsiCertificate: string;
export declare const id_sdsiCertificate = "1.2.840.113549.1.9.22.2";

@@ -19,3 +19,3 @@ /**

*/
export declare const id_crlTypes: string;
export declare const id_crlTypes = "1.2.840.113549.1.9.23";
/**

@@ -28,2 +28,2 @@ * ```

*/
export declare const id_x509CRL: string;
export declare const id_x509CRL = "1.2.840.113549.1.9.23.1";

@@ -7,3 +7,3 @@ /**

*/
export declare const id_keyBag: string;
export declare const id_keyBag = "1.2.840.113549.1.12.10.1.1";
/**

@@ -15,3 +15,3 @@ * ```

*/
export declare const id_pkcs8ShroudedKeyBag: string;
export declare const id_pkcs8ShroudedKeyBag = "1.2.840.113549.1.12.10.1.2";
/**

@@ -23,3 +23,3 @@ * ```

*/
export declare const id_certBag: string;
export declare const id_certBag = "1.2.840.113549.1.12.10.1.3";
/**

@@ -31,3 +31,3 @@ * ```

*/
export declare const id_CRLBag: string;
export declare const id_CRLBag = "1.2.840.113549.1.12.10.1.4";
/**

@@ -39,3 +39,3 @@ * ```

*/
export declare const id_SecretBag: string;
export declare const id_SecretBag = "1.2.840.113549.1.12.10.1.5";
/**

@@ -47,3 +47,3 @@ * ```

*/
export declare const id_SafeContents: string;
export declare const id_SafeContents = "1.2.840.113549.1.12.10.1.6";
/**

@@ -50,0 +50,0 @@ * ```

@@ -13,3 +13,3 @@ /**

*/
export declare const id_pkcs: string;
export declare const id_pkcs = "1.2.840.113549.1";
/**

@@ -21,3 +21,3 @@ *

*/
export declare const id_pkcs_12: string;
export declare const id_pkcs_12 = "1.2.840.113549.1.12";
/**

@@ -27,3 +27,3 @@ * ```

*/
export declare const id_pkcs_12PbeIds: string;
export declare const id_pkcs_12PbeIds = "1.2.840.113549.1.12.1";
/**

@@ -34,3 +34,3 @@ * ```

*/
export declare const id_pbeWithSHAAnd128BitRC4: string;
export declare const id_pbeWithSHAAnd128BitRC4 = "1.2.840.113549.1.12.1.1";
/**

@@ -41,3 +41,3 @@ * ```

*/
export declare const id_pbeWithSHAAnd40BitRC4: string;
export declare const id_pbeWithSHAAnd40BitRC4 = "1.2.840.113549.1.12.1.2";
/**

@@ -48,3 +48,3 @@ * ```

*/
export declare const id_pbeWithSHAAnd3_KeyTripleDES_CBC: string;
export declare const id_pbeWithSHAAnd3_KeyTripleDES_CBC = "1.2.840.113549.1.12.1.3";
/**

@@ -55,3 +55,3 @@ * ```

*/
export declare const id_pbeWithSHAAnd2_KeyTripleDES_CBC: string;
export declare const id_pbeWithSHAAnd2_KeyTripleDES_CBC = "1.2.840.113549.1.12.1.4";
/**

@@ -62,3 +62,3 @@ * ```

*/
export declare const id_pbeWithSHAAnd128BitRC2_CBC: string;
export declare const id_pbeWithSHAAnd128BitRC2_CBC = "1.2.840.113549.1.12.1.5";
/**

@@ -69,3 +69,3 @@ * ```

*/
export declare const id_pbewithSHAAnd40BitRC2_CBC: string;
export declare const id_pbewithSHAAnd40BitRC2_CBC = "1.2.840.113549.1.12.1.6";
/**

@@ -76,2 +76,2 @@ * ```

*/
export declare const id_bagtypes: string;
export declare const id_bagtypes = "1.2.840.113549.1.12.10.1";
{
"name": "@peculiar/asn1-pfx",
"version": "2.3.6",
"version": "2.3.8",
"description": "ASN.1 schema of `PKCS #12: Personal Information Exchange Syntax v1.1` (RFC7292)",

@@ -37,10 +37,10 @@ "files": [

"dependencies": {
"@peculiar/asn1-cms": "^2.3.6",
"@peculiar/asn1-pkcs8": "^2.3.6",
"@peculiar/asn1-rsa": "^2.3.6",
"@peculiar/asn1-schema": "^2.3.6",
"@peculiar/asn1-cms": "^2.3.8",
"@peculiar/asn1-pkcs8": "^2.3.8",
"@peculiar/asn1-rsa": "^2.3.8",
"@peculiar/asn1-schema": "^2.3.8",
"asn1js": "^3.0.5",
"tslib": "^2.4.0"
"tslib": "^2.6.2"
},
"gitHead": "ece27cc0027104a1952ca49220b9f7063bc065c1"
"gitHead": "12e8c8084034c74d8972712d455e6ebb61a99af4"
}

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc