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 0.0.26 to 0.0.27

lib/cjs/utils/env.d.ts

1

lib/cjs/index.d.ts

@@ -8,3 +8,4 @@ export * from './context';

export * from './utils/response';
export * from './utils/env';
export { DI } from './di';
export * from './server';

@@ -22,2 +22,3 @@ "use strict";

__exportStar(require("./utils/response"), exports);
__exportStar(require("./utils/env"), exports);
// Creating Service

@@ -24,0 +25,0 @@ var di_1 = require("./di");

@@ -8,3 +8,4 @@ export * from './context';

export * from './utils/response';
export * from './utils/env';
export { DI } from './di';
export * from './server';

@@ -9,2 +9,3 @@ export * from './context';

export * from './utils/response';
export * from './utils/env';
// Creating Service

@@ -11,0 +12,0 @@ export { DI } from './di';

2

package.json
{
"name": "kobp",
"version": "0.0.26",
"version": "0.0.27",
"description": "Koa Boilerplate with MikroORM",

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

@@ -9,4 +9,5 @@ export * from './context'

export * from './utils/response'
export * from './utils/env'
// Creating Service
export { DI } from './di'
export * from './server'

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