@types/iron
Advanced tools
Comparing version 5.0.1 to 5.0.2
@@ -73,5 +73,5 @@ // Type definitions for iron 5.0 | ||
export interface GenerateKeyOptions extends Pick<SealOptionsSub, 'algorithm' | 'iterations' | 'minPasswordlength'> { | ||
saltBits?: number; | ||
salt?: string; | ||
iv?: string; | ||
saltBits?: number | undefined; | ||
salt?: string | undefined; | ||
iv?: string | undefined; | ||
} | ||
@@ -78,0 +78,0 @@ |
{ | ||
"name": "@types/iron", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"description": "TypeScript definitions for iron", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/iron", | ||
"license": "MIT", | ||
@@ -19,5 +20,7 @@ "contributors": [ | ||
"main": "", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/iron" | ||
}, | ||
@@ -28,4 +31,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "06f90da0c622265d4dfe2d741fc3065573d565e10f20ced0287ca9ca7bb72d63", | ||
"typeScriptVersion": "2.4" | ||
"typesPublisherContentHash": "ed48037007c54ed8a9fce411e1de2e3632363fc7ce5a022501a33b64c0b85ef8", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/iron | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/iron. | ||
Additional Details | ||
* Last updated: Thu, 28 Dec 2017 23:58:44 GMT | ||
* Dependencies: node | ||
### Additional Details | ||
* Last updated: Tue, 06 Jul 2021 21:33:41 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Simon Schick <https://github.com/simonschick>, Rafael Souza Fijalkowski <https://github.com/rafaelsouzaf>. | ||
These definitions were written by [Simon Schick](https://github.com/simonschick), and [Rafael Souza Fijalkowski](https://github.com/rafaelsouzaf). |
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
6127
0