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

@webiny/handler

Package Overview
Dependencies
Maintainers
1
Versions
512
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webiny/handler - npm Package Compare versions

Comparing version 4.0.0-beta.5 to 4.0.0-beta.6

0

create.d.ts
declare const _default: (...plugins: any[]) => (...args: any[]) => Promise<any>;
export default _default;

@@ -0,0 +0,0 @@ declare const _default: ({ statusCode, type, body, isBase64Encoded, headers }?: {

export { default as createHandler } from "./create";
export { default as createResponse } from "./createResponse";

@@ -0,0 +0,0 @@ declare const _default: (functions?: Function[]) => Function;

7

package.json
{
"name": "@webiny/handler",
"version": "4.0.0-beta.5",
"version": "4.0.0-beta.6",
"main": "index.js",

@@ -18,3 +18,3 @@ "license": "MIT",

"@babel/runtime": "^7.5.5",
"@webiny/plugins": "^4.0.0-beta.5"
"@webiny/plugins": "^4.0.0-beta.6"
},

@@ -35,3 +35,4 @@ "devDependencies": {

"prepublishOnly": "yarn build"
}
},
"gitHead": "49781bb5bb59bc2d67d72b177cce368c451ee665"
}

@@ -0,0 +0,0 @@ import { Plugin, PluginsContainer } from "@webiny/plugins/types";

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