Socket
Socket
Sign inDemoInstall

@agile-ts/core

Package Overview
Dependencies
2
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.4 to 0.2.5

0

CHANGELOG.md

@@ -0,0 +0,0 @@ # Change Log

@@ -0,0 +0,0 @@ import { Runtime, SubController } from './runtime';

@@ -0,0 +0,0 @@ import { Agile } from '../agile';

@@ -0,0 +0,0 @@ import { Collection, CollectionKey, DefaultItem, ItemKey } from './collection';

@@ -0,0 +0,0 @@ import { CreateObserverConfigInterface, CreateRuntimeJobConfigInterface, IngestConfigInterface, Observer, RuntimeJob } from '../../runtime';

@@ -0,0 +0,0 @@ import { EnhancedState, StateIngestConfigInterface, StateObserversInterface, StatePersistentConfigInterface } from '../../state';

@@ -0,0 +0,0 @@ import { Agile } from '../agile';

@@ -0,0 +0,0 @@ import { EnhancedState, StateKey, StatePersistentConfigInterface, StateRuntimeJobConfigInterface } from '../state';

@@ -0,0 +0,0 @@ import { EnhancedState, StateRuntimeJobConfigInterface } from '../state';

@@ -0,0 +0,0 @@ import { Agile } from '../agile';

@@ -0,0 +0,0 @@ import { Observer } from '../runtime';

@@ -0,0 +0,0 @@ import { CreateAgileSubInstanceInterface } from '../shared';

4

dist/esm/logCodeManager.js

@@ -147,3 +147,5 @@ import { copy } from '@agile-ts/utils';

getLogger: () => {
return (loggerPackage == null ? void 0 : loggerPackage.sharedLogger) || null;
if (loggerPackage != null)
return loggerPackage.sharedLogger;
return null;
},

@@ -150,0 +152,0 @@ logIfTags,

@@ -1,2 +0,2 @@

import { removeProperties, defineConfig } from '@agile-ts/utils';
import { defineConfig, removeProperties } from '@agile-ts/utils';
import { sharedAgileInstance } from '../../shared.js';

@@ -3,0 +3,0 @@ import { EnhancedState } from '../state.enhanced.js';

@@ -0,0 +0,0 @@ import { Agile } from './agile';

export * from './integrations';
export * from './integration';

@@ -0,0 +0,0 @@ import { Agile } from '../agile';

@@ -0,0 +0,0 @@ import { Agile } from '../agile';

@@ -0,0 +0,0 @@ declare const logCodeTypes: {

@@ -0,0 +0,0 @@ export * from './runtime';

@@ -0,0 +0,0 @@ import { Agile } from '../agile';

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ import { SubscriptionContainer } from './subscription';

@@ -0,0 +0,0 @@ import { SubscriptionContainer, SubscriptionContainerConfigInterface } from './SubscriptionContainer';

@@ -0,0 +0,0 @@ import { SubscriptionContainer, SubscriptionContainerConfigInterface } from './SubscriptionContainer';

@@ -0,0 +0,0 @@ import { Observer } from '../../observer';

@@ -0,0 +0,0 @@ export * from './container/SubscriptionContainer';

@@ -0,0 +0,0 @@ import { Agile } from '../../agile';

@@ -0,0 +0,0 @@ import { Agile } from './agile';

@@ -0,0 +0,0 @@ export * from './state';

@@ -0,0 +0,0 @@ import { EnhancedState } from '../state.enhanced';

@@ -0,0 +0,0 @@ import { State } from '../state';

@@ -0,3 +1,3 @@

import { EnhancedState } from '../state.enhanced';
import { CreateStateConfigInterfaceWithAgile } from './index';
import { EnhancedState } from '../state.enhanced';
/**

@@ -4,0 +4,0 @@ * Returns a newly created enhanced State.

@@ -0,0 +0,0 @@ import { CreateAgileSubInstanceInterface } from '../../shared';

@@ -0,0 +0,0 @@ import { Agile } from '../agile';

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ import { IngestConfigInterface, Observer, ObserverKey, SubscriptionContainer } from '../runtime';

@@ -0,0 +0,0 @@ import { CreatePersistentConfigInterface, Persistent, PersistentKey } from '../storages';

@@ -0,0 +0,0 @@ import { RuntimeJob, RuntimeJobConfigInterface, RuntimeJobKey } from '../runtime';

@@ -0,0 +0,0 @@ import { CreateStorageConfigInterface, Storage } from './storage';

@@ -0,0 +0,0 @@ import { Agile } from '../agile';

@@ -0,0 +0,0 @@ import { CreateAgileSubInstanceInterface } from '../shared';

@@ -0,0 +0,0 @@ export declare class Storage {

@@ -0,0 +0,0 @@ import { Agile } from '../agile';

@@ -0,0 +0,0 @@ import { Observer } from './runtime';

{
"name": "@agile-ts/core",
"version": "0.2.4",
"version": "0.2.5",
"author": "BennoDev",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -0,0 +0,0 @@ <img src="https://raw.githubusercontent.com/agile-ts/agile/master/static/header_background.png" alt="AgileTs">

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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