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

@backlib/koa

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@backlib/koa - npm Package Compare versions

Comparing version 0.3.3 to 0.3.4

3

dist/base-router.d.ts
import { Middleware, ParameterizedContext } from 'koa';
import koaCompose from 'koa-compose';
declare const REQUEST_METHODS: readonly ["get", "post", "put", "patch", "options", "delete", "head"];

@@ -19,3 +18,3 @@ declare type RequestMethod = typeof REQUEST_METHODS[number];

/** Return the composed middleware of all of the route of this router */
middleware(): koaCompose.Middleware<any>;
middleware(): Middleware<any, any, any>;
constructor(prefix?: string);

@@ -22,0 +21,0 @@ assertKoaContext(ktx: ParameterizedContext<S, C>): Promise<void>;

{
"name": "@backlib/koa",
"version": "0.3.3",
"version": "0.3.4",
"description": "Minimalist KOA utilities for backend web services",

@@ -23,3 +23,4 @@ "main": "dist/index.js",

"@koa/router": "^10.0.0",
"@types/koa": "^2.11.6",
"@types/koa": "^2.13.0",
"@types/koa-bodyparser": "^4.3.0",
"@types/koa__router": "^8.0.3",

@@ -39,8 +40,8 @@ "fs-extra-plus": "^0.5.20",

"@types/markdown-it": "^12.0.1",
"@types/mocha": "^8.2.0",
"backlib": "^0.3.0",
"@types/mocha": "^8.2.1",
"backlib": "^0.3.2",
"mocha": "^8.2.1",
"rimraf": "^3.0.2",
"ts-node-dev": "^1.1.1",
"typescript": "^4.1.3"
"ts-node-dev": "^1.1.6",
"typescript": "^4.2.2"
},

@@ -47,0 +48,0 @@ "files": [

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