New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

aurelia

Package Overview
Dependencies
Maintainers
2
Versions
738
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aurelia - npm Package Compare versions

Comparing version 0.5.0-dev.201911022052 to 0.5.0-dev.201911040216

126

dist/esnext/index.js

@@ -25,5 +25,5 @@ export { Aurelia, Aurelia as default } from './quick-start';

bindingCommand,
// IBindingCommandDefinition,
// IBindingCommandResource,
// IBindingCommandType,
// BindingCommandDefinition,
// BindingCommandKind,
// BindingCommandType,
getTarget,

@@ -84,2 +84,17 @@ // CallBindingCommand,

// WritableKeys,
// metadata,
Metadata,
// IConsoleLike,
ColorOptions,
// ILogConfig,
// ILogEvent,
// ILogEventFactory,
// ISink,
ILogger,
// LogConfig,
// DefaultLogEvent,
// DefaultLogEventFactory,
// DefaultLogger,
// ConsoleSink,
LoggerConfiguration,
// relativeToFile,

@@ -101,3 +116,14 @@ // join,

// ResourcePartDescription,
RuntimeCompilationResources, EventAggregator, IEventAggregator, isNumeric, camelCase, kebabCase, toArray, } from '@aurelia/kernel';
RuntimeCompilationResources,
// fromAnnotationOrDefinitionOrTypeOrDefault,
// fromAnnotationOrTypeOrDefault,
// fromDefinitionOrDefault,
EventAggregator, IEventAggregator, isNumeric, camelCase, kebabCase, pascalCase, toArray,
// nextId,
// resetId,
// compareNumber,
// mergeDistinct,
// isNumberOrBigInt,
// isStringOrDate,
bound, } from '@aurelia/kernel';
export {

@@ -134,5 +160,2 @@ // Nav,

IRouteTransformer, IRouter, Router,
// IFindViewportsResult,
// ChildContainer,
// Scope as RouterScope, // duplicated in @aurelia/runtime
// IViewportOptions,

@@ -279,5 +302,7 @@ // Viewport,

ISignaler, subscriberCollection, collectionSubscriberCollection, proxySubscriberCollection, bindingBehavior, BindingBehavior,
// IBindingBehaviorDefinition,
// IBindingBehaviorResource,
// IBindingBehaviorType,
// PartialBindingBehaviorDefinition,
// BindingBehaviorKind,
// BindingBehaviorDecorator,
// BindingBehaviorInstance,
// BindingBehaviorType,
// BindingModeBehavior,

@@ -288,15 +313,13 @@ // OneTimeBindingBehavior,

// TwoWayBindingBehavior,
// DebounceableBinding,
// DebounceBindingBehavior,
// PriorityBindingBehavior,
// SignalableBinding,
// SignalBindingBehavior,
// ThrottleableBinding,
// ThrottleBindingBehavior,
customAttribute,
// CustomAttributeConstructor,
// CustomAttributeDecorator,
CustomAttribute,
// ICustomAttributeResource,
// ICustomAttributeType,
// CustomAttributeDefinition
// CustomAttributeKind,
// CustomAttributeType,
// PartialCustomAttributeDefinition,
templateController,

@@ -312,21 +335,37 @@ // FrequentMutations,

containerless, customElement, CustomElement,
// ICustomElementDecorator,
// ICustomElementResource,
// ICustomElementType,
// CustomElementDecorator,
// CustomElementKind,
// CustomElementType,
// CustomElementDefinition,
// PartialCustomElementDefinition,
// IElementProjector,
// IProjectorLocator,
useShadowDOM,
// IValueConverterDefinition,
// IValueConverterResource,
// IValueConverterType,
valueConverter, ValueConverter,
useShadowDOM, ValueConverter,
// ValueConverterType,
valueConverter,
// ISanitizer,
// SanitizeValueConverter,
// ViewValueConverter,
// Clock,
// IClock,
// IClockSettings,
IScheduler,
// ITask,
// ITaskQueue,
// QueueTaskOptions,
// Task,
// TaskAbortError,
// TaskCallback,
// TaskQueue,
TaskQueuePriority,
// TaskStatus,
// QueueTaskTargetOptions,
bindable,
// BindableDecorator,
// WithBindables,
Bindable, children,
// ChildrenDecorator,
// HasChildrenObservers,
// PartialBindableDefinition,
// BindableDefinition,
Bindable,
// PartialChildrenDefinition,
// ChildrenDefinition,
// Children,
children,
// These exports are temporary until we have a proper way to unit test them

@@ -337,2 +376,3 @@ Controller, ViewFactory,

// view,
// Views,
// Aurelia, // Replaced by quick-start wrapper

@@ -352,3 +392,2 @@ // IDOMInitializer,

// FromViewBindingBehaviorRegistration,
// PriorityBindingBehaviorRegistration,
// SignalBindingBehaviorRegistration,

@@ -372,14 +411,5 @@ // ThrottleBindingBehaviorRegistration,

// RuntimeConfiguration,
// CustomAttributeDefinition,
// AttributeInstruction,
// BindableDefinitions,
// BindableSource,
// buildTemplateDefinition,
// CustomElementConstructor,
// HooksDefinition,
// PartialCustomAttributeDefinition,
// BindableDefinition,
// IBuildInstruction,
// ICallBindingInstruction,
// IElementHydrationOptions,
// IHydrateAttributeInstruction,

@@ -399,8 +429,6 @@ // IHydrateElementInstruction,

// ITargetedInstruction,
// PartialCustomElementDefinition,
// NodeInstruction,
// TargetedInstruction,
// TargetedInstructionType,
// CustomElementDefinition,
// TemplatePartDefinitions,
// PartialCustomElementDefinitionParts,
alias, registerAliases,

@@ -438,3 +466,3 @@ // DOM, should expose the one exported in runtime-html

// IViewFactory,
// Priority,
// MountStrategy,
// PromiseOrTask,

@@ -507,2 +535,5 @@ // MaybePromiseOrTask,

// Focus,
// Portal,
// PortalTarget,
// PortalLifecycleCallback,
// Subject,

@@ -523,2 +554,4 @@ // Compose,

// SetAttributeRendererRegistration,
// SetClassAttributeRendererRegistration,
// SetStyleAttributeRendererRegistration,
// StylePropertyBindingRendererRegistration,

@@ -549,2 +582,4 @@ // TextBindingRendererRegistration,

// SetAttributeInstruction,
// SetClassAttributeInstruction,
// SetStyleAttributeInstruction,
// StylePropertyBindingInstruction,

@@ -558,7 +593,2 @@ // TextBindingInstruction,

StyleConfiguration, styles, } from '@aurelia/runtime-html';
// export {
// IDOMInitializerRegistration,
// DefaultComponents as RuntimeHtmlBrowserDefaultComponents,
// RuntimeHtmlBrowserConfiguration
// } from '@aurelia/runtime-html-browser';
//# sourceMappingURL=index.js.map

