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

koa-serverless

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koa-serverless - npm Package Compare versions

Comparing version 0.2.1 to 0.3.0

3

dist/index.js

@@ -7,3 +7,2 @@ 'use strict';

var dotenv = require('dotenv');
var koa = _interopDefault(require('koa'));

@@ -46,4 +45,2 @@ var responseTime = _interopDefault(require('koa-response-time'));

dotenv.config();
function KoaServerlessApp({

@@ -50,0 +47,0 @@ serverless = defaultServerless,

"use strict";
import { config } from "dotenv";
config();
import koa from "koa";

@@ -7,0 +4,0 @@ import responseTime from "koa-response-time";

7

package.json
{
"name": "koa-serverless",
"version": "0.2.1",
"version": "0.3.0",
"description": "",

@@ -25,3 +25,2 @@ "main": "dist/index.js",

"dependencies": {
"dotenv": "^6.0.0",
"is-lambda": "^1.0.1",

@@ -37,5 +36,3 @@ "koa": "^2.5.3",

"roarr": "^2.11.0",
"serverless-http": "^1.6.0",
"uuid": "^3.3.2",
"whatwg-url": "^7.0.0"
"serverless-http": "^1.6.0"
},

@@ -42,0 +39,0 @@ "devDependencies": {

@@ -6,3 +6,2 @@ # koa-serverless

- Serverless Support ([serverless-http](https://github.com/dougmoscrop/serverless-http))
- load .env file ([dotenv](https://github.com/motdotla/dotenv))
- nested querystring support ([qs](https://github.com/ljharb/qs))

@@ -9,0 +8,0 @@ - session management ([koa-session](https://github.com/koajs/session))

@@ -6,3 +6,2 @@ // rollup.config.js

external: [
"dotenv",
"koa",

@@ -15,3 +14,2 @@ "koa-error",

"koa-roarr",
"kcors",
"koa-qs",

@@ -21,5 +19,4 @@ "is-lambda",

"serverless-http",
"uuid/v4",
"whatwg-url"
"uuid/v4"
]
};

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