Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@atlas-engine/admin_domain.repository.embedded

Package Overview
Dependencies
Maintainers
4
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlas-engine/admin_domain.repository.embedded - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

dist/amd/cronjob_repository.js

12

ioc_module.js
'use strict';
const {
ExternalTaskRepository,
CronjobRepository,
FlowNodeInstanceRepository,
LoggingRepository,
NotificationRepository,

@@ -14,4 +15,4 @@ ProcessDefinitionRepository,

container
.register('AdminDomain.ExternalTaskRepository', ExternalTaskRepository)
.dependencies('EventAggregator', 'RuntimeDomain.ExternalTaskService', 'ProcessInstanceManagementService')
.register('AdminDomain.CronjobRepository', CronjobRepository)
.dependencies('CronjobService', 'RuntimeDomain.CronjobHistoryService')
.singleton();

@@ -25,2 +26,7 @@

container
.register('AdminDomain.LoggingRepository', LoggingRepository)
.dependencies('RuntimeDomain.LoggingService')
.singleton();
container
.register('AdminDomain.NotificationRepository', NotificationRepository)

@@ -27,0 +33,0 @@ .dependencies('EventAggregator')

{
"name": "@atlas-engine/admin_domain.repository.embedded",
"version": "0.0.1",
"version": "0.1.0",
"description": "Contains the repository that the admin domain uses for accessing the Core- and Runtime- domains in an embedded application.",

@@ -5,0 +5,0 @@ "main": "dist/commonjs/index.js",

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