Skip to content
This repository has been archived by the owner on Nov 28, 2018. It is now read-only.

Bumping Lodash #65

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
language: node_js
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This package provides easy IP based access control. This can be achieved either
[![Circle CI](https://circleci.com/gh/baminteractive/express-ipfilter/tree/master.svg?style=svg)](https://circleci.com/gh/baminteractive/express-ipfilter/tree/master)

## Version
0.3.1
0.3.2

## Installation

Expand Down Expand Up @@ -156,6 +156,10 @@ This will run `eslint`,`babel`, and `mocha` and output coverage data into `cover

## Changelog

0.3.2
* Bump the lodash version due to security concerns - https://nodesecurity.io/advisories/577
* Update lodash usage in `src/ipfilter.js` for tests to pass

0.3.1
* Fixes critical bug that allowed access when ips is empty and mode == 'allow'.
* Adds minor speed improvements for middleware.
Expand Down
20 changes: 0 additions & 20 deletions circle.yml

This file was deleted.

Loading