Skip to content

Commit

Permalink
Merge pull request #104 from PerimeterX/dev
Browse files Browse the repository at this point in the history
Version 2.3.1
  • Loading branch information
Johnny Tordgeman authored Sep 2, 2019
2 parents 04a4375 + 2c5ad61 commit a294478
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 47 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [2.3.1] - 2019-09-02
### Fixed
- Upgraded ESLint version

## [2.3.0] - 2019-07-28
### Added
- Support for custom templates
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[![Build Status](https://travis-ci.org/PerimeterX/perimeterx-node-core.svg?branch=master)](https://travis-ci.org/PerimeterX/perimeterx-node-core)

![image](https://media.marketwire.com/attachments/201604/34215_PerimeterX_logo.jpg)
![image](https://s.perimeterx.net/logo.png)

[PerimeterX](http://www.perimeterx.com) Shared base for NodeJS enforcers
=============================================================

> Latest stable version: [v2.3.0](https://www.npmjs.com/package/perimeterx-node-core)
> Latest stable version: [v2.3.1](https://www.npmjs.com/package/perimeterx-node-core)
This is a shared base implementation for PerimeterX Express enforcer and future NodeJS enforcers. For a fully functioning implementation example, see the [Node-Express enforcer](https://github.com/PerimeterX/perimeterx-node-express/) implementation.

Expand Down
86 changes: 43 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "perimeterx-node-core",
"version": "2.3.0",
"version": "2.3.1",
"description": "PerimeterX NodeJS shared core for various applications to monitor and block traffic according to PerimeterX risk score",
"main": "index.js",
"scripts": {
Expand All @@ -26,7 +26,7 @@
"raw-body": "^2.3.2"
},
"devDependencies": {
"eslint": "^6.1.0",
"eslint": "^6.3.0",
"eslint-config-perimeterx": "^0.3.0",
"mocha": "^5.2.0",
"rewire": "^2.5.2",
Expand Down

0 comments on commit a294478

Please sign in to comment.