@types/aes-js
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -22,3 +22,3 @@ // Type definitions for aes-js 3.1 | ||
export class Counter { | ||
constructor(initialValue: number) | ||
constructor(initialValue: number | ByteSource) | ||
setValue(value: number): void; | ||
@@ -25,0 +25,0 @@ setBytes(bytes: ByteSource): void; |
{ | ||
"name": "@types/aes-js", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "TypeScript definitions for aes-js", | ||
@@ -14,11 +14,12 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/aes-js" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "cbcc0224ee6367f40e825a97655b170dc54845773a64fd1242b8234aac5f0b8e", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "06ff5836a76d4aa4939d59f16dec4d029a659f72cf80b8aa05a00b682068fd2e", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/aes-js | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/aes-js. | ||
Additional Details | ||
* Last updated: Fri, 18 Jan 2019 22:44:30 GMT | ||
### Additional Details | ||
* Last updated: Wed, 08 Apr 2020 20:50:45 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Federico Bond <https://github.com/federicobond>. | ||
These definitions were written by [Federico Bond](https://github.com/federicobond). |
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
6265