New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@drewjbartlett/tiny-ioc

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@drewjbartlett/tiny-ioc - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

2

package.json

@@ -8,3 +8,3 @@ {

"type": "module",
"version": "0.0.6",
"version": "0.0.7",
"files": [

@@ -11,0 +11,0 @@ "dist"

@@ -17,3 +17,3 @@ # Tiny IOC

- ✅ support for swapping dependencies
- ✅ makes testing a breeze
- ✅ simplfies testing / mocking

@@ -189,4 +189,6 @@ ### Installation

- `unbind` - Remove the given binding from the container entirely.
#### `unbind<T>(binding: Binding<T>): void`
Remove the given binding from the container entirely.
```ts

@@ -193,0 +195,0 @@ container.bindFactory(HttpClient, () => new HttpClient());

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