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

@adonisjs/http-server

Package Overview
Dependencies
Maintainers
2
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adonisjs/http-server - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

4

build/src/Router/Store.js

@@ -19,3 +19,2 @@ "use strict";

const matchit_1 = __importDefault(require("matchit"));
const clone_deep_1 = __importDefault(require("clone-deep"));
const utils_1 = require("@poppinss/utils");

@@ -122,3 +121,4 @@ /**

*/
const routeJSON = clone_deep_1.default(utils_1.lodash.pick(route, [
const routeJSON = {};
utils_1.lodash.merge(routeJSON, utils_1.lodash.pick(route, [
'pattern',

@@ -125,0 +125,0 @@ 'handler',

{
"name": "@adonisjs/http-server",
"version": "2.0.0",
"version": "2.0.1",
"description": "AdonisJS HTTP server with support packed with Routing and Cookies",

@@ -99,5 +99,5 @@ "main": "build/providers/HttpServerProvider.js",

"accepts": "^1.3.7",
"clone-deep": "^4.0.1",
"co-compose": "^5.1.4",
"content-disposition": "^0.5.3",
"cookie": "^0.4.0",
"cuid": "^2.1.8",

@@ -104,0 +104,0 @@ "destroy": "^1.0.4",

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