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

compa55

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

compa55 - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

bower.json
{
"name": "compa55",
"version": "0.0.1",
"version": "0.0.2",
"description": "Routable data interface library",

@@ -5,0 +5,0 @@ "license": "MIT",

{
"name": "compa55",
"version": "0.0.1",
"version": "0.0.2",
"description": "Routable data interface library",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -158,2 +158,5 @@ 'use strict';

const handle = function (req, res, next) {
// Preserve the current url to write back after handle middleware
const preserveUrl = req.url;
// Remove left middleware path of the url

@@ -165,3 +168,3 @@ req.url = req.url.replace(route.regexp, '');

// Write back original url
req.url = req.originalUrl;
req.url = preserveUrl;

@@ -168,0 +171,0 @@ // Call original next

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