Skip to content

Commit

Permalink
Merge pull request #83 from PerimeterX/dev
Browse files Browse the repository at this point in the history
[UPDATE] perimeterx-node-core dependency (#82)
  • Loading branch information
ilaipx authored May 25, 2019
2 parents 433bb02 + 6f5de51 commit fedf36f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: node_js
node_js:
- "lts/*"
- "12"
- "11"
- "10"
- "8"

sudo: required
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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/).

## [6.2.0] - 2019-05-24
### Added
- send telemetry by command
### Fixed
- timeout error handling for api calls

## [6.1.1] - 2019-05-02
### Fixed
- pxConfig setting for proxy
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[PerimeterX](http://www.perimeterx.com) Express.js Middleware
=============================================================

> Latest stable version: [v6.1.1](https://www.npmjs.com/package/perimeterx-node-express)
> Latest stable version: [v6.2.0](https://www.npmjs.com/package/perimeterx-node-express)
Table of Contents
-----------------
Expand Down
2 changes: 1 addition & 1 deletion lib/pxenforcer.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const MODULE_VERSION = 'NodeJS Module v6.1.1';
const MODULE_VERSION = 'NodeJS Module v6.2.0';
const PxExpressClient = require('./pxclient');
const PxEnforcer = require('perimeterx-node-core').PxEnforcer;
const cookieParser = require('cookie-parser');
Expand Down
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-express",
"version": "6.1.1",
"version": "6.2.0",
"description": "PerimeterX Express.js middleware to monitor and block traffic according to PerimeterX risk score",
"main": "index.js",
"directories": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"cookie-parser": "^1.4.1",
"moment": "^2.19.3",
"perimeterx-node-core": "~2.1.1"
"perimeterx-node-core": "^2.2.1"
},
"devDependencies": {
"eslint": "^5.16.0",
Expand Down

0 comments on commit fedf36f

Please sign in to comment.