Socket
Socket
Sign inDemoInstall

@peculiar/asn1-rsa

Package Overview
Dependencies
Maintainers
6
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@peculiar/asn1-rsa - npm Package Compare versions

Comparing version 2.0.12 to 2.0.13

9

build/cjs/other_prime_info.js
"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"
}
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