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.8 to 2.0.9

4

lib/cjs/src/context.d.ts
import type { Logger } from './utils/logger';
import type { MikroORM } from '@mikro-orm/core';
import type { EntityManager } from '@mikro-orm/knex';
import { Context, Middleware as KoaMiddleware } from 'koa';
export interface KobpServiceContext extends Context {
logger?: Logger;
orm: MikroORM;
em: EntityManager;
}

@@ -10,0 +6,0 @@ export interface KobpServiceState {

import type { Logger } from './utils/logger';
import type { MikroORM } from '@mikro-orm/core';
import type { EntityManager } from '@mikro-orm/knex';
import { Context, Middleware as KoaMiddleware } from 'koa';
export interface KobpServiceContext extends Context {
logger?: Logger;
orm: MikroORM;
em: EntityManager;
}

@@ -10,0 +6,0 @@ export interface KobpServiceState {

2

package.json
{
"name": "kobp",
"version": "2.0.8",
"version": "2.0.9",
"description": "Koa Boilerplate with MikroORM",

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

import type { Logger } from './utils/logger'
import type { MikroORM } from '@mikro-orm/core'
import type { EntityManager } from '@mikro-orm/knex'
import { Context, Middleware as KoaMiddleware } from 'koa'

@@ -8,4 +6,2 @@

logger?: Logger
orm: MikroORM
em: EntityManager
}

@@ -12,0 +8,0 @@

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