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 2.0.1 to 2.0.2

2

dist/index.d.ts

@@ -9,4 +9,4 @@ /**

export { Value, Config } from "./Value";
export { Before, BeforeEach, After, AfterEach } from "./AOP";
export { Aspect, Before, BeforeEach, After, AfterEach } from "./AOP";
export * from "./Container";
export * from "./IContainer";

@@ -9,3 +9,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.AfterEach = exports.After = exports.BeforeEach = exports.Before = exports.Config = exports.Value = exports.Autowired = void 0;
exports.AfterEach = exports.After = exports.BeforeEach = exports.Before = exports.Aspect = exports.Config = exports.Value = exports.Autowired = void 0;
const tslib_1 = require("tslib");

@@ -18,2 +18,3 @@ var Autowired_1 = require("./Autowired");

var AOP_1 = require("./AOP");
Object.defineProperty(exports, "Aspect", { enumerable: true, get: function () { return AOP_1.Aspect; } });
Object.defineProperty(exports, "Before", { enumerable: true, get: function () { return AOP_1.Before; } });

@@ -20,0 +21,0 @@ Object.defineProperty(exports, "BeforeEach", { enumerable: true, get: function () { return AOP_1.BeforeEach; } });

{
"name": "koatty_container",
"version": "2.0.1",
"version": "2.0.2",
"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