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

@tanbo/di

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tanbo/di - npm Package Compare versions

Comparing version 0.0.18 to 0.0.19

5

bundles/core/reflective-injector.js

@@ -45,3 +45,6 @@ import { InjectFlags, Injector } from './injector';

}
throw reflectiveInjectorErrorFn(token);
if (notFoundValue === THROW_IF_NOT_FOUND) {
throw reflectiveInjectorErrorFn(token);
}
return notFoundValue;
}

@@ -48,0 +51,0 @@ resolveDeps(deps, notFoundValue) {

2

package.json
{
"name": "@tanbo/di",
"version": "0.0.18",
"version": "0.0.19",
"description": "A dependency injection Library",

@@ -5,0 +5,0 @@ "main": "./bundles/public-api.js",

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