Socket
Socket
Sign inDemoInstall

@types/bcrypt

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/bcrypt - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

2

bcrypt/index.d.ts

@@ -17,3 +17,3 @@ // Type definitions for bcrypt 3.0

* @param rounds The cost of processing the data. Default 10.
* @param callback A callback to be fire once the sald has been generated. Uses eio making it asynchronous.
* @param callback A callback to be fire once the salt has been generated. Uses eio making it asynchronous.
* @return A promise to be either resolved with the generated salt or rejected with an Error

@@ -20,0 +20,0 @@ */

{
"name": "@types/bcrypt",
"version": "3.0.0",
"version": "3.0.1",
"description": "TypeScript definitions for bcrypt",

@@ -24,10 +24,12 @@ "license": "MIT",

"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/bcrypt"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "788912cf354ebe6779b65f922c2fbb074ce1b58b44a71d82620ff75608bb7f91",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "cf13d742ff16fe811b300f044d763d7b1dd8aa183fdd9e3b341f647f6396f486",
"typeScriptVersion": "3.5"
}

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

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bcrypt
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bcrypt.
Additional Details
* Last updated: Tue, 02 Oct 2018 04:27:25 GMT
### Additional Details
* Last updated: Fri, 09 Apr 2021 22:01:17 GMT
* Dependencies: none

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

# Credits
These definitions were written by Peter Harris <https://github.com/codeanimal>, Ayman Nedjmeddine <https://github.com/IOAyman>, David Stapleton <https://github.com/dstapleton92>.
These definitions were written by [ Peter Harris](https://github.com/codeanimal), [Ayman Nedjmeddine](https://github.com/IOAyman), and [David Stapleton](https://github.com/dstapleton92).

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