@@ -7,7 +7,8 @@ export { Aurelia, Aurelia as default } from './quick-start';

export { JitHtmlBrowserConfiguration } from '@aurelia/jit-html-browser';
export { all, DI, IContainer, inject, IRegistration, IRegistry, IResolver, IServiceLocator, Key, lazy, optional, Registration, singleton, transient, InstanceProvider, Resolved, Class, Constructable, ConstructableClass, ICallable, IDisposable, IIndexable, PLATFORM, Reporter, Tracer, LogLevel, Profiler, RuntimeCompilationResources, EventAggregator, EventAggregatorCallback, IEventAggregator, isNumeric, camelCase, kebabCase, toArray, } from '@aurelia/kernel';
export { all, DI, IContainer, inject, IRegistration, IRegistry, IResolver, IServiceLocator, Key, lazy, optional, Registration, singleton, transient, InstanceProvider, Resolved, Class, Constructable, ConstructableClass, ICallable, IDisposable, IIndexable, Metadata, ColorOptions, ILogger, LoggerConfiguration, PLATFORM, Reporter, Tracer, LogLevel, Profiler, RuntimeCompilationResources, EventAggregator, EventAggregatorCallback, IEventAggregator, isNumeric, camelCase, kebabCase, pascalCase, toArray, bound, } from '@aurelia/kernel';
export { INavRoute, NavRoute, IRouteTransformer, IRouterOptions, IRouter, Router, ViewportInstruction, RouterConfiguration, RouterRegistration, } from '@aurelia/router';
export { computed, IObserverLocator, ISignaler, subscriberCollection, collectionSubscriberCollection, proxySubscriberCollection, bindingBehavior, BindingBehavior, BindingBehaviorInstance, customAttribute, CustomAttribute, templateController, containerless, customElement, CustomElementHost, CustomElement, useShadowDOM, ValueConverterInstance, valueConverter, ValueConverter, bindable, Bindable, children, Controller, ViewFactory, CompositionRoot, alias, registerAliases, INode, IRenderLocation, IDOM, BindingMode, BindingStrategy, LifecycleFlags, ILifecycle, IViewModel, AggregateContinuationTask, TerminalTask, AggregateTerminalTask, ContinuationTask, ILifecycleTask, LifecycleTask, PromiseTask, TaskSlot, StartTask, IStartTask, IStartTaskManager, ProviderTask, IndexMap, instructionRenderer, ensureExpression, addComponent, addBinding, } from '@aurelia/runtime';
export { computed, IObserverLocator, ISignaler, subscriberCollection, collectionSubscriberCollection, proxySubscriberCollection, bindingBehavior, BindingBehavior, BindingBehaviorInstance, customAttribute, CustomAttribute, templateController, containerless, customElement, CustomElementHost, CustomElement, useShadowDOM, ValueConverter, ValueConverterInstance, valueConverter, IScheduler, TaskQueuePriority, bindable, Bindable, children, Controller, ViewFactory, CompositionRoot, alias, registerAliases, INode, IRenderLocation, IDOM, BindingMode, BindingStrategy, LifecycleFlags, ILifecycle, IViewModel, AggregateContinuationTask, TerminalTask, AggregateTerminalTask, ContinuationTask, ILifecycleTask, LifecycleTask, PromiseTask, TaskSlot, StartTask, IStartTask, IStartTaskManager, ProviderTask, IndexMap, instructionRenderer, ensureExpression, addComponent, addBinding, } from '@aurelia/runtime';
export { createElement, HTMLDOM, DOM, // on top of DOM in @aurelia/runtime
StyleConfiguration, styles, IShadowDOMConfiguration, } from '@aurelia/runtime-html';
export {} from '@aurelia/runtime-html-browser';
//# sourceMappingURL=index.d.ts.map

