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.14 to 0.0.15

2

package.json

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

},
"version": "0.0.14"
"version": "0.0.15"
}
import { Dependency, InjectableConfig, ClassTarget, InjectableFactoryConfig } from '../types';
import { InjectionError } from './error';
import { MetadataRegistry, Class, RootRegistry, ChangeEvent } from '@travetto/registry';
import { AppEnv, isPlainObject, deepMerge } from '@travetto/base';
import { AppEnv, isPlainObject, deepAssign } from '@travetto/base';
import { RetargettingHandler } from '@travetto/compiler';

@@ -25,3 +25,3 @@

} else if (isPlainObject(o.original)) {
deepMerge(o, o.original)
deepAssign(o, o.original)
}

@@ -28,0 +28,0 @@ o.original = undefined;

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