@types/aes-js
Advanced tools
Comparing version 3.1.1 to 3.1.2
@@ -13,3 +13,3 @@ // Type definitions for aes-js 3.1 | ||
*/ | ||
constructor(key: ByteSource) | ||
constructor(key: ByteSource); | ||
encrypt(v: ByteSource): ByteSource; | ||
@@ -23,3 +23,3 @@ } | ||
export class Counter { | ||
constructor(initialValue: number | ByteSource) | ||
constructor(initialValue: number | ByteSource); | ||
setValue(value: number): void; | ||
@@ -36,3 +36,3 @@ setBytes(bytes: ByteSource): void; | ||
*/ | ||
constructor(key: ByteSource) | ||
constructor(key: ByteSource); | ||
encrypt(v: ByteSource): Uint8Array; | ||
@@ -82,3 +82,3 @@ decrypt(v: ByteSource): Uint8Array; | ||
*/ | ||
constructor(key: ByteSource, counter?: Counter) | ||
constructor(key: ByteSource, counter?: Counter); | ||
encrypt(v: ByteSource): Uint8Array; | ||
@@ -85,0 +85,0 @@ decrypt(v: ByteSource): Uint8Array; |
{ | ||
"name": "@types/aes-js", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"description": "TypeScript definitions for aes-js", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/aes-js", | ||
"license": "MIT", | ||
@@ -22,4 +23,4 @@ "contributors": [ | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "06ff5836a76d4aa4939d59f16dec4d029a659f72cf80b8aa05a00b682068fd2e", | ||
"typeScriptVersion": "2.8" | ||
"typesPublisherContentHash": "6dcf1438acd2a363cc92799bad9914070c242c896a8289cbb354d600d8006ee4", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 08 Apr 2020 20:50:45 GMT | ||
* Last updated: Fri, 22 Sep 2023 18:11:03 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
Sorry, the diff of this file is not supported yet
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
6322
0