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.10 to 0.3.11

2

bin/travetto-cli-run.js

@@ -44,3 +44,3 @@ //@ts-check

if (cmd.watch !== undefined) {
const watch = cmd.watch.test(/^(true|yes|on)$/i)
const watch = /^(true|yes|on)$/i.test(cmd.watch);
process.env.WATCH = `${watch}`;

@@ -47,0 +47,0 @@ process.env.NO_WATCH = `${!watch}`;

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

"dependencies": {
"@travetto/config": "^0.3.8",
"@travetto/registry": "^0.3.8"
"@travetto/config": "^0.3.9",
"@travetto/registry": "^0.3.9"
},
"description": "Dependency registration/management and injection support.",
"devDependencies": {
"@travetto/test": "^0.3.8"
"@travetto/test": "^0.3.9"
},

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

},
"version": "0.3.10",
"gitHead": "d46bc60bb5d5327321d6389eb2e103a31ac1c685"
"version": "0.3.11",
"gitHead": "3cf9c20180e53da48f45451bd5d4a6139887508f"
}

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

// If targetting self (default @Injectable behavior)
// If targeting self (default @Injectable behavior)
if (classId === targetId && (parentConfig || parentClass.__abstract)) {

@@ -355,0 +355,0 @@ const parentId = parentClass.__id;

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