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

express-brute-pg

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-brute-pg - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

6

index.js

@@ -5,3 +5,3 @@ var AbstractClientStore = require('express-brute/lib/AbstractClientStore'),

util = require('util'),
_ = require('underscore');
_ = require('lodash');

@@ -22,3 +22,3 @@ var PgStore = module.exports = function (options) {

var password = encodeURIComponent(this.options.password);
string = util.format('postgres://%s:%s@%s/%s', this.options.username, password, this.options.host, this.options.database);

@@ -118,2 +118,2 @@ } else {

tableName: 'brute'
};
};
{
"name": "express-brute-pg",
"version": "1.0.1",
"version": "1.0.2",
"description": "A PostgreSQL store for express-brute",

@@ -25,13 +25,13 @@ "keywords": [

},
"dependencies": {
"express-brute": "^1.0.1",
"humps": "^2.0.0",
"lodash": "^4.17.4",
"moment": "^2.10.6",
"pg": "^6.1.2"
},
"devDependencies": {
"chai": "^3.3.0",
"mocha": "^2.3.3"
},
"dependencies": {
"express-brute": "^0.6.0",
"humps": "^0.7.0",
"moment": "^2.10.6",
"pg": "^4.4.2",
"underscore": "~1.5.1"
"mocha": "^3.2.0"
}
}
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