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

@webiny/handler-http

Package Overview
Dependencies
Maintainers
1
Versions
177
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webiny/handler-http - npm Package Compare versions

Comparing version 5.22.1 to 5.23.0-beta.0

4

index.js

@@ -44,4 +44,2 @@ "use strict";

var _default = (options = {}) => [new _handler.ContextPlugin(async context => {
var _invocationArgs$path;
const {

@@ -64,3 +62,3 @@ invocationArgs

const path = (_invocationArgs$path = invocationArgs.path) !== null && _invocationArgs$path !== void 0 ? _invocationArgs$path : {};
const path = invocationArgs.path ?? {};
const request = {

@@ -67,0 +65,0 @@ method: invocationArgs.method,

{
"name": "@webiny/handler-http",
"version": "5.22.1",
"version": "5.23.0-beta.0",
"main": "index.js",

@@ -18,4 +18,5 @@ "repository": {

"@babel/runtime": "7.16.7",
"@webiny/handler": "5.22.1",
"@webiny/handler-args": "5.22.1",
"@webiny/handler": "5.23.0-beta.0",
"@webiny/handler-args": "5.23.0-beta.0",
"@webiny/utils": "5.23.0-beta.0",
"boolean": "3.1.4"

@@ -26,5 +27,4 @@ },

"@babel/core": "^7.16.0",
"@webiny/cli": "^5.22.1",
"@webiny/project-utils": "^5.22.1",
"@webiny/utils": "^5.22.1",
"@webiny/cli": "^5.23.0-beta.0",
"@webiny/project-utils": "^5.23.0-beta.0",
"merge": "^1.2.1",

@@ -42,3 +42,3 @@ "rimraf": "^3.0.2",

},
"gitHead": "a11862df42aaf38380b28fa70e33b0ac3d37abe8"
"gitHead": "deb16c58954f7396c848f04806a2028aa53cc97b"
}
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