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

@poppinss/manager

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@poppinss/manager - npm Package Compare versions

Comparing version 2.1.4 to 2.1.5

3

build/index.d.ts

@@ -1,5 +0,2 @@

/**
* @module @poppinss/manager
*/
export { Manager } from './src/Manager';
export * from './src/Contracts';

5

build/index.js
"use strict";
/**
* @module @poppinss/manager
*/
Object.defineProperty(exports, "__esModule", { value: true });
/*

@@ -14,3 +10,4 @@ * @poppinss/manager

*/
Object.defineProperty(exports, "__esModule", { value: true });
var Manager_1 = require("./src/Manager");
exports.Manager = Manager_1.Manager;

@@ -1,4 +0,1 @@

/**
* @module @poppinss/manager
*/
export interface ManagerContract<DriverContract extends any, ReturnValueContract extends any = DriverContract, MappingsList extends {

@@ -5,0 +2,0 @@ [key: string]: ReturnValueContract;

"use strict";
/**
* @module @poppinss/manager
*/
/*
* @poppinss/manager
*
* (c) Harminder Virk <virk@adonisjs.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,4 +0,1 @@

/**
* @module @poppinss/manager
*/
import { ManagerContract } from './Contracts';

@@ -5,0 +2,0 @@ /**

"use strict";
/**
* @module @poppinss/manager
*/
/*
* @poppinss/manager
*
* (c) Harminder Virk <virk@adonisjs.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,0 +11,0 @@ /**

{
"name": "@poppinss/manager",
"version": "2.1.4",
"version": "2.1.5",
"description": "The builder (Manager) pattern implementation",

@@ -30,5 +30,5 @@ "main": "build/index.js",

"devDependencies": {
"@adonisjs/mrm-preset": "^2.2.4",
"@types/node": "^13.7.0",
"commitizen": "^4.0.3",
"@adonisjs/mrm-preset": "^2.3.0",
"@types/node": "^13.11.1",
"commitizen": "^4.0.4",
"cz-conventional-changelog": "^3.1.0",

@@ -38,12 +38,12 @@ "del-cli": "^3.0.0",

"eslint": "^6.8.0",
"eslint-plugin-adonis": "^1.0.6",
"husky": "^4.2.1",
"eslint-plugin-adonis": "^1.0.9",
"husky": "^4.2.5",
"japa": "^3.0.1",
"mrm": "^2.0.4",
"mrm": "^2.2.1",
"np": "^5.2.1",
"ts-node": "^8.6.2",
"typedoc": "^0.16.9",
"ts-node": "^8.8.2",
"typedoc": "^0.17.4",
"typedoc-plugin-external-module-name": "^3.0.0",
"typedoc-plugin-markdown": "^2.2.16",
"typescript": "^3.7.5"
"typedoc-plugin-markdown": "^2.2.17",
"typescript": "^3.8.3"
},

@@ -50,0 +50,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