appolo-express
Advanced tools
Comparing version 3.0.4 to 3.0.5
declare module "appolo-express" { | ||
import * as Express from '@types/express' | ||
import * as Express from 'express' | ||
@@ -86,3 +86,4 @@ | ||
export import validator = require('@types/joi') | ||
export import validator = require('joi') | ||
export import validator = require('express') | ||
@@ -89,0 +90,0 @@ export function use(func: Function) |
@@ -28,3 +28,3 @@ { | ||
"main": "./index.js", | ||
"version": "3.0.4", | ||
"version": "3.0.5", | ||
"license": "MIT", | ||
@@ -31,0 +31,0 @@ "repository": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
76926
1284