@@ -41,5 +41,5 @@ (function (factory) {

exports.bindingCommand = jit_1.bindingCommand;
// IBindingCommandDefinition,
// IBindingCommandResource,
// IBindingCommandType,
// BindingCommandDefinition,
// BindingCommandKind,
// BindingCommandType,
exports.getTarget = jit_1.getTarget;

@@ -108,2 +108,17 @@ // CallBindingCommand,

// WritableKeys,
// metadata,
exports.Metadata = kernel_1.Metadata;
// IConsoleLike,
exports.ColorOptions = kernel_1.ColorOptions;
// ILogConfig,
// ILogEvent,
// ILogEventFactory,
// ISink,
exports.ILogger = kernel_1.ILogger;
// LogConfig,
// DefaultLogEvent,
// DefaultLogEventFactory,
// DefaultLogger,
// ConsoleSink,
exports.LoggerConfiguration = kernel_1.LoggerConfiguration;
// relativeToFile,

@@ -129,2 +144,5 @@ // join,

exports.RuntimeCompilationResources = kernel_1.RuntimeCompilationResources;
// fromAnnotationOrDefinitionOrTypeOrDefault,
// fromAnnotationOrTypeOrDefault,
// fromDefinitionOrDefault,
exports.EventAggregator = kernel_1.EventAggregator;

@@ -135,3 +153,11 @@ exports.IEventAggregator = kernel_1.IEventAggregator;

exports.kebabCase = kernel_1.kebabCase;
exports.pascalCase = kernel_1.pascalCase;
exports.toArray = kernel_1.toArray;
// nextId,
// resetId,
// compareNumber,
// mergeDistinct,
// isNumberOrBigInt,
// isStringOrDate,
exports.bound = kernel_1.bound;
var router_1 = require("@aurelia/router");

@@ -170,5 +196,2 @@ // Nav,

exports.Router = router_1.Router;
// IFindViewportsResult,
// ChildContainer,
// Scope as RouterScope, // duplicated in @aurelia/runtime
// IViewportOptions,

@@ -322,5 +345,7 @@ // Viewport,

exports.BindingBehavior = runtime_1.BindingBehavior;
// IBindingBehaviorDefinition,
// IBindingBehaviorResource,
// IBindingBehaviorType,
// PartialBindingBehaviorDefinition,
// BindingBehaviorKind,
// BindingBehaviorDecorator,
// BindingBehaviorInstance,
// BindingBehaviorType,
// BindingModeBehavior,

@@ -331,15 +356,13 @@ // OneTimeBindingBehavior,

// TwoWayBindingBehavior,
// DebounceableBinding,
// DebounceBindingBehavior,
// PriorityBindingBehavior,
// SignalableBinding,
// SignalBindingBehavior,
// ThrottleableBinding,
// ThrottleBindingBehavior,
exports.customAttribute = runtime_1.customAttribute;
// CustomAttributeConstructor,
// CustomAttributeDecorator,
exports.CustomAttribute = runtime_1.CustomAttribute;
// ICustomAttributeResource,
// ICustomAttributeType,
// CustomAttributeDefinition
// CustomAttributeKind,
// CustomAttributeType,
// PartialCustomAttributeDefinition,
exports.templateController = runtime_1.templateController;

@@ -357,23 +380,38 @@ // FrequentMutations,

exports.CustomElement = runtime_1.CustomElement;
// ICustomElementDecorator,
// ICustomElementResource,
// ICustomElementType,
// CustomElementDecorator,
// CustomElementKind,
// CustomElementType,
// CustomElementDefinition,
// PartialCustomElementDefinition,
// IElementProjector,
// IProjectorLocator,
exports.useShadowDOM = runtime_1.useShadowDOM;
// IValueConverterDefinition,
// IValueConverterResource,
// IValueConverterType,
exports.ValueConverter = runtime_1.ValueConverter;
// ValueConverterType,
exports.valueConverter = runtime_1.valueConverter;
exports.ValueConverter = runtime_1.ValueConverter;
// ISanitizer,
// SanitizeValueConverter,
// ViewValueConverter,
// Clock,
// IClock,
// IClockSettings,
exports.IScheduler = runtime_1.IScheduler;
// ITask,
// ITaskQueue,
// QueueTaskOptions,
// Task,
// TaskAbortError,
// TaskCallback,
// TaskQueue,
exports.TaskQueuePriority = runtime_1.TaskQueuePriority;
// TaskStatus,
// QueueTaskTargetOptions,
exports.bindable = runtime_1.bindable;
// BindableDecorator,
// WithBindables,
// PartialBindableDefinition,
// BindableDefinition,
exports.Bindable = runtime_1.Bindable;
// PartialChildrenDefinition,
// ChildrenDefinition,
// Children,
exports.children = runtime_1.children;
// ChildrenDecorator,
// HasChildrenObservers,
// These exports are temporary until we have a proper way to unit test them

@@ -385,2 +423,3 @@ exports.Controller = runtime_1.Controller;

// view,
// Views,
// Aurelia, // Replaced by quick-start wrapper

@@ -400,3 +439,2 @@ // IDOMInitializer,

// FromViewBindingBehaviorRegistration,
// PriorityBindingBehaviorRegistration,
// SignalBindingBehaviorRegistration,

@@ -420,14 +458,5 @@ // ThrottleBindingBehaviorRegistration,

// RuntimeConfiguration,
// CustomAttributeDefinition,
// AttributeInstruction,
// BindableDefinitions,
// BindableSource,
// buildTemplateDefinition,
// CustomElementConstructor,
// HooksDefinition,
// PartialCustomAttributeDefinition,
// BindableDefinition,
// IBuildInstruction,
// ICallBindingInstruction,
// IElementHydrationOptions,
// IHydrateAttributeInstruction,

@@ -447,8 +476,6 @@ // IHydrateElementInstruction,

// ITargetedInstruction,
// PartialCustomElementDefinition,
// NodeInstruction,
// TargetedInstruction,
// TargetedInstructionType,
// CustomElementDefinition,
// TemplatePartDefinitions,
// PartialCustomElementDefinitionParts,
exports.alias = runtime_1.alias;

@@ -490,3 +517,3 @@ exports.registerAliases = runtime_1.registerAliases;

// IViewFactory,
// Priority,
// MountStrategy,
// PromiseOrTask,

@@ -572,2 +599,5 @@ // MaybePromiseOrTask,

// Focus,
// Portal,
// PortalTarget,
// PortalLifecycleCallback,
// Subject,

@@ -588,2 +618,4 @@ // Compose,

// SetAttributeRendererRegistration,
// SetClassAttributeRendererRegistration,
// SetStyleAttributeRendererRegistration,
// StylePropertyBindingRendererRegistration,

@@ -615,2 +647,4 @@ // TextBindingRendererRegistration,

// SetAttributeInstruction,
// SetClassAttributeInstruction,
// SetStyleAttributeInstruction,
// StylePropertyBindingInstruction,

@@ -626,7 +660,2 @@ // TextBindingInstruction,

});
// export {
// IDOMInitializerRegistration,
// DefaultComponents as RuntimeHtmlBrowserDefaultComponents,
// RuntimeHtmlBrowserConfiguration
// } from '@aurelia/runtime-html-browser';
//# sourceMappingURL=index.js.map
{
"name": "aurelia",
"version": "0.5.0-dev.201911022052",
"version": "0.5.0-dev.201911040216",
"main": "dist/umd/index.js",

@@ -38,12 +38,12 @@ "module": "dist/esnext/index.js",

"dependencies": {
"@aurelia/debug": "^0.5.0-dev.201911022052",
"@aurelia/fetch-client": "^0.5.0-dev.201911022052",
"@aurelia/jit": "^0.5.0-dev.201911022052",
"@aurelia/jit-html": "^0.5.0-dev.201911022052",
"@aurelia/jit-html-browser": "^0.5.0-dev.201911022052",
"@aurelia/kernel": "^0.5.0-dev.201911022052",
"@aurelia/router": "^0.5.0-dev.201911022052",
"@aurelia/runtime": "^0.5.0-dev.201911022052",
"@aurelia/runtime-html": "^0.5.0-dev.201911022052",
"@aurelia/runtime-html-browser": "^0.5.0-dev.201911022052"
"@aurelia/debug": "^0.5.0-dev.201911040216",
"@aurelia/fetch-client": "^0.5.0-dev.201911040216",
"@aurelia/jit": "^0.5.0-dev.201911040216",
"@aurelia/jit-html": "^0.5.0-dev.201911040216",
"@aurelia/jit-html-browser": "^0.5.0-dev.201911040216",
"@aurelia/kernel": "^0.5.0-dev.201911040216",
"@aurelia/router": "^0.5.0-dev.201911040216",
"@aurelia/runtime": "^0.5.0-dev.201911040216",
"@aurelia/runtime-html": "^0.5.0-dev.201911040216",
"@aurelia/runtime-html-browser": "^0.5.0-dev.201911040216"
},

@@ -55,3 +55,3 @@ "devDependencies": {

},
"gitHead": "619afa437a8b3af4c49a1e3f79383cb838a36c45"
"gitHead": "87a9006d19d719735160e93737524f1bd7eb495d"
}

