Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/iron

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/iron - npm Package Compare versions

Comparing version 5.0.1 to 5.0.2

6

iron/index.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc