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 0.0.21 to 0.0.22

2

package.json

@@ -24,3 +24,3 @@ {

},
"version": "0.0.21"
"version": "0.0.22"
}

@@ -39,3 +39,3 @@ import { InjectableConfig, Dependency } from '../types';

return (target: any) => {
DependencyRegistry.registerConstructor(target, (configs || []) as any as Dependency[]);
DependencyRegistry.registerConstructor(target, configs as any as Dependency[]);
};

@@ -42,0 +42,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