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
736
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 2.1.0-dev.202401061915 to 2.1.0-dev.202401281151

7

CHANGELOG.md

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

<a name="2.0.0-beta.10"></a>
# 2.0.0-beta.10 (2024-01-26)
### Refactorings:
* **enums:** string literal types in favour of const enums (#1870) ([e21e0c9](https://github.com/aurelia/aurelia/commit/e21e0c9))
<a name="2.0.0-beta.9"></a>

@@ -8,0 +15,0 @@ # 2.0.0-beta.9 (2023-12-12)

6

dist/types/index.d.ts

@@ -18,6 +18,6 @@ import { IContainer } from '@aurelia/kernel';

export { Metadata, } from '@aurelia/metadata';
export { type ITask, Platform, type QueueTaskOptions, Task, TaskAbortError, TaskQueue, TaskQueuePriority, TaskStatus } from '@aurelia/platform';
export { all, DI, IContainer, inject, resolve, type IRegistration, type IRegistry, type IResolver, IServiceLocator, type Key, lazy, optional, Registration, singleton, transient, InstanceProvider, type Resolved, type Class, type Constructable, type ConstructableClass, type IDisposable, type IIndexable, ColorOptions, ILogger, ConsoleSink, LoggerConfiguration, emptyArray, emptyObject, noop, LogLevel, EventAggregator, IEventAggregator, isArrayIndex, camelCase, kebabCase, pascalCase, toArray, bound, } from '@aurelia/kernel';
export { CollectionKind, batch, ComputedObserver, IObserverLocator, ISignaler, subscriberCollection, type BindingBehaviorInstance, observable, type ValueConverterInstance, type IndexMap, } from '@aurelia/runtime';
export { type ITask, Platform, type QueueTaskOptions, Task, TaskAbortError, TaskQueue, type TaskStatus } from '@aurelia/platform';
export { all, DI, IContainer, inject, resolve, type IRegistration, type IRegistry, type IResolver, IServiceLocator, type Key, lazy, optional, Registration, singleton, transient, InstanceProvider, type Resolved, type Class, type Constructable, type ConstructableClass, type IDisposable, type IIndexable, type ColorOptions, ILogger, ConsoleSink, LoggerConfiguration, emptyArray, emptyObject, noop, LogLevel, EventAggregator, IEventAggregator, isArrayIndex, camelCase, kebabCase, pascalCase, toArray, bound, } from '@aurelia/kernel';
export { type CollectionKind, batch, ComputedObserver, IObserverLocator, ISignaler, subscriberCollection, type BindingBehaviorInstance, observable, type ValueConverterInstance, type IndexMap, } from '@aurelia/runtime';
export { customAttribute, CustomAttribute, templateController, containerless, customElement, CustomElement, capture, useShadowDOM, AppTask, BindingMode, bindable, type PartialBindableDefinition, Bindable, coercer, PartialChildrenDefinition, children, Controller, ViewFactory, IAppRoot, INode, IEventTarget, IRenderLocation, type ICustomAttributeViewModel, type ICustomElementViewModel, IFlushQueue, FlushQueue, IFlushable, renderer, IAurelia, NodeObserverLocator, IAuSlot, IAuSlotsInfo, AuSlotsInfo, IAuSlotWatcher, slotted, ChildrenBinding, ITemplateCompiler, ITemplateCompilerHooks, TemplateCompilerHooks, templateCompilerHooks, attributePattern, IAttributePattern, IAttrMapper, alias, registerAliases, bindingBehavior, BindingBehavior, valueConverter, ValueConverter, bindingCommand, type BindingCommandInstance, type IEnhancementConfig, type IHydratedParentController, ShortHandBindingSyntax, StyleConfiguration, type IShadowDOMConfiguration, cssModules, shadowCSS, ILifecycleHooks, type LifecycleHook, LifecycleHooks, lifecycleHooks, } from '@aurelia/runtime-html';
//# sourceMappingURL=index.d.ts.map
{
"name": "aurelia",
"version": "2.1.0-dev.202401061915",
"version": "2.1.0-dev.202401281151",
"main": "dist/cjs/index.cjs",

@@ -55,9 +55,9 @@ "module": "dist/esm/index.mjs",

"dependencies": {
"@aurelia/fetch-client": "2.1.0-dev.202401061915",
"@aurelia/kernel": "2.1.0-dev.202401061915",
"@aurelia/metadata": "2.1.0-dev.202401061915",
"@aurelia/platform": "2.1.0-dev.202401061915",
"@aurelia/platform-browser": "2.1.0-dev.202401061915",
"@aurelia/runtime": "2.1.0-dev.202401061915",
"@aurelia/runtime-html": "2.1.0-dev.202401061915"
"@aurelia/fetch-client": "2.1.0-dev.202401281151",
"@aurelia/kernel": "2.1.0-dev.202401281151",
"@aurelia/metadata": "2.1.0-dev.202401281151",
"@aurelia/platform": "2.1.0-dev.202401281151",
"@aurelia/platform-browser": "2.1.0-dev.202401281151",
"@aurelia/runtime": "2.1.0-dev.202401281151",
"@aurelia/runtime-html": "2.1.0-dev.202401281151"
},

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

@@ -92,4 +92,3 @@ import { DI, IContainer, Registration } from '@aurelia/kernel';

TaskQueue,
TaskQueuePriority,
TaskStatus
type TaskStatus
} from '@aurelia/platform';

@@ -159,3 +158,3 @@

// IConsoleLike,
ColorOptions,
type ColorOptions,
// ILogConfig,

@@ -212,3 +211,3 @@ // ILogEvent,

export {
CollectionKind,
type CollectionKind,
batch,

@@ -784,3 +783,2 @@ // CallFunctionExpression,

// isInstruction,
// IStylePropertyBindingInstruction,

@@ -787,0 +785,0 @@ // NodeSequenceFactory,

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

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