Socket
Socket
Sign inDemoInstall

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.2.14 to 1.2.15

3

lib/index.d.ts

@@ -31,3 +31,4 @@ import ControllerAdapter, { WebMvcConfigurationSupport } from "./controller/index";

declare const FAIL: Fail;
export { WebMvcConfigurationSupport, SUCCESS, FAIL, Request, Response, Get, Post, Put, Delete, Scope, Param, HttpInterceptor, Fail, Success, RestModel, View, Redirect, Forward, Download, FilterAdapter, Filter, Validator, Controller, Interceptor, model, annotation, };
declare function defineMvcConfig(config: VWebMvcConfig): VWebMvcConfig;
export { WebMvcConfigurationSupport, SUCCESS, FAIL, Request, Response, Get, Post, Put, Delete, Scope, Param, HttpInterceptor, Fail, Success, RestModel, View, Redirect, Forward, Download, FilterAdapter, Filter, Validator, Controller, Interceptor, model, annotation, defineMvcConfig, };
declare global {

@@ -34,0 +35,0 @@ const mvc: ControllerAdapter;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.annotation = exports.model = exports.Interceptor = exports.Controller = exports.Validator = exports.Filter = exports.FilterAdapter = exports.Download = exports.Forward = exports.Redirect = exports.View = exports.RestModel = exports.Success = exports.Fail = exports.HttpInterceptor = exports.Param = exports.Scope = exports.Delete = exports.Put = exports.Post = exports.Get = exports.Response = exports.Request = exports.FAIL = exports.SUCCESS = exports.WebMvcConfigurationSupport = void 0;
exports.defineMvcConfig = exports.annotation = exports.model = exports.Interceptor = exports.Controller = exports.Validator = exports.Filter = exports.FilterAdapter = exports.Download = exports.Forward = exports.Redirect = exports.View = exports.RestModel = exports.Success = exports.Fail = exports.HttpInterceptor = exports.Param = exports.Scope = exports.Delete = exports.Put = exports.Post = exports.Get = exports.Response = exports.Request = exports.FAIL = exports.SUCCESS = exports.WebMvcConfigurationSupport = void 0;
const index_1 = require("./controller/index");

@@ -59,2 +59,6 @@ Object.defineProperty(exports, "WebMvcConfigurationSupport", { enumerable: true, get: function () { return index_1.WebMvcConfigurationSupport; } });

exports.FAIL = FAIL;
function defineMvcConfig(config) {
return config;
}
exports.defineMvcConfig = defineMvcConfig;
exports.default = {

@@ -61,0 +65,0 @@ name: 'mvc',

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