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

apicco-lib

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apicco-lib - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

15

build.js

@@ -95,6 +95,13 @@ const path = require('path');

router.get(path.join(prefix, 'discovery'), (ctx) => {
ctx.status = 200;
ctx.body = api;
});
router.get(
path.join(prefix, 'discovery'),
compose([
...beforeMiddlewares,
(ctx) => {
ctx.status = 200;
ctx.body = api;
},
...afterMiddlewares
])
);
}

@@ -101,0 +108,0 @@

{
"name": "apicco-lib",
"version": "1.0.4",
"version": "1.0.5",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

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