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

@dits/dits

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dits/dits - npm Package Compare versions

Comparing version 0.0.18 to 0.0.19

4

lib/di/service.js

@@ -67,3 +67,3 @@ "use strict";

handlers = new di_1.HandlerRegistry();
this.container?.register(di_1.HandlerRegistry, handlers);
this.container.register(di_1.HandlerRegistry, handlers);
}

@@ -74,3 +74,3 @@ // register an app-level component registry

components = new di_1.ComponentRegistry();
this.container?.register(di_1.ComponentRegistry, components);
this.container.register(di_1.ComponentRegistry, components);
}

@@ -77,0 +77,0 @@ // setup our properties for the Zone itself

{
"name": "@dits/dits",
"version": "0.0.18",
"version": "0.0.19",
"main": "lib/index.js",

@@ -5,0 +5,0 @@ "types": "lib/index.d.ts",

Sorry, the diff of this file is not supported yet

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