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.9 to 0.0.10

2

package.json

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

"type": "module",
"version": "0.0.9",
"version": "0.0.10",
"files": [

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

@@ -36,3 +36,2 @@ # Tiny IOC

container.bind(MyClass, () => new MyClass(), Scope.Singleton);
container.bindFactory(DataSource, () => new DataSource(container.get(HttpClient)));

@@ -39,0 +38,0 @@ container.bindSingleton(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