Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mehdown

Package Overview
Dependencies
Maintainers
6
Versions
134
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mehdown - npm Package Compare versions

Comparing version 2.53.1 to 2.53.2

2

lib/plugins/mediocre-com.js
const productionSites = '(?:https?:\\/\\/(?:www\\.)?)?(?<site>(?:casemates|mediocre|mediocritee|meh|morningsave|pastadrop|sidedeal|stellacarmina)\\.com)?';
const debugSites = '(?:https?:\\/\\/)?(?<siteLocal>(?:127\\.0\\.0\\.1|localhost):\\d{4})?';
const path = '\\/(?<path>(?<type>deals|polls)\\/(?:[-\\w]+))';
const path = '\\/(?<path>(?<type>deals|polls)\\/(?:[-\\w%]+))';
let regExp = new RegExp(`${productionSites}${path}`);

@@ -5,0 +5,0 @@ if (process.env.NODE_ENV !== 'production' && process.env.NODE_ENV !== 'staging') {

@@ -10,3 +10,3 @@ {

"minimist": "~1.2.5",
"natural": "~5.2.1",
"natural": "~5.2.4",
"probe-image-size": "~7.2.0",

@@ -37,3 +37,3 @@ "rel-to-abs": "~0.1.0",

},
"version": "2.53.1"
"version": "2.53.2"
}
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