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

retes

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

retes - npm Package Compare versions

Comparing version 0.31.0 to 0.31.1

3

adapter.js

@@ -32,2 +32,3 @@ var __create = Object.create;

module.exports = __toCommonJS(adapter_exports);
var import_url = __toESM(require("url"));
var import_querystring = __toESM(require("querystring"));

@@ -107,3 +108,3 @@ var import_api_utils = require("next/dist/server/api-utils/index.js");

const body = req.body ?? bodies.body;
const { query } = parse(url ?? "", true);
const { query } = import_url.default.parse(url ?? "", true);
const params = Object.assign({}, body || {}, query);

@@ -110,0 +111,0 @@ const request = {

{
"name": "retes",
"version": "0.31.0",
"version": "0.31.1",
"description": "Universal HTTP library for Node.js, Deno & Serverless (Cloudflare, Vercel, Netlify)",

@@ -5,0 +5,0 @@ "types": "index.d.ts",

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