@@ -53,5 +53,5 @@ export {

BindingCommandInstance,
// IBindingCommandDefinition,
// IBindingCommandResource,
// IBindingCommandType,
// BindingCommandDefinition,
// BindingCommandKind,
// BindingCommandType,
getTarget,

@@ -107,20 +107,18 @@

// AnySymbol,
// BindingSymbol,
// CustomAttributeSymbol,
// CustomElementSymbol,
// ICustomAttributeSymbol,
// IPlainAttributeSymbol,
// IElementSymbol,
// INodeSymbol,
// IParentNodeSymbol,
// IResourceAttributeSymbol,
// ISymbol,
// ISymbolWithBindings,
// ISymbolWithMarker,
// ISymbolWithTemplate,
// ElementSymbol,
// LetElementSymbol,
// NodeSymbol,
// ParentNodeSymbol,
// PlainAttributeSymbol,
// PlainElementSymbol,
// ReplacePartSymbol,
// ResourceAttributeSymbol,
// SymbolFlags,
// SymbolWithBindings,
// SymbolWithMarker,
// SymbolWithTemplate,
// TemplateControllerSymbol,

@@ -193,2 +191,3 @@ // TextSymbol

Resolved,
// Transformer,

@@ -231,2 +230,19 @@ Class,

// metadata,
Metadata,
// IConsoleLike,
ColorOptions,
// ILogConfig,
// ILogEvent,
// ILogEventFactory,
// ISink,
ILogger,
// LogConfig,
// DefaultLogEvent,
// DefaultLogEventFactory,
// DefaultLogger,
// ConsoleSink,
LoggerConfiguration,
// relativeToFile,

@@ -256,2 +272,5 @@ // join,

RuntimeCompilationResources,
// fromAnnotationOrDefinitionOrTypeOrDefault,
// fromAnnotationOrTypeOrDefault,
// fromDefinitionOrDefault,

@@ -265,2 +284,3 @@ EventAggregator,

kebabCase,
pascalCase,
toArray,

@@ -271,2 +291,9 @@ // nextId,

// mergeDistinct,
// isNumberOrBigInt,
// isStringOrDate,
bound,
// mergeArrays,
// mergeObjects,
// firstDefined,
// getPrototypeChain,
} from '@aurelia/kernel';

