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

vweb-mvc

Package Overview
Dependencies
Maintainers
1
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vweb-mvc - npm Package Compare versions

Comparing version 1.1.19 to 1.1.20

3

lib/controller/filter.d.ts

@@ -5,3 +5,3 @@ import 'vweb-core';

import { Response, Request } from "express-serve-static-core";
export declare class FilterOptions {
declare interface FilterOptions {
readonly request: Request;

@@ -36,1 +36,2 @@ readonly response: Response;

}
export {};

@@ -12,8 +12,5 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.FilterRegulator = exports.FilterChain = exports.FilterAdapter = exports.FilterOptions = void 0;
exports.FilterRegulator = exports.FilterChain = exports.FilterAdapter = void 0;
const anno_1 = require("../anno");
require("vweb-core");
class FilterOptions {
}
exports.FilterOptions = FilterOptions;
class FilterAdapter {

@@ -20,0 +17,0 @@ ordered() {

@@ -109,3 +109,3 @@ "use strict";

catch (err) {
filterChain.throw(err, req, res);
filterChain.throw(err, chainOptions);
(0, error_1.requestError)(res, err, logger);

@@ -112,0 +112,0 @@ logger.error(`from ${req.ip} ${req.method} ${req.url} cost ${Date.now() - timeBegin}ms`);

{
"name": "vweb-mvc",
"version": "1.1.19",
"version": "1.1.20",
"description": "mvc ",

@@ -5,0 +5,0 @@ "main": "./lib/index",

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