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.3.16 to 0.3.17

10

package.json

@@ -13,8 +13,8 @@ {

"dependencies": {
"@travetto/config": "^0.3.11",
"@travetto/registry": "^0.3.10"
"@travetto/config": "^0.3.12",
"@travetto/registry": "^0.3.11"
},
"description": "Dependency registration/management and injection support.",
"devDependencies": {
"@travetto/test": "^0.3.15"
"@travetto/test": "^0.3.16"
},

@@ -36,4 +36,4 @@ "homepage": "https://travetto.io",

},
"version": "0.3.16",
"gitHead": "690a82599de3778619062118a51e344d69d5946e"
"version": "0.3.17",
"gitHead": "7ee03431f510df773d5869aee70e3c91758f5ff3"
}

@@ -7,3 +7,2 @@ import { MetadataRegistry, Class, RootRegistry, ChangeEvent } from '@travetto/registry';

import { InjectionError } from './error';
import { ClassConfig } from '@travetto/schema';

@@ -430,2 +429,3 @@ export const DEFAULT_INSTANCE = Symbol('__default');

super.onReset();
this.resolved = false;
this.pendingFinalize = [];

@@ -438,2 +438,4 @@ this.instances.clear();

this.targets.clear();
this.factories.clear();
this.applications.clear();
}

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