@@ -289,2 +316,4 @@

// InstructionResolver,
// GuardFunction,

@@ -299,2 +328,5 @@ // GuardTarget,

// lifecycleLogger,
// LifecycleClass,
INavRoute,

@@ -340,6 +372,2 @@ // Nav,

// IFindViewportsResult,
// ChildContainer,
// Scope as RouterScope, // duplicated in @aurelia/runtime
// IViewportOptions,

@@ -361,2 +389,4 @@ // Viewport,

// NavCustomElementRegistration,
// GotoCustomAttribute,
// GotoCustomAttributeRegistration
} from '@aurelia/router';

@@ -531,5 +561,7 @@

BindingBehaviorInstance,
// IBindingBehaviorDefinition,
// IBindingBehaviorResource,
// IBindingBehaviorType,
// PartialBindingBehaviorDefinition,
// BindingBehaviorKind,
// BindingBehaviorDecorator,
// BindingBehaviorInstance,
// BindingBehaviorType,

@@ -542,19 +574,16 @@ // BindingModeBehavior,

// DebounceableBinding,
// DebounceBindingBehavior,
// PriorityBindingBehavior,
// SignalableBinding,
// SignalBindingBehavior,
// ThrottleableBinding,
// ThrottleBindingBehavior,
customAttribute,
// CustomAttributeConstructor,
// CustomAttributeDecorator,
CustomAttribute,
// ICustomAttributeResource,
// ICustomAttributeType,
// CustomAttributeDefinition
// CustomAttributeKind,
// CustomAttributeType,
// PartialCustomAttributeDefinition,
templateController,

