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

@harperdb/nextjs

Package Overview
Dependencies
Maintainers
0
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@harperdb/nextjs - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

5

extension.js

@@ -262,3 +262,6 @@ import fs from 'node:fs';

const servers = options.server.http(
(request) => {
(request, nextHandler) => {
if (config.subPath && !request._nodeRequest.url.startsWith(`/${config.subPath}/`)) {
return nextHandler(request);
}
request._nodeRequest.url = config.subPath

@@ -265,0 +268,0 @@ ? request._nodeRequest.url.replace(new RegExp(`^\/${config.subPath}\/`), '/')

2

package.json
{
"name": "@harperdb/nextjs",
"version": "0.0.9",
"version": "0.0.10",
"type": "module",

@@ -5,0 +5,0 @@ "description": "A HarperDB Component for running Next.js apps.",

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