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 2.1.0-dev.202401310648 to 2.1.0-dev.202402270447

18

CHANGELOG.md

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

<a name="2.0.0-beta.11"></a>
# 2.0.0-beta.11 (2024-02-13)
### Features:
* **event:** ability to add modifier (#1891) ([67a3c22](https://github.com/aurelia/aurelia/commit/67a3c22))
* **state:** support redux devtools for the state plugin (#1888) ([bd07160](https://github.com/aurelia/aurelia/commit/bd07160))
### Bug Fixes:
* ***:** upgrade rollup, tweak build scripts ([bd07160](https://github.com/aurelia/aurelia/commit/bd07160))
### Refactorings:
* **fetch-client:** cleanup, add tests, tweak doc & prepare cache interceptor (#1756) ([a931dac](https://github.com/aurelia/aurelia/commit/a931dac))
<a name="2.0.0-beta.10"></a>

@@ -8,0 +26,0 @@ # 2.0.0-beta.10 (2024-01-26)

2

dist/types/index.d.ts

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

export default Aurelia;
export { type Interceptor, json, HttpClientConfiguration, HttpClient, IHttpClient, } from '@aurelia/fetch-client';
export { type IFetchInterceptor, IFetchFn, json, HttpClientConfiguration, HttpClient, IHttpClient, } from '@aurelia/fetch-client';
export { Metadata, } from '@aurelia/metadata';

@@ -19,0 +19,0 @@ export { type ITask, Platform, type QueueTaskOptions, Task, TaskAbortError, TaskQueue, type TaskStatus } from '@aurelia/platform';

{
"name": "aurelia",
"version": "2.1.0-dev.202401310648",
"version": "2.1.0-dev.202402270447",
"main": "dist/cjs/index.cjs",

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

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

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

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

export {
type Interceptor,
type IFetchInterceptor,
IFetchFn,
// RetryConfiguration,

@@ -64,0 +65,0 @@ // RetryableRequest,

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