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

plumier

Package Overview
Dependencies
Maintainers
1
Versions
652
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

plumier - npm Package Compare versions

Comparing version 1.0.1-canary.22 to 1.0.1-canary.26

2

lib/application.js

@@ -57,3 +57,3 @@ "use strict";

for (const facility of this.config.facilities) {
const genRoutes = await facility.generateRoutes(this);
const genRoutes = await facility.generateRoutes(this, routes);
routes.push(...genRoutes);

@@ -60,0 +60,0 @@ }

{
"name": "plumier",
"version": "1.0.1-canary.22+1ce9220",
"version": "1.0.1-canary.26+e22f8cd",
"description": "Delightful Node.js Rest Framework",

@@ -22,4 +22,4 @@ "main": "lib/index.js",

"@koa/cors": "^3.1.0",
"@plumier/core": "1.0.1-canary.22+1ce9220",
"@plumier/generic-controller": "1.0.1-canary.22+1ce9220",
"@plumier/core": "1.0.1-canary.26+e22f8cd",
"@plumier/generic-controller": "1.0.1-canary.26+e22f8cd",
"@types/bytes": "^3.1.0",

@@ -47,3 +47,3 @@ "@types/koa": "^2.13.1",

},
"gitHead": "1ce922097ba707499a67b537e8cef48681c2060f"
"gitHead": "e22f8cd22093f8606b1f34acc2f095b02d5b89d3"
}
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