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

kobp

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kobp - npm Package Compare versions

Comparing version 2.0.17 to 2.0.18

8

lib/cjs/src/modules/bootstrap.module.js

@@ -27,6 +27,6 @@ "use strict";

// TODO: Enhance this to use Function instead.
jsonLimit: '5mb',
textLimit: '5mb',
xmlLimit: '5mb',
formLimit: '5mb',
jsonLimit: '10mb',
textLimit: '10mb',
xmlLimit: '10mb',
formLimit: '10mb',
}));

@@ -33,0 +33,0 @@ // automatically create the required instances.

@@ -22,6 +22,6 @@ import bodyParser from 'koa-bodyparser';

// TODO: Enhance this to use Function instead.
jsonLimit: '5mb',
textLimit: '5mb',
xmlLimit: '5mb',
formLimit: '5mb',
jsonLimit: '10mb',
textLimit: '10mb',
xmlLimit: '10mb',
formLimit: '10mb',
}));

@@ -28,0 +28,0 @@ // automatically create the required instances.

{
"name": "kobp",
"version": "2.0.17",
"version": "2.0.18",
"description": "Koa Boilerplate with MikroORM",

@@ -5,0 +5,0 @@ "main": "lib/cjs/src/index.js",

@@ -33,6 +33,6 @@ import type { KobpCustomization } from '../bootstrap'

// TODO: Enhance this to use Function instead.
jsonLimit: '5mb',
textLimit: '5mb',
xmlLimit: '5mb',
formLimit: '5mb',
jsonLimit: '10mb',
textLimit: '10mb',
xmlLimit: '10mb',
formLimit: '10mb',
}))

@@ -39,0 +39,0 @@ // automatically create the required instances.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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