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
739
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

to
2.0.1-dev.202405110109

7

CHANGELOG.md

@@ -6,2 +6,9 @@ # Change Log

<a name="2.0.0-beta.17"></a>
# 2.0.0-beta.17 (2024-05-11)
### Features:
* **repeat:** allow custom repeatable value (#1962) ([c47df91](https://github.com/aurelia/aurelia/commit/c47df91))
<a name="2.0.0-beta.16"></a>

@@ -8,0 +15,0 @@ # 2.0.0-beta.16 (2024-05-03)

2

dist/types/index.d.ts

@@ -20,3 +20,3 @@ import { IContainer } from '@aurelia/kernel';

export { attributePattern, AttributePattern, IAttrMapper, IAttributeParser, IAttributePattern, bindingCommand, BindingCommand, type BindingCommandInstance, ITemplateCompiler, ITemplateElementFactory, ITemplateCompilerHooks, TemplateCompilerHooks, templateCompilerHooks, type BindingCommandStaticAuDefinition, } from '@aurelia/template-compiler';
export { type BindingBehaviorInstance, type ValueConverterInstance, customAttribute, CustomAttribute, templateController, containerless, customElement, CustomElement, capture, useShadowDOM, AppTask, BindingMode, bindable, type PartialBindableDefinition, Bindable, coercer, type PartialChildrenDefinition, children, Controller, ViewFactory, type ISinglePageAppConfig, IAppRoot, INode, IEventTarget, IRenderLocation, type ICustomAttributeViewModel, type ICustomElementViewModel, IController, IViewFactory, IFlushQueue, FlushQueue, type IFlushable, renderer, IAurelia, NodeObserverLocator, type IAuSlot, IAuSlotsInfo, AuSlotsInfo, IAuSlotWatcher, slotted, ChildrenBinding, RuntimeTemplateCompilerImplementation, alias, registerAliases, bindingBehavior, BindingBehavior, valueConverter, ValueConverter, type IEnhancementConfig, type IHydratedParentController, ShortHandBindingSyntax, StyleConfiguration, type IShadowDOMConfiguration, cssModules, shadowCSS, processContent, ILifecycleHooks, type LifecycleHook, LifecycleHooks, lifecycleHooks, watch, IKeyMapping, IModifiedEventHandlerCreator, IEventModifier, type IModifiedEventHandler, Scope, ISignaler, } from '@aurelia/runtime-html';
export { type BindingBehaviorInstance, type ValueConverterInstance, customAttribute, CustomAttribute, templateController, IRepeatableHandlerResolver, IRepeatableHandler, ArrayLikeHandler, containerless, customElement, CustomElement, capture, useShadowDOM, AppTask, BindingMode, bindable, type PartialBindableDefinition, Bindable, coercer, type PartialChildrenDefinition, children, Controller, ViewFactory, type ISinglePageAppConfig, IAppRoot, INode, IEventTarget, IRenderLocation, type ICustomAttributeViewModel, type ICustomElementViewModel, IController, IViewFactory, IFlushQueue, FlushQueue, type IFlushable, renderer, IAurelia, NodeObserverLocator, type IAuSlot, IAuSlotsInfo, AuSlotsInfo, IAuSlotWatcher, slotted, ChildrenBinding, RuntimeTemplateCompilerImplementation, alias, registerAliases, bindingBehavior, BindingBehavior, valueConverter, ValueConverter, type IEnhancementConfig, type IHydratedParentController, ShortHandBindingSyntax, StyleConfiguration, type IShadowDOMConfiguration, cssModules, shadowCSS, processContent, ILifecycleHooks, type LifecycleHook, LifecycleHooks, lifecycleHooks, watch, IKeyMapping, IModifiedEventHandlerCreator, IEventModifier, type IModifiedEventHandler, Scope, ISignaler, } from '@aurelia/runtime-html';
//# sourceMappingURL=index.d.ts.map
{
"name": "aurelia",
"version": "2.0.1-dev.202405031042",
"version": "2.0.1-dev.202405110109",
"main": "dist/cjs/index.cjs",

@@ -56,11 +56,11 @@ "module": "dist/esm/index.mjs",

"dependencies": {
"@aurelia/fetch-client": "2.0.1-dev.202405031042",
"@aurelia/kernel": "2.0.1-dev.202405031042",
"@aurelia/metadata": "2.0.1-dev.202405031042",
"@aurelia/expression-parser": "2.0.1-dev.202405031042",
"@aurelia/platform": "2.0.1-dev.202405031042",
"@aurelia/platform-browser": "2.0.1-dev.202405031042",
"@aurelia/runtime": "2.0.1-dev.202405031042",
"@aurelia/template-compiler": "2.0.1-dev.202405031042",
"@aurelia/runtime-html": "2.0.1-dev.202405031042"
"@aurelia/fetch-client": "2.0.1-dev.202405110109",
"@aurelia/kernel": "2.0.1-dev.202405110109",
"@aurelia/metadata": "2.0.1-dev.202405110109",
"@aurelia/expression-parser": "2.0.1-dev.202405110109",
"@aurelia/platform": "2.0.1-dev.202405110109",
"@aurelia/platform-browser": "2.0.1-dev.202405110109",
"@aurelia/runtime": "2.0.1-dev.202405110109",
"@aurelia/template-compiler": "2.0.1-dev.202405110109",
"@aurelia/runtime-html": "2.0.1-dev.202405110109"
},

@@ -67,0 +67,0 @@ "devDependencies": {

@@ -366,2 +366,5 @@ import { DI, IContainer, Registration } from '@aurelia/kernel';

// Repeat,
IRepeatableHandlerResolver,
IRepeatableHandler,
ArrayLikeHandler,

@@ -368,0 +371,0 @@ // Replaceable,

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

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

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