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.7.5 to 1.7.6

2

CHANGELOG.md

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

### [1.7.6](https://github.com/koatty/koatty_container/compare/v1.7.5...v1.7.6) (2022-02-25)
### [1.7.5](https://github.com/koatty/koatty_container/compare/v1.7.4...v1.7.5) (2022-02-22)

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

2

dist/index.d.ts
/*!
* @Author: richen
* @Date: 2022-02-22 12:10:36
* @Date: 2022-02-25 16:46:26
* @License: BSD (3-Clause)

@@ -5,0 +5,0 @@ * @Copyright (c) - <richenlin(at)gmail.com>

/*!
* @Author: richen
* @Date: 2022-02-22 12:10:26
* @Date: 2022-02-25 16:45:54
* @License: BSD (3-Clause)

@@ -490,3 +490,3 @@ * @Copyright (c) - <richenlin(at)gmail.com>

// If the class has defined the default AOP method, @BeforeEach and @AfterEach will not take effect
const allMethods = getMethodNames(target);
const allMethods = getMethodNames(target, true);
const methods = allMethods.filter((m) => !['constructor', 'init', '__before', '__after'].includes(m));

@@ -608,3 +608,3 @@ let hasDefault = false;

* @Date: 2022-02-18 14:29:10
* @LastEditTime: 2022-02-21 14:21:38
* @LastEditTime: 2022-02-25 10:44:50
*/

@@ -611,0 +611,0 @@ /**

{
"name": "koatty_container",
"version": "1.7.5",
"version": "1.7.6",
"description": "IOC Container for Koatty.",

@@ -5,0 +5,0 @@ "scripts": {

{
"name": "koatty_container",
"version": "1.7.5",
"version": "1.7.6",
"description": "IOC Container for Koatty.",

@@ -5,0 +5,0 @@ "scripts": {

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