Skip to content

Commit

Permalink
Merge pull request #144 from PerimeterX/release/v7.3.1
Browse files Browse the repository at this point in the history
SDKNEW-1881 Release/v7.3.1
  • Loading branch information
oren-yaar-px authored May 18, 2022
2 parents 7fa3d8d + 117a954 commit 99e2cc0
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
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/).

## [7.3.1] - 2022-05-18

### Added

- Update block page to support error handling for mobile.

## [7.3.0] - 2022-05-2

### Added
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: [v7.3.0](https://www.npmjs.com/package/perimeterx-node-express)
> Latest stable version: [v7.3.1](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
Expand Up @@ -4,7 +4,7 @@ const { PxEnforcer, PxCdFirstParty } = require('perimeterx-node-core');
const PxExpressClient = require('./pxclient');
const PxCdEnforcer = require('./pxcdenforcer');

const MODULE_VERSION = 'NodeJS Module v7.3.0';
const MODULE_VERSION = 'NodeJS Module v7.3.1';
const MILLISECONDS_IN_MINUTE = 60000;

function parseCookies(req, res) {
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": "7.3.0",
"version": "7.3.1",
"description": "PerimeterX Express.js middleware to monitor and block traffic according to PerimeterX risk score",
"main": "index.js",
"directories": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"homepage": "https://github.com/PerimeterX/perimeterx-node-express#readme",
"dependencies": {
"cookie-parser": "^1.4.1",
"perimeterx-node-core": "^3.4.0",
"perimeterx-node-core": "^3.4.1",
"axios": "^0.21.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion px_metadata.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.3.0",
"version": "7.3.1",
"supported_features": [
"additional_activity_handler",
"advanced_blocking_response",
Expand Down

0 comments on commit 99e2cc0

Please sign in to comment.