@@ -579,5 +608,7 @@

CustomElement,
// ICustomElementDecorator,
// ICustomElementResource,
// ICustomElementType,
// CustomElementDecorator,
// CustomElementKind,
// CustomElementType,
// CustomElementDefinition,
// PartialCustomElementDefinition,
// IElementProjector,

@@ -587,8 +618,10 @@ // IProjectorLocator,

ValueConverter,
// ValueConverterDefinition,
// PartialValueConverterDefinition,
// ValueConverterKind,
// ValueConverterDecorator,
ValueConverterInstance,
// IValueConverterDefinition,
// IValueConverterResource,
// IValueConverterType,
// ValueConverterType,
valueConverter,
ValueConverter,

@@ -600,10 +633,26 @@ // ISanitizer,

// Clock,
// IClock,
// IClockSettings,
IScheduler,
// ITask,
// ITaskQueue,
// QueueTaskOptions,
// Task,
// TaskAbortError,
// TaskCallback,
// TaskQueue,
TaskQueuePriority,
// TaskStatus,
// QueueTaskTargetOptions,
bindable,
// BindableDecorator,
// WithBindables,
// PartialBindableDefinition,
// BindableDefinition,
Bindable,
// PartialChildrenDefinition,
// ChildrenDefinition,
// Children,
children,
// ChildrenDecorator,
// HasChildrenObservers,

