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

@travetto/di

Package Overview
Dependencies
Maintainers
1
Versions
313
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@travetto/di - npm Package Compare versions

Comparing version 4.0.4 to 4.0.5

6

package.json
{
"name": "@travetto/di",
"version": "4.0.4",
"version": "4.0.5",
"description": "Dependency registration/management and injection support.",

@@ -30,6 +30,6 @@ "keywords": [

"dependencies": {
"@travetto/registry": "^4.0.4"
"@travetto/registry": "^4.0.5"
},
"peerDependencies": {
"@travetto/transformer": "^4.0.2"
"@travetto/transformer": "^4.0.3"
},

@@ -36,0 +36,0 @@ "peerDependenciesMeta": {

@@ -241,3 +241,3 @@ import { Class, ClassInstance, ConcreteClass, Env } from '@travetto/base';

if (Env.dynamic) {
const { DependencyRegistration } = await import('../support/dynamic.injection.js');
const { DependencyRegistration } = await import('../support/dynamic.injection');
DependencyRegistration.init(this);

@@ -244,0 +244,0 @@ }

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