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

koatty_container

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koatty_container - npm Package Compare versions

Comparing version 1.5.2 to 1.6.0

2

CHANGELOG.md

@@ -5,2 +5,4 @@ # Changelog

### [1.6.0](https://github.com/koatty/koatty_container/compare/v1.5.2...v1.6.0) (2021-07-12)
### [1.5.2](https://github.com/koatty/koatty_container/compare/v1.4.4...v1.5.2) (2021-07-09)

@@ -7,0 +9,0 @@

@@ -0,1 +1,7 @@

/**
* @ author: richen
* @ copyright: Copyright (c) - <richenlin(at)gmail.com>
* @ license: MIT
* @ version: 2020-05-10 11:41:01
*/
export declare type Scope = 'Singleton' | 'Prototype';

@@ -2,0 +8,0 @@ export declare type ComponentType = 'COMPONENT' | 'CONTROLLER' | 'MIDDLEWARE' | 'SERVICE';

6

package.json
{
"name": "koatty_container",
"version": "1.5.2",
"version": "1.6.0",
"description": "IOC Container for Koatty.",

@@ -46,3 +46,2 @@ "scripts": {

"@types/cls-hooked": "^4.x.x",
"@types/koa": "^2.x.x",
"@types/node": "^12.x.x",

@@ -66,3 +65,2 @@ "@typescript-eslint/eslint-plugin": "^4.x.x",

"dependencies": {
"koa": "^2.x.x",
"koatty_lib": "^1.x.x",

@@ -78,2 +76,2 @@ "koatty_logger": "^1.x.x",

}
}
}

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