bcrypt-updated
Advanced tools
Comparing version 5.0.9 to 5.0.10
@@ -1,9 +0,1 @@ | ||
// Type definitions for bcrypt 5.0 | ||
// Project: https://www.npmjs.org/package/bcrypt | ||
// Definitions by: Peter Harris <https://github.com/codeanimal> | ||
// Ayman Nedjmeddine <https://github.com/IOAyman> | ||
// David Stapleton <https://github.com/dstapleton92> | ||
// BendingBender <https://github.com/BendingBender> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
/// <reference types="node" /> | ||
@@ -10,0 +2,0 @@ |
@@ -15,3 +15,3 @@ { | ||
"types": "index.d.ts", | ||
"version": "5.0.9", | ||
"version": "5.0.10", | ||
"author": "Nick Campbell (https://github.com/ncb000gt)", | ||
@@ -36,8 +36,8 @@ "engines": { | ||
"@mapbox/node-pre-gyp": "^1.0.11", | ||
"node-addon-api": "^7.0.0" | ||
"node-addon-api": "^7.1.0" | ||
}, | ||
"devDependencies": { | ||
"@types/bcrypt": "^5.0.0", | ||
"@types/bcrypt": "^5.0.2", | ||
"copyfiles": "^2.4.1", | ||
"jest": "^29.6.1" | ||
"jest": "^29.7.0" | ||
}, | ||
@@ -44,0 +44,0 @@ "contributors": [ |
@@ -9,4 +9,2 @@ This repo is solely meant for automated updates of dependencies found in kelektiv's [node.bcrypt.js](https://github.com/kelektiv/node.bcrypt.js) package. | ||
[![Build status](https://ci.appveyor.com/api/projects/status/ohar8be2k3kfpw0j/branch/master?svg=true)](https://ci.appveyor.com/project/fast-facts/node-bcrypt-js/branch/master) | ||
--- | ||
@@ -18,4 +16,2 @@ | ||
[![Build Status](https://ci.appveyor.com/api/projects/status/github/kelektiv/node.bcrypt.js)](https://ci.appveyor.com/project/defunctzombie/node-bcrypt-js-pgo26/branch/master) | ||
A library to help you hash passwords. | ||
@@ -22,0 +18,0 @@ |
Sorry, the diff of this file is not supported yet
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
115638
27
949
401
Updatednode-addon-api@^7.1.0