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 3.1.2 to 3.1.3

6

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

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

"dependencies": {
"@travetto/registry": "^3.1.2"
"@travetto/registry": "^3.1.3"
},
"peerDependencies": {
"@travetto/transformer": "^3.1.3"
"@travetto/transformer": "^3.1.4"
},

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

@@ -82,3 +82,3 @@ import { RetargettingProxy, Class, ClassInstance } from '@travetto/base';

const classId = cls.Ⲑid;
const proxy = this.#proxies.get(classId)!.get(qualifier);
const proxy = this.#proxies.get(classId)?.get(qualifier);
this.#registryDestroyInstance(cls, qualifier);

@@ -85,0 +85,0 @@ if (proxy) {

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