You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
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.202312121308

dist/native-modules/index.dev.mjs

14

CHANGELOG.md

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

<a name="2.0.0-beta.9"></a>
# 2.0.0-beta.9 (2023-12-12)
### Bug Fixes:
* **repeater:** duplicate primitive handling, batched mutation fix (#1840) ([703d275](https://github.com/aurelia/aurelia/commit/703d275))
* **repeat:** fix sort+splice batched operation bug ([703d275](https://github.com/aurelia/aurelia/commit/703d275))
### Refactorings:
* **templating:** remove strict binding option from CE (#1807) ([7b4455f](https://github.com/aurelia/aurelia/commit/7b4455f))
* **tests:** move all under src folder ([7b4455f](https://github.com/aurelia/aurelia/commit/7b4455f))
<a name="2.0.0-beta.8"></a>

@@ -8,0 +22,0 @@ # 2.0.0-beta.8 (2023-07-24)

16

package.json
{
"name": "aurelia",
"version": "2.0.1-dev.202312050532",
"version": "2.0.1-dev.202312121308",
"main": "dist/cjs/index.cjs",

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

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

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

Sorry, the diff of this file is not supported yet