Socket
Socket
Sign inDemoInstall

@tinypudding/puddy-lib

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tinypudding/puddy-lib - npm Package Compare versions

Comparing version 1.1.7 to 1.1.8

4

http/domainValidator.js

@@ -11,3 +11,3 @@ module.exports = function (req, cfg) {

var prepareUrlPath = req.url.split('/');
req.urlPath = [];
req.url_path = [];
for (const item in prepareUrlPath) {

@@ -17,3 +17,3 @@ if(Number(item) > 0) {

// Insert URL Path
req.urlPath.push(prepareUrlPath[item].split(/[?#]/)[0]);
req.url_path.push(prepareUrlPath[item].split(/[?#]/)[0]);

@@ -20,0 +20,0 @@ }

{
"name": "@tinypudding/puddy-lib",
"version": "1.1.7",
"version": "1.1.8",
"description": "Essential codes to run the other repositories from the Tiny Pudding Account.",

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

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