@peculiar/asn1-rsa
Advanced tools
Comparing version 2.0.12 to 2.0.13
"use strict"; | ||
var OtherPrimeInfos_1; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -24,7 +25,11 @@ exports.OtherPrimeInfos = exports.OtherPrimeInfo = void 0; | ||
exports.OtherPrimeInfo = OtherPrimeInfo; | ||
let OtherPrimeInfos = class OtherPrimeInfos extends asn1_schema_1.AsnArray { | ||
let OtherPrimeInfos = OtherPrimeInfos_1 = class OtherPrimeInfos extends asn1_schema_1.AsnArray { | ||
constructor(items) { | ||
super(items); | ||
Object.setPrototypeOf(this, OtherPrimeInfos_1.prototype); | ||
} | ||
}; | ||
OtherPrimeInfos = tslib_1.__decorate([ | ||
OtherPrimeInfos = OtherPrimeInfos_1 = tslib_1.__decorate([ | ||
asn1_schema_1.AsnType({ type: asn1_schema_1.AsnTypeTypes.Sequence, itemType: OtherPrimeInfo }) | ||
], OtherPrimeInfos); | ||
exports.OtherPrimeInfos = OtherPrimeInfos; |
@@ -0,1 +1,2 @@ | ||
var OtherPrimeInfos_1; | ||
import { __decorate } from "tslib"; | ||
@@ -20,7 +21,11 @@ import { AsnProp, AsnPropTypes, AsnIntegerArrayBufferConverter, AsnArray, AsnType, AsnTypeTypes } from "@peculiar/asn1-schema"; | ||
], OtherPrimeInfo.prototype, "coefficient", void 0); | ||
let OtherPrimeInfos = class OtherPrimeInfos extends AsnArray { | ||
let OtherPrimeInfos = OtherPrimeInfos_1 = class OtherPrimeInfos extends AsnArray { | ||
constructor(items) { | ||
super(items); | ||
Object.setPrototypeOf(this, OtherPrimeInfos_1.prototype); | ||
} | ||
}; | ||
OtherPrimeInfos = __decorate([ | ||
OtherPrimeInfos = OtherPrimeInfos_1 = __decorate([ | ||
AsnType({ type: AsnTypeTypes.Sequence, itemType: OtherPrimeInfo }) | ||
], OtherPrimeInfos); | ||
export { OtherPrimeInfos }; |
@@ -23,2 +23,3 @@ import { AsnArray } from "@peculiar/asn1-schema"; | ||
export declare class OtherPrimeInfos extends AsnArray<OtherPrimeInfo> { | ||
constructor(items?: OtherPrimeInfo[]); | ||
} |
{ | ||
"name": "@peculiar/asn1-rsa", | ||
"version": "2.0.12", | ||
"version": "2.0.13", | ||
"description": "ASN.1 schema of `RSA Cryptography Specifications Version 2.2` (RFC8017)", | ||
@@ -37,8 +37,8 @@ "files": [ | ||
"dependencies": { | ||
"@peculiar/asn1-schema": "^2.0.12", | ||
"@peculiar/asn1-x509": "^2.0.12", | ||
"@peculiar/asn1-schema": "^2.0.13", | ||
"@peculiar/asn1-x509": "^2.0.13", | ||
"asn1js": "^2.0.26", | ||
"tslib": "^1.11.1" | ||
"tslib": "^2.0.1" | ||
}, | ||
"gitHead": "e6ed154564b043c1b7461003e584a2c18c2198dc" | ||
"gitHead": "de5c30ee201292833e6677cd78a543f3bdc3ae04" | ||
} |
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
37905
851
- Removedtslib@1.14.1(transitive)
Updated@peculiar/asn1-x509@^2.0.13
Updatedtslib@^2.0.1