@roots/container
Advanced tools
Comparing version 5.0.0-next.17 to 5.0.0-next.18
{ | ||
"name": "@roots/container", | ||
"version": "5.0.0-next.17", | ||
"version": "5.0.0-next.18", | ||
"description": "Collections utility", | ||
@@ -66,7 +66,7 @@ "homepage": "https://roots.io/bud", | ||
"devDependencies": { | ||
"@types/lodash": "4.14.177", | ||
"@types/node": "16.11.9", | ||
"@types/lodash": "4.14.178", | ||
"@types/node": "16.11.12", | ||
"helpful-decorators": "2.1.0", | ||
"lodash": "4.17.21", | ||
"type-fest": "2.6.0" | ||
"type-fest": "2.8.0" | ||
}, | ||
@@ -73,0 +73,0 @@ "dependencies": { |
<p align="center"> | ||
<img alt="Bud" src="https://cdn.roots.io/app/uploads/logo-bud.svg" height="100" /> | ||
<img src="https://cdn.roots.io/app/uploads/logo-bud.svg" height="100" alt="Bud" /> | ||
</p> | ||
<p align="center"> | ||
<img | ||
alt="MIT License" | ||
src="https://img.shields.io/github/license/roots/bud?color=%23525ddc&style=flat-square" | ||
/> | ||
<a | ||
href="https://app.fossa.com/projects/git%2Bgithub.com%2Froots%2Fbud?ref=badge_small" | ||
alt="FOSSA Status" | ||
> | ||
<img src="https://app.fossa.com/api/projects/git%2Bgithub.com%2Froots%2Fbud.svg?type=small" /> | ||
</a> | ||
<a href="https://www.npmjs.com/package/@roots/bud"> | ||
<img src="https://img.shields.io/npm/v/@roots/bud.svg?color=%23525ddc&style=flat-square" /> | ||
</a> | ||
<a href="https://codecov.io/gh/roots/bud"> | ||
<img src="https://codecov.io/gh/roots/bud/branch/next/graph/badge.svg?token=DRJ28OD8XD" /> | ||
</a> | ||
<a href="https://twitter.com/rootswp"> | ||
<img | ||
alt="Follow Roots" | ||
src="https://img.shields.io/twitter/follow/rootswp.svg?color=%23525ddc&style=flat-square" | ||
/> | ||
</a> | ||
<img alt="MIT License" src="https://img.shields.io/github/license/roots/bud?color=%23525ddc&style=flat-square" /> <img alt="npm" src="https://img.shields.io/npm/v/@roots/bud.svg?color=%23525ddc&style=flat-square" /> <img alt="Follow Roots" src="https://img.shields.io/twitter/follow/rootswp.svg?color=%23525ddc&style=flat-square" /> | ||
</p> | ||
@@ -34,3 +13,5 @@ | ||
Collections utility | ||
<p align="center"> | ||
Collections utility | ||
</p> | ||
@@ -58,2 +39,3 @@ ## Installation | ||
Contributions are welcome from everyone. | ||
We have [contribution guidelines](https://github.com/roots/guidelines/blob/master/CONTRIBUTING.md) to help you get started. | ||
@@ -64,2 +46,3 @@ | ||
Help support our open-source development efforts by [becoming a patron](https://www.patreon.com/rootsdev). | ||
<a href="https://kinsta.com/?kaid=OFDHAJIXUDIV"><img src="https://cdn.roots.io/app/uploads/kinsta.svg" alt="Kinsta" width="200" height="150"/></a> | ||
@@ -66,0 +49,0 @@ <a href="https://k-m.com/"><img src="https://cdn.roots.io/app/uploads/km-digital.svg" alt="KM Digital" width="200" height="150"/></a> |
@@ -615,4 +615,4 @@ import type { Repository, ValueOf } from './container.interface'; | ||
* | ||
* @param key | ||
* @param instance | ||
* @param key - The key to check. | ||
* @param instance - The class to check against | ||
* @returns | ||
@@ -633,4 +633,4 @@ * | ||
* | ||
* @param key | ||
* @param instances | ||
* @param key - the key to check | ||
* @param instances - The classes to check against | ||
* @returns | ||
@@ -637,0 +637,0 @@ * |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1311132
51