New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

asn1-ts

Package Overview
Dependencies
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asn1-ts - npm Package Compare versions

Comparing version 3.3.0 to 3.3.1

0

dist/node/asn1.d.ts

@@ -0,0 +0,0 @@ import { ASN1Construction, ASN1TagClass } from "./values";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import ASN1Element from "../asn1";

3

dist/node/codecs/ber.js

@@ -436,5 +436,2 @@ "use strict";

}
if (this.tagNumber <= 31) {
throw new errors.ASN1Error("ASN.1 tag number could have been encoded in short form.", this);
}
}

@@ -441,0 +438,0 @@ if ((bytes[cursor] & 0b10000000) === 0b10000000) {

import { BIT_STRING } from "../../../macros";
export default function decodeBitString(value: Uint8Array): BIT_STRING;
//# sourceMappingURL=decodeBitString.d.ts.map
import { BOOLEAN } from "../../../macros";
export default function decodeBoolean(value: Uint8Array): BOOLEAN;
//# sourceMappingURL=decodeBoolean.d.ts.map
import { DURATION } from "../../../macros";
export default function decodeDuration(bytes: Uint8Array): DURATION;
//# sourceMappingURL=decodeDuration.d.ts.map
import { GeneralizedTime } from "../../../macros";
export default function decodeGeneralizedTime(value: Uint8Array): GeneralizedTime;
//# sourceMappingURL=decodeGeneralizedTime.d.ts.map
import { REAL } from "../../../macros";
export default function decodeReal(value: Uint8Array): REAL;
//# sourceMappingURL=decodeReal.d.ts.map

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import BERElement from "../../ber";

import { UTCTime } from "../../../macros";
export default function decodeUTCTime(value: Uint8Array): UTCTime;
//# sourceMappingURL=decodeUTCTime.d.ts.map
import { GeneralString } from "../../../macros";
export default function encodeGeneralString(value: GeneralString): Uint8Array;
//# sourceMappingURL=encodeGeneralString.d.ts.map
import { GraphicString } from "../../../macros";
export default function encodeGraphicString(value: GraphicString): Uint8Array;
//# sourceMappingURL=encodeGraphicString.d.ts.map
import { NumericString } from "../../../macros";
export default function encodeNumericString(value: NumericString): Uint8Array;
//# sourceMappingURL=encodeNumericString.d.ts.map
import { ObjectDescriptor } from "../../../macros";
export default function encodeObjectDescriptor(value: ObjectDescriptor): Uint8Array;
//# sourceMappingURL=encodeObjectDescriptor.d.ts.map
import { PrintableString } from "../../../macros";
export default function encodeNumericString(value: PrintableString): Uint8Array;
//# sourceMappingURL=encodePrintableString.d.ts.map
import { VisibleString } from "../../../macros";
export default function encodeVisibleString(value: VisibleString): Uint8Array;
//# sourceMappingURL=encodeVisibleString.d.ts.map

@@ -0,0 +0,0 @@ import ASN1Element from "../asn1";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import CERElement from "../../cer";

import { BOOLEAN } from "../../../macros";
export default function decodeBoolean(value: Uint8Array): BOOLEAN;
//# sourceMappingURL=decodeBoolean.d.ts.map

@@ -0,0 +0,0 @@ import ASN1Element from "../asn1";

@@ -0,0 +0,0 @@ "use strict";

import { BIT_STRING } from "../../../macros";
export default function decodeBitString(value: Uint8Array): BIT_STRING;
//# sourceMappingURL=decodeBitString.d.ts.map
import { BOOLEAN } from "../../../macros";
export default function decodeBoolean(value: Uint8Array): BOOLEAN;
//# sourceMappingURL=decodeBoolean.d.ts.map
import { DURATION } from "../../../macros";
export default function decodeDuration(bytes: Uint8Array): DURATION;
//# sourceMappingURL=decodeDuration.d.ts.map
import { GeneralizedTime } from "../../../macros";
export default function decodeGeneralizedTime(value: Uint8Array): GeneralizedTime;
//# sourceMappingURL=decodeGeneralizedTime.d.ts.map
import { REAL } from "../../../macros";
export default function decodeReal(value: Uint8Array): REAL;
//# sourceMappingURL=decodeReal.d.ts.map

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import DERElement from "../../der";

import { UTCTime } from "../../../macros";
export default function decodeUTCTime(value: Uint8Array): UTCTime;
//# sourceMappingURL=decodeUTCTime.d.ts.map
import { BOOLEAN } from "../../../macros";
export default function decodeBoolean(value: Uint8Array): BOOLEAN;
//# sourceMappingURL=decodeBoolean.d.ts.map
import CharacterString from "../../../types/CharacterString";
export default function decodeCharacterString(value: Uint8Array): CharacterString;
//# sourceMappingURL=decodeCharacterString.d.ts.map
import { DATE } from "../../../macros";
export default function decodeDate(bytes: Uint8Array): DATE;
//# sourceMappingURL=decodeDate.d.ts.map

@@ -0,0 +0,0 @@ "use strict";

import { DATE_TIME } from "../../../macros";
export default function decodeDateTime(bytes: Uint8Array): DATE_TIME;
//# sourceMappingURL=decodeDateTime.d.ts.map
import { EMBEDDED_PDV } from "../../../macros";
export default function decodeEmbeddedPDV(value: Uint8Array): EMBEDDED_PDV;
//# sourceMappingURL=decodeEmbeddedPDV.d.ts.map
import { EXTERNAL } from "../../../macros";
export default function decodeExternal(value: Uint8Array): EXTERNAL;
//# sourceMappingURL=decodeExternal.d.ts.map
import { GeneralString } from "../../../macros";
export default function decodeGeneralString(value: Uint8Array): GeneralString;
//# sourceMappingURL=decodeGeneralString.d.ts.map
import { GraphicString } from "../../../macros";
export default function decodeGraphicString(value: Uint8Array): GraphicString;
//# sourceMappingURL=decodeGraphicString.d.ts.map
import { INTEGER } from "../../../macros";
export default function decodeInteger(value: Uint8Array): INTEGER;
//# sourceMappingURL=decodeInteger.d.ts.map
import { NumericString } from "../../../macros";
export default function decodeNumericString(value: Uint8Array): NumericString;
//# sourceMappingURL=decodeNumericString.d.ts.map
import { ObjectDescriptor } from "../../../macros";
export default function decodeObjectDescriptor(value: Uint8Array): ObjectDescriptor;
//# sourceMappingURL=decodeObjectDescriptor.d.ts.map
import { OBJECT_IDENTIFIER } from "../../../macros";
export default function decodeObjectIdentifier(value: Uint8Array): OBJECT_IDENTIFIER;
//# sourceMappingURL=decodeObjectIdentifier.d.ts.map
import { OID_IRI } from "../../../macros";
export default function decodeOIDIRI(bytes: Uint8Array): OID_IRI;
//# sourceMappingURL=decodeOIDIRI.d.ts.map
import { PrintableString } from "../../../macros";
export default function decodePrintableString(value: Uint8Array): PrintableString;
//# sourceMappingURL=decodePrintableString.d.ts.map
import { RELATIVE_OID } from "../../../macros";
export default function decodeRelativeObjectIdentifier(value: Uint8Array): RELATIVE_OID;
//# sourceMappingURL=decodeRelativeObjectIdentifier.d.ts.map
import { RELATIVE_OID_IRI } from "../../../macros";
export default function decodeRelativeOIDIRI(bytes: Uint8Array): RELATIVE_OID_IRI;
//# sourceMappingURL=decodeRelativeOIDIRI.d.ts.map
import { TIME } from "../../../macros";
export default function decodeTime(bytes: Uint8Array): TIME;
//# sourceMappingURL=decodeTime.d.ts.map

@@ -0,0 +0,0 @@ "use strict";

import { TIME_OF_DAY } from "../../../macros";
export default function decodeTimeOfDay(bytes: Uint8Array): TIME_OF_DAY;
//# sourceMappingURL=decodeTimeOfDay.d.ts.map
import { PrintableString } from "../../../macros";
export default function decodePrintableString(value: Uint8Array): PrintableString;
//# sourceMappingURL=decodeVisibleString.d.ts.map
import { BIT_STRING } from "../../../macros";
export default function encodeBitString(value: BIT_STRING): Uint8Array;
//# sourceMappingURL=encodeBitString.d.ts.map
import { BOOLEAN } from "../../../macros";
export default function encodeBoolean(value: BOOLEAN): Uint8Array;
//# sourceMappingURL=encodeBoolean.d.ts.map
import CharacterString from "../../../types/CharacterString";
export default function encodeCharacterString(value: CharacterString): Uint8Array;
//# sourceMappingURL=encodeCharacterString.d.ts.map
import { DATE } from "../../../macros";
export default function encodeDate(date: DATE): Uint8Array;
//# sourceMappingURL=encodeDate.d.ts.map

@@ -0,0 +0,0 @@ "use strict";

import { DATE_TIME } from "../../../macros";
export default function encodeDateTime(value: DATE_TIME): Uint8Array;
//# sourceMappingURL=encodeDateTime.d.ts.map
import { DURATION } from "../../../macros";
export default function encodeDuration(value: DURATION): Uint8Array;
//# sourceMappingURL=encodeDuration.d.ts.map
import { EMBEDDED_PDV } from "../../../macros";
export default function encodeEmbeddedPDV(value: EMBEDDED_PDV): Uint8Array;
//# sourceMappingURL=encodeEmbeddedPDV.d.ts.map
import { EXTERNAL } from "../../../macros";
export default function encodeExternal(value: EXTERNAL): Uint8Array;
//# sourceMappingURL=encodeExternal.d.ts.map
import { GeneralizedTime } from "../../../macros";
export default function encodeGeneralizedTime(value: GeneralizedTime): Uint8Array;
//# sourceMappingURL=encodeGeneralizedTime.d.ts.map
import { INTEGER } from "../../../macros";
export default function encodeInteger(value: INTEGER): Uint8Array;
//# sourceMappingURL=encodeInteger.d.ts.map
import { OBJECT_IDENTIFIER } from "../../../macros";
export default function encodeObjectIdentifier(value: OBJECT_IDENTIFIER): Uint8Array;
//# sourceMappingURL=encodeObjectIdentifier.d.ts.map
import { OID_IRI } from "../../../macros";
export default function encodeOIDIRI(value: OID_IRI): Uint8Array;
//# sourceMappingURL=encodeOIDIRI.d.ts.map
import { REAL } from "../../../macros";
export default function encodeReal(value: REAL): Uint8Array;
//# sourceMappingURL=encodeReal.d.ts.map

@@ -0,0 +0,0 @@ "use strict";

import { RELATIVE_OID } from "../../../macros";
export default function encodeRelativeObjectIdentifier(value: RELATIVE_OID): Uint8Array;
//# sourceMappingURL=encodeRelativeObjectIdentifier.d.ts.map
import { RELATIVE_OID_IRI } from "../../../macros";
export default function encodeRelativeOIDIRI(value: RELATIVE_OID_IRI): Uint8Array;
//# sourceMappingURL=encodeRelativeOIDIRI.d.ts.map

@@ -0,0 +0,0 @@ import ASN1Element from "../../../asn1";

import { TIME } from "../../../macros";
export default function encodeTime(value: TIME): Uint8Array;
//# sourceMappingURL=encodeTime.d.ts.map

@@ -0,0 +0,0 @@ "use strict";

import { TIME_OF_DAY } from "../../../macros";
export default function encodeTimeOfDay(time: TIME_OF_DAY): Uint8Array;
//# sourceMappingURL=encodeTimeOfDay.d.ts.map
import { UTCTime } from "../../../macros";
export default function encodeUTCTime(value: UTCTime): Uint8Array;
//# sourceMappingURL=encodeUTCTime.d.ts.map
import { BOOLEAN } from "../../../macros";
export default function encodeBoolean(value: BOOLEAN): Uint8Array;
//# sourceMappingURL=encodeBoolean.d.ts.map

@@ -0,0 +0,0 @@ import ASN1Element from "./asn1";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=ConstructedElementSpecification.js.map

@@ -0,0 +0,0 @@ import ASN1Element from "./asn1";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export { default as ASN1Element } from "./asn1";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import Enbyteable from "./Enbyteable";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=Byteable.js.map

@@ -0,0 +0,0 @@ export default interface CharacterValidationFunction {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=CharacterValidationFunction.js.map

@@ -0,0 +0,0 @@ export default interface Debyteable {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=Debyteable.js.map

@@ -0,0 +0,0 @@ import ASN1Element from "../asn1";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=Deelementable.js.map

@@ -0,0 +0,0 @@ export default interface Destringable<T> {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=Destringable.js.map

@@ -0,0 +0,0 @@ import Deelementable from "./Deelementable";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=Elementable.js.map

@@ -0,0 +0,0 @@ export default interface Enbyteable {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=Enbyteable.js.map

@@ -0,0 +0,0 @@ import ASN1Element from "../asn1";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=Enelementable.js.map

@@ -0,0 +0,0 @@ export default interface Enstringable {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=Enstringable.js.map

@@ -0,0 +0,0 @@ import ObjectIdentifier from "../types/ObjectIdentifier";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=Identified.js.map

@@ -0,0 +0,0 @@ export { default as Byteable } from "./Byteable";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=index.js.map

@@ -0,0 +0,0 @@ export default interface Long {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=Long.js.map

@@ -0,0 +0,0 @@ export default interface Named {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=Named.js.map

@@ -0,0 +0,0 @@ import Enstringable from "./Enstringable";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=Stringable.js.map

@@ -0,0 +0,0 @@ import ObjectIdentifier from "./types/ObjectIdentifier";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import ASN1Element from "../asn1";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import ASN1Element from "../asn1";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { BIT_STRING, INTEGER, OBJECT_IDENTIFIER, OCTET_STRING, ObjectDescriptor } from "../macros";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export { default as CharacterString } from "./CharacterString";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export default class ObjectIdentifier {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { INTEGER } from "../../macros";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { INTEGER, OPTIONAL } from "../../macros";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { INTEGER, OPTIONAL } from "../../macros";

@@ -0,0 +0,0 @@ import { INTEGER } from "../../macros";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { INTEGER } from "../../macros";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { INTEGER } from "../../macros";

@@ -0,0 +0,0 @@ import { INTEGER } from "../../macros";

@@ -0,0 +0,0 @@ import { INTEGER } from "../../macros";

@@ -0,0 +0,0 @@ import { INTEGER } from "../../macros";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { INTEGER } from "../../macros";

@@ -0,0 +0,0 @@ import { INTEGER } from "../../macros";

@@ -0,0 +0,0 @@ import { INTEGER } from "../../macros";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { INTEGER } from "../../macros";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import ASN1Element from "../asn1";

@@ -0,0 +0,0 @@ "use strict";

export default function base128Length(numberOfBytes: number): number;
//# sourceMappingURL=base128Length.d.ts.map

@@ -0,0 +0,0 @@ "use strict";

export default function base256Length(numberOfBytes: number): number;
//# sourceMappingURL=base256Length.d.ts.map

@@ -0,0 +0,0 @@ "use strict";

import ASN1Element from "../asn1";
export default function compareSetOfElementsCanonically(a: ASN1Element, b: ASN1Element): number;
//# sourceMappingURL=compareSetOfElementsCanonically.d.ts.map
export default function concatenateBytes(value: Uint8Array[]): Uint8Array;
//# sourceMappingURL=concatenateBytes.d.ts.map

@@ -0,0 +0,0 @@ "use strict";

export default function convertBytesToText(bytes: Uint8Array, codec?: string): string;
//# sourceMappingURL=convertBytesToText.d.ts.map

@@ -0,0 +0,0 @@ "use strict";

export default function convertTextToBytes(text: string, codec?: string): Uint8Array;
//# sourceMappingURL=convertTextToBytes.d.ts.map

@@ -0,0 +0,0 @@ "use strict";

export default function decodeBase128(value: Uint8Array): Uint8Array;
//# sourceMappingURL=decodeBase128.d.ts.map

@@ -0,0 +0,0 @@ "use strict";

export default function decodeIEEE754DoublePrecisionFloat(bytes: Uint8Array): number;
//# sourceMappingURL=decodeIEEE754DoublePrecisionFloat.d.ts.map
export default function decodeIEEE754SinglePrecisionFloat(bytes: Uint8Array): number;
//# sourceMappingURL=decodeIEEE754SinglePrecisionFloat.d.ts.map
export default function decodeSignedBigEndianInteger(value: Uint8Array): number;
//# sourceMappingURL=decodeSignedBigEndianInteger.d.ts.map
export default function decodeUnsignedBigEndianInteger(value: Uint8Array): number;
//# sourceMappingURL=decodeUnsignedBigEndianInteger.d.ts.map
export default function decodeX690RealNumber(bytes: Uint8Array): number;
//# sourceMappingURL=decodeX690RealNumber.d.ts.map

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export default function dissectFloat(value: number): {

@@ -0,0 +0,0 @@ "use strict";

export default function encodeBase128(value: Uint8Array): Uint8Array;
//# sourceMappingURL=encodeBase128.d.ts.map

@@ -0,0 +0,0 @@ "use strict";

export default function encodeIEEE754DoublePrecisionFloat(value: number): Uint8Array;
//# sourceMappingURL=encodeIEEE754DoublePrecisionFloat.d.ts.map
export default function encodeIEEE754SinglePrecisionFloat(value: number): Uint8Array;
//# sourceMappingURL=encodeIEEE754SinglePrecisionFloat.d.ts.map
export default function encodeBigEndianSignedInteger(value: number): Uint8Array;
//# sourceMappingURL=encodeSignedBigEndianInteger.d.ts.map
export default function encodeUnsignedBigEndianInteger(value: number): Uint8Array;
//# sourceMappingURL=encodeUnsignedBigEndianInteger.d.ts.map
export default function encodeX690Base10RealNumber(value: number): Uint8Array;
//# sourceMappingURL=encodeX690Base10RealNumber.d.ts.map

@@ -0,0 +0,0 @@ "use strict";

export default function encodeX690BinaryRealNumber(value: number): Uint8Array;
//# sourceMappingURL=encodeX690BinaryRealNumber.d.ts.map

@@ -0,0 +0,0 @@ "use strict";

export default function getBitFromBase128(from: Uint8Array, bitIndex: number): boolean;
//# sourceMappingURL=getBitFromBase128.d.ts.map

@@ -0,0 +0,0 @@ "use strict";

export default function getBit(from: Uint8Array, bitIndex: number): boolean;
//# sourceMappingURL=getBitFromBase256.d.ts.map

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export { default as base128Length } from "./base128Length";

@@ -0,0 +0,0 @@ "use strict";

import ASN1Element from "../asn1";
export default function isInCanonicalOrder(elements: ASN1Element[]): boolean;
//# sourceMappingURL=isInCanonicalOrder.d.ts.map

@@ -0,0 +0,0 @@ "use strict";

import ASN1Element from "../asn1";
export default function isUniquelyTagged(elements: ASN1Element[]): boolean;
//# sourceMappingURL=isUniquelyTagged.d.ts.map

@@ -0,0 +0,0 @@ "use strict";

import { BIT_STRING } from "../macros";
export default function packBits(bits: BIT_STRING): Uint8Array;
//# sourceMappingURL=packBits.d.ts.map

@@ -0,0 +0,0 @@ "use strict";

export default function setBit(to: Uint8Array, bitIndex: number, value: boolean): void;
//# sourceMappingURL=setBitInBase128.d.ts.map

@@ -0,0 +0,0 @@ "use strict";

export default function setBitInBase256(to: Uint8Array, bitIndex: number, value: boolean): void;
//# sourceMappingURL=setBitInBase256.d.ts.map

@@ -0,0 +0,0 @@ "use strict";

import ASN1Element from "../asn1";
export default function sortCanonically(elements: ASN1Element[]): void;
//# sourceMappingURL=sortCanonically.d.ts.map

@@ -0,0 +0,0 @@ "use strict";

export default function splitBytesByContinuationBit(value: Uint8Array): IterableIterator<Uint8Array>;
//# sourceMappingURL=splitBytesByContinuationBit.d.ts.map
export default function splitOctetsCanonically(value: Uint8Array): IterableIterator<Uint8Array>;
//# sourceMappingURL=splitOctetsCanonically.d.ts.map

@@ -0,0 +0,0 @@ "use strict";

export default function trimLeadingPaddingBytes(value: Uint8Array): Uint8Array;
//# sourceMappingURL=trimLeadingPaddingBytes.d.ts.map

@@ -0,0 +0,0 @@ "use strict";

import { BIT_STRING } from "../macros";
export default function unpackBits(bytes: Uint8Array): BIT_STRING;
//# sourceMappingURL=unpackBits.d.ts.map

@@ -0,0 +0,0 @@ "use strict";

export default function datetimeComponentValidator(unitName: string, min: number, max: number): (dataType: string, value: number) => void;
//# sourceMappingURL=datetimeComponentValidator.d.ts.map

@@ -0,0 +0,0 @@ export { default as isGeneralCharacter } from "./isGeneralCharacter";

@@ -0,0 +0,0 @@ "use strict";

export default function isGeneralCharacter(characterCode: number): boolean;
//# sourceMappingURL=isGeneralCharacter.d.ts.map

@@ -0,0 +0,0 @@ "use strict";

export default function isGraphicCharacter(characterCode: number): boolean;
//# sourceMappingURL=isGraphicCharacter.d.ts.map

@@ -0,0 +0,0 @@ "use strict";

export default function isNumericString(characterCode: number): boolean;
//# sourceMappingURL=isNumericCharacter.d.ts.map

@@ -0,0 +0,0 @@ "use strict";

export default function isObjectDescriptorCharacter(characterCode: number): boolean;
//# sourceMappingURL=isObjectDescriptorCharacter.d.ts.map
export default function isPrintableCharacter(characterCode: number): boolean;
//# sourceMappingURL=isPrintableCharacter.d.ts.map

@@ -0,0 +0,0 @@ "use strict";

export default function isVisibleCharacter(characterCode: number): boolean;
//# sourceMappingURL=isVisibleCharacter.d.ts.map

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import ASN1Element from "../asn1";

@@ -0,0 +0,0 @@ "use strict";

export default function validateDate(dataType: string, year: number, month: number, date: number): void;
//# sourceMappingURL=validateDate.d.ts.map

@@ -0,0 +0,0 @@ "use strict";

export default function validateDateTime(dataType: string, year: number, month: number, date: number, hours: number, minutes: number, seconds: number): void;
//# sourceMappingURL=validateDateTime.d.ts.map

@@ -0,0 +0,0 @@ "use strict";

export default function validateTime(dataType: string, hours: number, minutes: number, seconds: number): void;
//# sourceMappingURL=validateTime.d.ts.map

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare const MAX_UINT_32: number;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import ASN1Element from "./asn1";

@@ -0,0 +0,0 @@ "use strict";

24

package.json

@@ -15,17 +15,17 @@ {

"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"@babel/core": "^7.10.3",
"@babel/preset-env": "^7.10.3",
"@babel/preset-typescript": "^7.10.1",
"@types/node": "^14.0.11",
"@typescript-eslint/eslint-plugin": "^3.1.0",
"@typescript-eslint/parser": "^3.1.0",
"babel-jest": "^26.0.1",
"eslint": "^7.2.0",
"jest": "^26.0.1",
"jest-junit": "^10.0.0",
"npm-check-updates": "^6.0.1",
"@types/node": "^14.0.14",
"@typescript-eslint/eslint-plugin": "^3.4.0",
"@typescript-eslint/parser": "^3.4.0",
"babel-jest": "^26.1.0",
"eslint": "^7.3.1",
"jest": "^26.1.0",
"jest-junit": "^11.0.1",
"npm-check-updates": "^7.0.1",
"ts-loader": "^7.0.5",
"typescript": "^3.9.5",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
"webpack-cli": "^3.3.12"
},

@@ -67,3 +67,3 @@ "directories": {

"types": "./dist/node/index.d.ts",
"version": "3.3.0"
"version": "3.3.1"
}

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