Comparing version 3.0.2 to 3.0.3
@@ -35,2 +35,4 @@ /*! | ||
import * as pvtsutils from 'pvtsutils'; | ||
interface IBerConvertible { | ||
@@ -118,3 +120,3 @@ /** | ||
interface LocalBaseBlockParams extends Partial<ILocalBaseBlock> { | ||
valueBeforeDecode?: BufferSource; | ||
valueBeforeDecode?: pvtsutils.BufferSource; | ||
} | ||
@@ -169,3 +171,3 @@ interface LocalBaseBlockConstructor<T extends LocalBaseBlock = LocalBaseBlock> { | ||
isHexOnly: boolean; | ||
valueHex: BufferSource; | ||
valueHex: pvtsutils.BufferSource; | ||
} | ||
@@ -1326,3 +1328,3 @@ interface HexBlockJson extends Omit<IHexBlock, "valueHex"> { | ||
*/ | ||
declare function fromBER(inputBuffer: BufferSource): FromBerResult; | ||
declare function fromBER(inputBuffer: pvtsutils.BufferSource): FromBerResult; | ||
@@ -1358,4 +1360,4 @@ declare type AsnSchemaType = AsnType | Any | Choice | Repeated; | ||
*/ | ||
declare function verifySchema(inputBuffer: BufferSource, inputSchema: AsnSchemaType): CompareSchemaResult; | ||
declare function verifySchema(inputBuffer: pvtsutils.BufferSource, inputSchema: AsnSchemaType): CompareSchemaResult; | ||
export { Any, AnyParams, AsnSchemaType, AsnType, BaseBlock, BaseBlockJson, BaseBlockParams, BaseStringBlock, BaseStringBlockJson, BaseStringBlockParams, BitString, BitStringJson, BitStringParams, BmpString, BmpStringJson, BmpStringParams, Boolean, BooleanJson, BooleanParams, CharacterString, CharacterStringJson, CharacterStringParams, Choice, ChoiceParams, CompareSchemaFail, CompareSchemaResult, CompareSchemaSuccess, Constructed, ConstructedJson, ConstructedParams, DATE, DATEJson, DATEParams, DateStringEncoding, DateTime, DateTimeJson, DateTimeParams, Duration, DurationJson, DurationParams, EndOfContent, EndOfContentJson, EndOfContentParams, Enumerated, EnumeratedJson, EnumeratedParams, FromBerResult, GeneralString, GeneralStringJson, GeneralStringParams, GeneralizedTime, GeneralizedTimeJson, GeneralizedTimeParams, GraphicString, GraphicStringJson, GraphicStringParams, HexBlock, HexBlockJson, HexBlockParams, IA5String, IA5StringJson, IA5StringParams, IAny, IBaseBlock, IBerConvertible, IChoice, IDateConvertible, IDerConvertible, IGeneralizedTime, IHexBlock, IRawData, IRepeated, IStringConvertible, IUTCTime, IValueBlock, Integer, IntegerJson, IntegerParams, Null, NullJson, NullParams, NumericString, NumericStringJson, NumericStringParams, ObjectIdentifier, ObjectIdentifierJson, ObjectIdentifierParams, OctetString, OctetStringJson, OctetStringParams, Primitive, PrimitiveJson, PrimitiveParams, PrintableString, PrintableStringJson, PrintableStringParams, RawData, RawDataParams, RelativeObjectIdentifier, RelativeObjectIdentifierJson, RelativeObjectIdentifierParams, Repeated, RepeatedParams, Sequence, SequenceJson, SequenceParams, Set, SetJson, SetParams, StringEncoding, TIME, TIMEJson, TIMEParams, TeletexString, TeletexStringJson, TeletexStringParams, TimeOfDay, TimeOfDayJson, TimeOfDayParams, UTCTime, UTCTimeJson, UTCTimeParams, UniversalString, UniversalStringJson, UniversalStringParams, Utf8String, Utf8StringJson, Utf8StringParams, ValueBlock, ValueBlockConstructor, ValueBlockJson, ValueBlockParams, VideotexString, VideotexStringJson, VideotexStringParams, ViewWriter, VisibleString, VisibleStringJson, VisibleStringParams, compareSchema, fromBER, verifySchema }; |
@@ -75,4 +75,4 @@ { | ||
}, | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"license": "BSD-3-Clause" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
289015
7481