Socket
Socket
Sign inDemoInstall

@types/bcryptjs

Package Overview
Dependencies
0
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.4.2 to 2.4.3

8

bcryptjs/index.d.ts

@@ -36,3 +36,3 @@ // Type definitions for bcryptjs v2.4.0

*/
export declare function genSalt(callback: (err: Error, salt: string) => void): void;
export declare function genSalt(callback: (err: Error | null, salt: string) => void): void;

@@ -44,3 +44,3 @@ /**

*/
export declare function genSalt(rounds: number, callback: (err: Error, salt: string) => void): void;
export declare function genSalt(rounds: number, callback: (err: Error | null, salt: string) => void): void;

@@ -70,3 +70,3 @@ /**

*/
export declare function hash(s: string, salt: number | string, callback?: (err: Error, hash: string) => void, progressCallback?: (percent: number) => void): void;
export declare function hash(s: string, salt: number | string, callback?: (err: Error | null, hash: string) => void, progressCallback?: (percent: number) => void): void;

@@ -96,3 +96,3 @@ /**

*/
export declare function compare(s: string, hash: string, callback?: (err: Error, success: boolean) => void, progressCallback?: (percent: number) => void): void;
export declare function compare(s: string, hash: string, callback?: (err: Error | null, success: boolean) => void, progressCallback?: (percent: number) => void): void;

@@ -99,0 +99,0 @@ /**

{
"name": "@types/bcryptjs",
"version": "2.4.2",
"version": "2.4.3",
"description": "TypeScript definitions for bcryptjs",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bcryptjs",
"license": "MIT",

@@ -9,3 +10,4 @@ "contributors": [

"name": "Joshua Filby",
"url": "https://github.com/Joshua-F/"
"url": "https://github.com/Joshua-F",
"githubUsername": "Joshua-F"
},

@@ -24,10 +26,12 @@ {

"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/bcryptjs"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "9345c8c9ad3f5bca4c674be7a291facba6488a5a4ef0fa3ed9a60bda92c48db6",
"typeScriptVersion": "2.1"
"typesPublisherContentHash": "1a24b454b9a584615bb7d0425bc9cea7ee8356371edb2c2263066ea7120835c0",
"typeScriptVersion": "4.3"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bcryptjs
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bcryptjs.
Additional Details
* Last updated: Wed, 19 Sep 2018 22:33:26 GMT
### Additional Details
* Last updated: Tue, 29 Aug 2023 20:03:01 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Joshua Filby <https://github.com/Joshua-F/>, Rafael Kraut <https://github.com/RafaelKr>, Branislav Holý <https://github.com/branoholy>.
These definitions were written by [Joshua Filby](https://github.com/Joshua-F), [Rafael Kraut](https://github.com/RafaelKr), and [Branislav Holý](https://github.com/branoholy).

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc