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 2.0.1-dev.202302261930 to 2.0.1-dev.202303292039

10

CHANGELOG.md

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

<a name="2.0.0-beta.3"></a>
# 2.0.0-beta.3 (2023-03-24)
### Refactorings:
* **controller:** remove lifecycle flags (#1707) ([a31cd75](https://github.com/aurelia/aurelia/commit/a31cd75))
* **ci:** remove e2e safari from pipeline ([a31cd75](https://github.com/aurelia/aurelia/commit/a31cd75))
* **tests:** disable hook tests ([a31cd75](https://github.com/aurelia/aurelia/commit/a31cd75))
* **build:** use turbo to boost build speed (#1692) ([d99b136](https://github.com/aurelia/aurelia/commit/d99b136))
<a name="2.0.0-beta.2"></a>

@@ -8,0 +18,0 @@ # 2.0.0-beta.2 (2023-02-26)

2

dist/types/index.d.ts

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

export { CollectionKind, batch, ComputedObserver, IObserverLocator, ISignaler, subscriberCollection, type BindingBehaviorInstance, observable, type ValueConverterInstance, type IndexMap, } from '@aurelia/runtime';
export { LifecycleFlags, customAttribute, CustomAttribute, templateController, containerless, customElement, CustomElement, strict, capture, useShadowDOM, AppTask, BindingMode, bindable, type PartialBindableDefinition, Bindable, coercer, children, Controller, ViewFactory, IAppRoot, INode, IEventTarget, IRenderLocation, type ICustomAttributeViewModel, type ICustomElementViewModel, IFlushQueue, FlushQueue, IFlushable, renderer, IAurelia, NodeObserverLocator, IAuSlotsInfo, AuSlotsInfo, 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';
export { customAttribute, CustomAttribute, templateController, containerless, customElement, CustomElement, strict, capture, useShadowDOM, AppTask, BindingMode, bindable, type PartialBindableDefinition, Bindable, coercer, children, Controller, ViewFactory, IAppRoot, INode, IEventTarget, IRenderLocation, type ICustomAttributeViewModel, type ICustomElementViewModel, IFlushQueue, FlushQueue, IFlushable, renderer, IAurelia, NodeObserverLocator, IAuSlotsInfo, AuSlotsInfo, 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.0.1-dev.202302261930",
"version": "2.0.1-dev.202303292039",
"main": "dist/cjs/index.cjs",

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

"dependencies": {
"@aurelia/fetch-client": "2.0.1-dev.202302261930",
"@aurelia/kernel": "2.0.1-dev.202302261930",
"@aurelia/metadata": "2.0.1-dev.202302261930",
"@aurelia/platform": "2.0.1-dev.202302261930",
"@aurelia/platform-browser": "2.0.1-dev.202302261930",
"@aurelia/runtime": "2.0.1-dev.202302261930",
"@aurelia/runtime-html": "2.0.1-dev.202302261930"
"@aurelia/fetch-client": "2.0.1-dev.202303292039",
"@aurelia/kernel": "2.0.1-dev.202303292039",
"@aurelia/metadata": "2.0.1-dev.202303292039",
"@aurelia/platform": "2.0.1-dev.202303292039",
"@aurelia/platform-browser": "2.0.1-dev.202303292039",
"@aurelia/runtime": "2.0.1-dev.202303292039",
"@aurelia/runtime-html": "2.0.1-dev.202303292039"
},

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

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

export {
LifecycleFlags,
// PartialBindingBehaviorDefinition,

@@ -435,0 +434,0 @@ // BindingBehaviorKind,

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