Socket
Socket
Sign inDemoInstall

@ogre-tools/injectable-extension-for-auto-registration

Package Overview
Dependencies
0
Maintainers
2
Versions
62
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous134567Next

17.5.0

Diff

Changelog

Source

17.5.0 (2023-06-21)

Features

  • Introduce InjectWithMeta (24e9bf0)
iku-turso
published 17.3.0 •

Changelog

Source

17.3.0 (2023-06-19)

Features

  • Make injectable-mobx not require MobX-transaction (45a2712)
iku-turso
published 17.2.0 •

Changelog

Source

17.2.0 (2023-06-01)

Features

  • Make permitting side effects work properly with injection tokens (f3dea3b)
iku-turso
published 17.1.1 •

Changelog

Source

17.1.1 (2023-05-31)

Bug Fixes

  • Handle all permutations of ill-formatted paths (3e3bd6b)
  • Make linkable push throw when encountering file paths incompatible with yalc (be75a7e)
iku-turso
published 17.1.0 •

Changelog

Source

17.1.0 (2023-05-30)

Features

  • Make linkable able to automatically attempt fixing corrupted yalc.lock files (a574e19)
  • Make linkable able to link from monorepo (2de597b)
iku-turso
published 17.0.0 •

Changelog

Source

17.0.0 (2023-05-17)

⚠ BREAKING CHANGES

  • Adapt to changes in typing of asyncComputed.

Bug Fixes

  • Make types of asyncComputed describe the value for pending more (b6719f5)
iku-turso
published 16.1.2 •

Changelog

Source

16.1.2 (2023-05-17)

Bug Fixes

  • Revert a patch release contents that was actually breaking (22628a3)
iku-turso
published 16.1.1 •

Changelog

Source

16.1.1 (2023-05-17)

Bug Fixes

  • Make types of asyncComputed describe the value for pending more accurately (e4d6325)
iku-turso
published 16.1.0 •

Changelog

Source

16.1.0 (2023-05-16)

Features

  • Implement access to source namespace to permit eg. "scope specific" keyedSingletons (a3a0326)
iku-turso
published 16.0.0 •

Changelog

Source

16.0.0 (2023-05-15)

⚠ BREAKING CHANGES

  • Make sure previous usages of injectable id of meta do not break with the new addition of namespace. Eg. what previously was di.injectManyWithMeta(someInjectionToken) -> { id: 'some-id', instance: ... } ...will now become: { id: 'some-scope:some-id', instance: ... } ...when a scope is present.

Features

  • Implement computedInjectManyWithMeta, and add missing type tests to computedInjectMany (a8527c1)
  • Make the injectable id for "meta" namespaced to avoid collisions (baa52a9)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc