Comparing version 3.0.0 to 3.0.1
@@ -448,8 +448,9 @@ /*! | ||
*/ | ||
get value(): string; | ||
getValue(): string; | ||
/** | ||
* String value | ||
* @param value String value | ||
* @since 3.0.0 | ||
*/ | ||
set value(value: string); | ||
setValue(value: string): void; | ||
constructor({ value, ...parameters }: BaseStringBlockParams | undefined, stringValueBlockType: new () => T); | ||
@@ -669,8 +670,9 @@ fromBER(inputBuffer: ArrayBuffer | Uint8Array, inputOffset: number, inputLength: number): number; | ||
*/ | ||
get value(): boolean; | ||
getValue(): boolean; | ||
/** | ||
* Sets value | ||
* @param value Boolean value | ||
* @since 3.0.0 | ||
*/ | ||
set value(value: boolean); | ||
setValue(value: boolean): void; | ||
static NAME: string; | ||
@@ -1040,3 +1042,9 @@ constructor(parameters?: BooleanParams); | ||
*/ | ||
get value(): string; | ||
getValue(): string; | ||
/** | ||
* Sets Object Identifier value from string | ||
* @param value String value | ||
* @since 3.0.0 | ||
*/ | ||
setValue(value: string): void; | ||
constructor(parameters?: ObjectIdentifierParams); | ||
@@ -1118,3 +1126,9 @@ protected onAsciiEncoding(): string; | ||
*/ | ||
get value(): string; | ||
getValue(): string; | ||
/** | ||
* Sets Relative Object Identifier value from string | ||
* @param value String value | ||
* @since 3.0.0 | ||
*/ | ||
setValue(value: string): void; | ||
static NAME: string; | ||
@@ -1121,0 +1135,0 @@ constructor(parameters?: RelativeObjectIdentifierParams); |
@@ -75,4 +75,4 @@ { | ||
}, | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
290905
7556
0