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

@lbu/server

Package Overview
Dependencies
Maintainers
2
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lbu/server - npm Package Compare versions

Comparing version 0.0.84 to 0.0.85

5

index.d.ts

@@ -42,3 +42,3 @@ // Original types from @types/koa & @types/koa-compose

import { Logger } from "@lbu/insight";
import { Event, Logger } from "@lbu/insight";
import { StoreFile } from "@lbu/store";

@@ -706,2 +706,3 @@ import { AxiosInstance } from "axios";

log: Logger;
event: Event;
session: Session | null;

@@ -760,3 +761,3 @@ }

export type Next = () => Promise<any>;
export type Next = () => void | Promise<void>;

@@ -763,0 +764,0 @@ /**

8

package.json
{
"name": "@lbu/server",
"version": "0.0.84",
"version": "0.0.85",
"description": "Koa server and common middleware",

@@ -19,4 +19,4 @@ "main": "./index.js",

"dependencies": {
"@lbu/insight": "0.0.84",
"@lbu/stdlib": "0.0.84",
"@lbu/insight": "0.0.85",
"@lbu/stdlib": "0.0.85",
"formidable": "2.0.0-canary.20200504.1",

@@ -49,3 +49,3 @@ "keygrip": "1.1.0",

},
"gitHead": "0757389e1068a45187532e9945f5a45af1aa94f9"
"gitHead": "cda54be9b925a481d04d219ba741b8bbb54e1abe"
}
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