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

@plumier/core

Package Overview
Dependencies
Maintainers
1
Versions
645
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@plumier/core - npm Package Compare versions

Comparing version 1.0.0-dev11.18 to 1.0.0-dev11.19

5

lib/index.d.ts
import { val } from "typedconverter";
export { val };
export { AuthorizerFunction, checkAuthorize, RoleField, Authorizer } from "./authorization";
export { HeaderPart, RequestPart, BindingDecorator, binder } from "./binder";
export { HeaderPart, RequestPart, BindingDecorator, binder, ParameterBinderMiddleware } from "./binder";
export { invoke } from "./application-pipeline";

@@ -16,2 +16,3 @@ export { response } from "./response";

export { HttpStatus } from "./http-status";
export { ActionResult, Application, AuthorizationContext as AuthorizationContext, Configuration, DefaultFacility, CustomValidator, DependencyResolver, Facility, FileParser, FileUploadInfo, HttpMethod, HttpStatusError, Invocation, KoaMiddleware, Middleware, MiddlewareFunction, MiddlewareDecorator, MiddlewareUtil, PlumierApplication, PlumierConfiguration, RedirectActionResult, ActionContext, RouteInfo, RouteAnalyzerFunction, RouteAnalyzerIssue, ValidatorDecorator, CustomValidatorFunction as CustomValidatorFunction, ValidatorContext, ValidationError, errorMessage, AsyncValidatorResult, DefaultDependencyResolver } from "./types";
export { validate, ValidatorMiddleware } from "./validator";
export { ActionResult, Application, AuthorizationContext, Configuration, DefaultFacility, CustomValidator, DependencyResolver, Facility, FileParser, FileUploadInfo, HttpMethod, HttpStatusError, Invocation, KoaMiddleware, Middleware, MiddlewareFunction, MiddlewareDecorator, MiddlewareUtil, PlumierApplication, PlumierConfiguration, RedirectActionResult, ActionContext, RouteInfo, RouteAnalyzerFunction, RouteAnalyzerIssue, ValidatorDecorator, CustomValidatorFunction, ValidatorContext, ValidationError, errorMessage, AsyncValidatorResult, DefaultDependencyResolver, } from "./types";

4

lib/index.js

@@ -9,2 +9,3 @@ "use strict";

exports.binder = binder_1.binder;
exports.ParameterBinderMiddleware = binder_1.ParameterBinderMiddleware;
var application_pipeline_1 = require("./application-pipeline");

@@ -40,2 +41,5 @@ exports.invoke = application_pipeline_1.invoke;

exports.HttpStatus = http_status_1.HttpStatus;
var validator_1 = require("./validator");
exports.validate = validator_1.validate;
exports.ValidatorMiddleware = validator_1.ValidatorMiddleware;
var types_1 = require("./types");

@@ -42,0 +46,0 @@ exports.ActionResult = types_1.ActionResult;

{
"name": "@plumier/core",
"version": "1.0.0-dev11.18+fa1ae0d",
"version": "1.0.0-dev11.19+66a2aa4",
"description": "Delightful Node.js Rest Framework",

@@ -41,3 +41,3 @@ "main": "lib/index.js",

},
"gitHead": "fa1ae0dccebcee3f3ffb2756c324eaa4ec9bf1f8",
"gitHead": "66a2aa4dc03598ad8dab42383090a1f9c7c38af6",
"devDependencies": {

@@ -44,0 +44,0 @@ "upath": "^1.2.0"

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