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

@adonisjs/fold

Package Overview
Dependencies
Maintainers
2
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adonisjs/fold - npm Package Compare versions

Comparing version 6.3.0 to 6.3.1

4

build/src/Ioc/Tracer.d.ts
/// <reference types="node" />
import Emitter from 'events';
import { EventEmitter } from 'events';
import { TracerContract } from '../Contracts';

@@ -9,3 +9,3 @@ /**

*/
export declare class Tracer extends Emitter implements TracerContract {
export declare class Tracer extends EventEmitter implements TracerContract {
private namespaces;

@@ -12,0 +12,0 @@ in(namespace: string, cached: boolean): void;

@@ -10,7 +10,4 @@ "use strict";

*/
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const events_1 = __importDefault(require("events"));
const events_1 = require("events");
/**

@@ -21,3 +18,3 @@ * Tracer is used to emit event from the IoC container

*/
class Tracer extends events_1.default {
class Tracer extends events_1.EventEmitter {
constructor() {

@@ -40,3 +37,3 @@ super(...arguments);

*/
class NoopTracer extends events_1.default {
class NoopTracer extends events_1.EventEmitter {
in() { }

@@ -43,0 +40,0 @@ out() { }

{
"name": "@adonisjs/fold",
"version": "6.3.0",
"version": "6.3.1",
"description": "Dependency manager and ioc container for your next NodeJs application",

@@ -44,3 +44,3 @@ "main": "build/index.js",

"@poppinss/dev-utils": "^1.0.3",
"@types/node": "^12.12.21",
"@types/node": "^13.5.0",
"commitizen": "^4.0.3",

@@ -50,5 +50,5 @@ "cz-conventional-changelog": "^3.0.2",

"doctoc": "^1.4.0",
"eslint": "^6.7.2",
"eslint-plugin-adonis": "^1.0.4",
"husky": "^3.1.0",
"eslint": "^6.8.0",
"eslint-plugin-adonis": "^1.0.5",
"husky": "^4.2.1",
"japa": "^3.0.1",

@@ -58,4 +58,4 @@ "mrm": "^2.0.2",

"reflect-metadata": "^0.1.13",
"ts-node": "^8.5.4",
"typescript": "^3.7.3"
"ts-node": "^8.6.2",
"typescript": "^3.7.5"
},

@@ -62,0 +62,0 @@ "nyc": {

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