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

@plumier/generic-controller

Package Overview
Dependencies
Maintainers
1
Versions
204
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@plumier/generic-controller - npm Package Compare versions

Comparing version 1.0.0-canary1592886862.0 to 1.0.0-canary1593026645.0

4

lib/facility.d.ts

@@ -12,2 +12,6 @@ import { Class, DefaultFacility, PlumierApplication } from "@plumier/core";

/**
* Define group of route generated, this will be used to categorized routes in Route Analysis and Swagger (separate swagger endpoint for each group)
*/
group?: string;
/**
* Root path of the endpoint generated, for example /api/v1

@@ -14,0 +18,0 @@ */

6

package.json
{
"name": "@plumier/generic-controller",
"version": "1.0.0-canary1592886862.0+438c2de",
"version": "1.0.0-canary1593026645.0+7c5b780",
"description": "Plumier generic controller implementation",

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

"dependencies": {
"@plumier/core": "1.0.0-canary1592886862.0+438c2de",
"@plumier/core": "1.0.0-canary1593026645.0+7c5b780",
"@types/pluralize": "^0.0.29",

@@ -33,3 +33,3 @@ "pluralize": "^8.0.0"

},
"gitHead": "438c2de2249305176eaf2c2e6e526924781edd48"
"gitHead": "7c5b7808e61a5c8bb3fa768a3083f47a2cc28426"
}
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