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.7 to 1.1.8

6

lib/controller/filter.d.ts

@@ -15,5 +15,5 @@ /// <reference types="node" />

ordered(): number;
prepare(parameter: Parameter, options: FilterOptions): boolean | void | Promise<boolean | void>;
complete(parameter: Parameter, result: any, options: FilterOptions): void | Promise<void>;
throw(error: Error, options: FilterOptions): void | Promise<void>;
prepare(parameter: Parameter, options: FilterOptions): boolean | void | any;
complete(parameter: Parameter, result: any, options: FilterOptions): void | any;
throw(error: Error, options: FilterOptions): void | any;
}

@@ -20,0 +20,0 @@ export declare class FilterChain {

{
"name": "vweb-mvc",
"version": "1.1.7",
"version": "1.1.8",
"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