New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

perimeterx-node-core-ts

Package Overview
Dependencies
Maintainers
0
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

perimeterx-node-core-ts - npm Package Compare versions

Comparing version 1.0.20 to 1.0.21

6

dist/cjs/lib/pxblock.js

@@ -30,5 +30,5 @@ "use strict";

const pxUtils = __importStar(require("./pxutils"));
const templates_1 = require("../templates");
const index_1 = require("../templates/index");
const renderPage = (blockData, pxConfig) => {
let htmlTemplate = pxConfig.px_custom_challenge_page || templates_1.CAPTCHA_TEMPLATE;
let htmlTemplate = pxConfig.px_custom_challenge_page || index_1.CAPTCHA_TEMPLATE;
if (!blockData) {

@@ -140,3 +140,3 @@ return htmlTemplate;

status: 429,
body: templates_1.RATE_LIMIT_TEMPLATE,
body: index_1.RATE_LIMIT_TEMPLATE,
headers: {

@@ -143,0 +143,0 @@ 'Content-Type': 'text/html',

{
"name": "perimeterx-node-core-ts",
"version": "1.0.20",
"version": "1.0.21",
"description": "",

@@ -5,0 +5,0 @@ "main": "./dist/cjs/index.js",

Sorry, the diff of this file is not supported yet

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