Comparing version 2.3.1 to 2.3.2
@@ -33,3 +33,3 @@ /*! | ||
/** | ||
* Aux function, need to get a block name. Need to have it here for inhiritence | ||
* Aux function, need to get a block name. Need to have it here for inheritance | ||
* | ||
@@ -43,3 +43,3 @@ * @static | ||
/** | ||
* Convertion for the block to JSON object | ||
* Conversion for the block to JSON object | ||
* | ||
@@ -82,3 +82,3 @@ * @returns | ||
/** | ||
* Convertion for the block to JSON object | ||
* Conversion for the block to JSON object | ||
* @returns | ||
@@ -94,3 +94,3 @@ */ | ||
/** | ||
* Aux function, need to get a block name. Need to have it here for inhiritence | ||
* Aux function, need to get a block name. Need to have it here for inheritance | ||
* | ||
@@ -124,3 +124,3 @@ * @static | ||
/** | ||
* Convertion for the block to JSON object | ||
* Conversion for the block to JSON object | ||
* @returns | ||
@@ -301,3 +301,3 @@ */ | ||
/** | ||
* Checking that two OCTETSTRINGs are equal | ||
* Checking that two OCTET STRINGs are equal | ||
* @param octetString | ||
@@ -331,3 +331,3 @@ */ | ||
/** | ||
* Checking that two BITSTRINGs are equal | ||
* Checking that two BIT STRINGs are equal | ||
* @param bitString | ||
@@ -707,3 +707,3 @@ */ | ||
/** | ||
* Major function for decoding ASN.1 BER array into internal library structuries | ||
* Major function for decoding ASN.1 BER array into internal library structures | ||
* | ||
@@ -719,3 +719,3 @@ * @param inputBuffer ASN.1 BER encoded array of bytes | ||
*/ | ||
declare function fromJSON(json: string | object); | ||
declare function fromJSON(json: string | object): any; | ||
@@ -722,0 +722,0 @@ /** |
@@ -73,4 +73,4 @@ { | ||
}, | ||
"version": "2.3.1", | ||
"version": "2.3.2", | ||
"license": "BSD-3-Clause" | ||
} |
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
737589