@@ -617,2 +666,3 @@ // These exports are temporary until we have a proper way to unit test them

// view,
// Views,

@@ -636,3 +686,2 @@ // Aurelia, // Replaced by quick-start wrapper

// FromViewBindingBehaviorRegistration,
// PriorityBindingBehaviorRegistration,
// SignalBindingBehaviorRegistration,

@@ -659,14 +708,5 @@ // ThrottleBindingBehaviorRegistration,

// CustomAttributeDefinition,
// AttributeInstruction,
// BindableDefinitions,
// BindableSource,
// buildTemplateDefinition,
// CustomElementConstructor,
// HooksDefinition,
// PartialCustomAttributeDefinition,
// BindableDefinition,
// IBuildInstruction,
// ICallBindingInstruction,
// IElementHydrationOptions,
// IHydrateAttributeInstruction,

@@ -686,8 +726,6 @@ // IHydrateElementInstruction,

// ITargetedInstruction,
// PartialCustomElementDefinition,
// NodeInstruction,
// TargetedInstruction,
// TargetedInstructionType,
// CustomElementDefinition,
// TemplatePartDefinitions,
// PartialCustomElementDefinitionParts,
alias,

@@ -734,3 +772,3 @@ registerAliases,

// IViewFactory,
// Priority,
// MountStrategy,

@@ -797,3 +835,2 @@ // PromiseOrTask,

// CompiledTemplate,
// createRenderContext,
// ChildrenObserver,

@@ -807,3 +844,5 @@ // IInstructionRenderer,

// ITemplateFactory,
// ViewCompileFlags
// ViewCompileFlags,
// RenderContext
} from '@aurelia/runtime';

@@ -866,2 +905,6 @@

// Portal,
// PortalTarget,
// PortalLifecycleCallback,
// Subject,

@@ -887,2 +930,4 @@ // Compose,

// SetAttributeRendererRegistration,
// SetClassAttributeRendererRegistration,
// SetStyleAttributeRendererRegistration,
// StylePropertyBindingRendererRegistration,

@@ -920,2 +965,4 @@ // TextBindingRendererRegistration,

// SetAttributeInstruction,
// SetClassAttributeInstruction,
// SetStyleAttributeInstruction,
// StylePropertyBindingInstruction,

@@ -944,6 +991,8 @@ // TextBindingInstruction,

// export {
// IDOMInitializerRegistration,
// DefaultComponents as RuntimeHtmlBrowserDefaultComponents,
// RuntimeHtmlBrowserConfiguration
// } from '@aurelia/runtime-html-browser';
export {
// IDOMInitializerRegistration,
// DefaultComponents as RuntimeHtmlBrowserDefaultComponents,
// RuntimeHtmlBrowserConfiguration
// BrowserDOMInitializer,
// BrowserScheduler
} from '@aurelia/runtime-html-browser';

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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